JDK 17 | JDK 18 |
---|---|
17.0.2Fixed | 18 b14Fixed |
Relates :
|
JDK-8188764 removed many uses of `os::is_MP`, effectively defaulting it to `true`, but some Shenandoah code still has it. This is a simple omission. All current uses on x86 already imply lock prefix, so this is a cleanup, and not a functional change.
|