RFR: 8307125: compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java hits assert(!Continuation::is_frame_in_continuation(thread(), fr())) failed: No support for deferred values in continuations
Christian Humer
chumer at openjdk.org
Wed May 3 15:03:20 UTC 2023
On Wed, 3 May 2023 12:43:29 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This PRs adds JVMCI API to reflect that fact that deferred locals are not supported on virtual threads.
test/hotspot/jtreg/compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java line 346:
> 344: }
> 345:
> 346: static class MaterializationNotSupported extends RuntimeException {
any reason this is not just an UnsupportedOperationException?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13777#discussion_r1183691261
More information about the hotspot-compiler-dev
mailing list