FreeBSD Bugzilla – Attachment 204189 Details for
Bug 237208
java/openjdk11: port to powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix not defined "INCLUDE_RTM_OPT"
patch-src_hotspot_cpu_ppc_globalDefinitions_ppc.hpp (text/plain), 351 bytes, created by
Curtis Hamilton
on 2019-05-03 12:31:37 UTC
(
hide
)
Description:
Patch to fix not defined "INCLUDE_RTM_OPT"
Filename:
MIME Type:
Creator:
Curtis Hamilton
Created:
2019-05-03 12:31:37 UTC
Size:
351 bytes
patch
obsolete
>--- src/hotspot/cpu/ppc/globalDefinitions_ppc.hpp.orig >+++ src/hotspot/cpu/ppc/globalDefinitions_ppc.hpp >@@ -50,6 +50,8 @@ > #if defined(COMPILER2) && (defined(AIX) || defined(LINUX)) > // Include Transactional Memory lock eliding optimization > #define INCLUDE_RTM_OPT 1 >+#else >+#define INCLUDE_RTM_OPT 0 > #endif > > #define SUPPORT_RESERVED_STACK_AREA >
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 237208
:
203597
|
203672
|
203697
|
203698
|
203699
|
204137
|
204157
| 204189 |
204422
|
204682