RFR: 6606767: resexhausted00[34] fail assert(!thread->owns_locks(), "must release all locks when leaving VM")
Alex Menkov
amenkov at openjdk.java.net
Wed Oct 14 22:33:16 UTC 2020
Please review the fix for JDK-6606767.
The original issue is not reproducible.
The fix:
- resexhausted003 and resexhausted004 are un-problemlisted
- resexhausted004 is problemlisted on linux due JDK-8253916 (resexhausted004 executes
resexhausted001/resexhausted002/resexhausted003 randomly, and resexhausted001 fails on linux)
- resexhausted003 is updated to throw SkippedException if OOME is not thrown;
- resexhausted004 is updated to catch SkippedException from resexhausted001..003, also logic is slightly simplified
-------------
Commit messages:
- 6606767: resexhausted00[34] fail assert(!thread->owns_locks(), "must release all locks when leaving VM")
Changes: https://git.openjdk.java.net/jdk/pull/671/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=671&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-6606767
Stats: 21 lines in 3 files changed: 9 ins; 7 del; 5 mod
Patch: https://git.openjdk.java.net/jdk/pull/671.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/671/head:pull/671
PR: https://git.openjdk.java.net/jdk/pull/671
More information about the serviceability-dev
mailing list