./share/c1/c1_LIR.hpp:#ifdef INCLUDE_ZGC (introduced by JDK-8276799)
./share/runtime/mutexLocker.cpp:#ifdef INCLUDE_PARALLELGC (introduced byJDK-8280136)
./share/runtime/mutexLocker.cpp:#ifdef INCLUDE_PARALLELGC
./share/runtime/mutexLocker.hpp:#ifdef INCLUDE_PARALLELGC
Should be `#if` not `#ifdef`
./share/runtime/mutexLocker.cpp:#ifdef INCLUDE_PARALLELGC (introduced by
./share/runtime/mutexLocker.cpp:#ifdef INCLUDE_PARALLELGC
./share/runtime/mutexLocker.hpp:#ifdef INCLUDE_PARALLELGC
Should be `#if` not `#ifdef`
- relates to
-
JDK-8276799 Implementation of JEP 422: Linux/RISC-V Port
-
- Resolved
-
-
JDK-8280136 Serial: Remove unnecessary use of ExpandHeap_lock
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/955bf185
-
Review(master) openjdk/jdk/23193