git: openjdk/loom: fibers: Fix bounds002. Sometimes main() is still the topmost frame when the thread is supsended, so StackFrame.setValue() on a vthread should be expected to work in that case, not fail with OpaqueFrameException.

duke duke at openjdk.java.net
Fri Mar 18 20:49:30 UTC 2022


Changeset: 6d31fb13
Author:    Chris Plummer <chris.plummer at oracle.com>
Date:      2022-03-18 20:48:41 +0000
URL:       https://git.openjdk.java.net/loom/commit/6d31fb137069c1fe7b15c9546cf8756561c4ca5a

Fix bounds002. Sometimes main() is still the topmost frame when the thread is supsended, so StackFrame.setValue() on a vthread should be expected to work in that case, not fail with OpaqueFrameException.

! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002.java



More information about the loom-dev mailing list