RFR: 8288912: vmTestbase/nsk/stress/strace/strace002.java fails with Unexpected method name: currentCarrierThread
Leonid Mesnik
lmesnik at openjdk.org
Sat Feb 18 21:04:27 UTC 2023
The fix simplifies stack verification. It doesn't check the method name for system classes.
The StraceBase is used as a base class, not a utility class, to simplify future refactoring.
-------------
Commit messages:
- Hardened verification.
- fixed strace tests
Changes: https://git.openjdk.org/jdk/pull/12638/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12638&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8288912
Stats: 501 lines in 17 files changed: 73 ins; 395 del; 33 mod
Patch: https://git.openjdk.org/jdk/pull/12638.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12638/head:pull/12638
PR: https://git.openjdk.org/jdk/pull/12638
More information about the hotspot-runtime-dev
mailing list