RFR: 8279663: serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspend…

Coleen Phillimore coleenp at openjdk.java.net
Thu Apr 28 12:49:42 UTC 2022


…Test.java fails on Windows in loom repo

The stack overflow is because fill_in_stack_trace has a new RegisterMap, so in debug mode, there are two on the stack.  Increasing StackShadowPages in debug mode fixes this.
Tested with this test.

-------------

Commit messages:
 - revert x86 change
 - 8279663: serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java fails on Windows in loom repo

Changes: https://git.openjdk.java.net/loom/pull/176/files
 Webrev: https://webrevs.openjdk.java.net/?repo=loom&pr=176&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8279663
  Stats: 5 lines in 2 files changed: 0 ins; 3 del; 2 mod
  Patch: https://git.openjdk.java.net/loom/pull/176.diff
  Fetch: git fetch https://git.openjdk.java.net/loom pull/176/head:pull/176

PR: https://git.openjdk.java.net/loom/pull/176


More information about the loom-dev mailing list