View | Details | Raw Unified | Return to bug 244961 | Differences between
and this patch

Collapse All | Expand All

(-)src/hotspot/share/runtime/sharedRuntime.cpp (-1 / +1 lines)
Lines 2871-2877 Link Here
2871
    if (buf != NULL) {
2871
    if (buf != NULL) {
2872
      CodeBuffer buffer(buf);
2872
      CodeBuffer buffer(buf);
2873
      double locs_buf[20];
2873
      double locs_buf[20];
2874
      buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, sizeof(locs_buf) / sizeof(relocInfo));
2874
      buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, (sizeof(locs_buf)) / (sizeof(relocInfo)));
2875
      MacroAssembler _masm(&buffer);
2875
      MacroAssembler _masm(&buffer);
2876
2876
2877
      // Fill in the signature array, for the calling-convention call.
2877
      // Fill in the signature array, for the calling-convention call.

Return to bug 244961