mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8245850: Obsolete UseLWPSynchronization
Reviewed-by: dholmes, dcubed
This commit is contained in:
parent
17a298962c
commit
4ad89925d0
2 changed files with 1 additions and 4 deletions
|
@ -563,6 +563,7 @@ static SpecialFlag const special_jvm_flags[] = {
|
|||
#ifdef AARCH64
|
||||
{ "UseBarriersForVolatile", JDK_Version::undefined(), JDK_Version::jdk(15), JDK_Version::jdk(16) },
|
||||
#endif
|
||||
{ "UseLWPSynchronization", JDK_Version::undefined(), JDK_Version::jdk(15), JDK_Version::jdk(16) },
|
||||
|
||||
#ifdef TEST_VERIFY_SPECIAL_JVM_FLAGS
|
||||
// These entries will generate build errors. Their purpose is to test the macros.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue