FreeBSD Bugzilla – Attachment 212574 Details for
Bug 244947
java/openjdk12: Fails to build on on 13.0-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for src/hotspot/share/runtime/sharedRuntime.cpp
patch-src_hotspot_share_runtime_sharedRuntime.cpp (text/plain), 603 bytes, created by
Trond Endrestøl
on 2020-03-21 11:25:54 UTC
(
hide
)
Description:
Patch for src/hotspot/share/runtime/sharedRuntime.cpp
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2020-03-21 11:25:54 UTC
Size:
603 bytes
patch
obsolete
>--- src/hotspot/share/runtime/sharedRuntime.cpp 2019-09-19 23:44:40.000000000 +0200 >+++ src/hotspot/share/runtime/sharedRuntime.cpp 2020-03-21 10:02:29.975084000 +0100 >@@ -2870,7 +2870,7 @@ > if (buf != NULL) { > CodeBuffer buffer(buf); > double locs_buf[20]; >- buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, sizeof(locs_buf) / sizeof(relocInfo)); >+ buffer.insts()->initialize_shared_locs((relocInfo*)locs_buf, (sizeof(locs_buf)) / (sizeof(relocInfo))); > MacroAssembler _masm(&buffer); > > // Fill in the signature array, for the calling-convention call.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244947
:
212572
|
212573
|
212574
|
212575
|
212576
|
212819