On Fri, 13 Feb 2026 20:40:55 GMT, Alex Menkov <[email protected]> wrote:
> Testcase for JDK-8324881 was mistakenly removed by JDK-8359437 instead of > removing only -XX:LockingMode argument. > The fix restores the test case. > > Testing: updated test on all platforms Marked as reviewed by sspitsyn (Reviewer). test/jdk/com/sun/jdi/EATests.java line 95: > 93: * -Xbatch > 94: * -XX:+DoEscapeAnalysis -XX:+EliminateAllocations -XX:+EliminateLocks > -XX:+EliminateNestedLocks > 95: * -XX:DiagnoseSyncOnValueBasedClasses=2 Nit: It is better to preserve the hotspot options indent used above. ------------- PR Review: https://git.openjdk.org/jdk/pull/29722#pullrequestreview-3857622411 PR Review Comment: https://git.openjdk.org/jdk/pull/29722#discussion_r2856121202
