-
Bug
-
Resolution: Fixed
-
P4
-
18
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278702 | 19 | Jie Fu | P4 | Resolved | Fixed | team |
```
/home/jvm/jdk/src/hotspot/share/runtime/arguments.cpp: In static member function 'static bool Arguments::check_vm_args_consistency()':
/home/jvm/jdk/src/hotspot/share/runtime/arguments.cpp:2030:27: error: 'UseRTMForStackLocks' was not declared in this scope
if (UseHeavyMonitors && UseRTMForStackLocks) {
^~~~~~~~~~~~~~~~~~~
```
- backported by
-
JDK-8278702 Zero VM is broken due to UseRTMForStackLocks was not declared after JDK-8276901
-
- Resolved
-
- relates to
-
JDK-8276901 Implement UseHeavyMonitors consistently
-
- Resolved
-