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

Collapse All | Expand All

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

Return to bug 244947