RFR: 8290013: serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java failed "assert(!in_vm) failed: Undersized StackShadowPages"
Coleen Phillimore
coleenp at openjdk.org
Fri Jul 15 18:56:26 UTC 2022
Bumped up the PRODUCT stack shadow pages, since if I change the assert(!in_vm) to a guarantee, I get the failure in product mode too.
Tested with tier7 and failed test now passing.
-------------
Commit messages:
- Remove test from the problem list.
- 8290013: serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java failed "assert(!in_vm) failed: Undersized StackShadowPages"
Changes: https://git.openjdk.org/jdk/pull/9514/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9514&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8290013
Stats: 3 lines in 2 files changed: 0 ins; 1 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/9514.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9514/head:pull/9514
PR: https://git.openjdk.org/jdk/pull/9514
More information about the hotspot-compiler-dev
mailing list