Forwardport JDK 17 -> JDK 18 -------------
Commit messages: - Merge - 8271162: runtime/StackTrace/LargeClassTest.java can be run in driver mode - 8271158: runtime/handshake/HandshakeTimeoutTest.java test doesn't check exit code - 8271169: runtime/Safepoint/TestAbortVMOnSafepointTimeout.java can be run in driver mode - 8271160: runtime/jni/checked/TestCheckedJniExceptionCheck.java doesn't set -Djava.library.path - 8271155: Wrong path separator in env variable - 8270916: Update java.lang.annotation.Target for changes in JLS 9.6.4.1 - 8271094: runtime/duplAttributes/DuplAttributesTest.java doesn't check exit code - 8271093: remove deadcode from runtime/Thread/TestThreadDumpSMRInfo.java test - 8270085: Suspend during block transition may deadlock if lock held - ... and 2 more: https://git.openjdk.java.net/jdk/compare/a7d30123...b6b24fa0 The webrevs contain the adjustments done while merging with regards to each parent branch: - master: https://webrevs.openjdk.java.net/?repo=jdk&pr=4883&range=00.0 - jdk17: https://webrevs.openjdk.java.net/?repo=jdk&pr=4883&range=00.1 Changes: https://git.openjdk.java.net/jdk/pull/4883/files Stats: 268 lines in 20 files changed: 178 ins; 43 del; 47 mod Patch: https://git.openjdk.java.net/jdk/pull/4883.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/4883/head:pull/4883 PR: https://git.openjdk.java.net/jdk/pull/4883