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

Collapse All | Expand All

(-)src/hotspot/share/runtime/sharedRuntime.cpp (-1 / +1 lines)
Lines 2806-2812 Link Here
2806
    if (buf != NULL) {
2806
    if (buf != NULL) {
2807
      CodeBuffer buffer(buf);
2807
      CodeBuffer buffer(buf);
2808
      double locs_buf[20];
2808
      double locs_buf[20];
2809
      buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, sizeof(locs_buf) / sizeof(relocInfo));
2809
      buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, (sizeof(locs_buf)) / (sizeof(relocInfo)));
2810
      MacroAssembler _masm(&buffer);
2810
      MacroAssembler _masm(&buffer);
2811
2811
2812
      // Fill in the signature array, for the calling-convention call.
2812
      // Fill in the signature array, for the calling-convention call.

Return to bug 244803