RFR: 8307125: compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java hits assert(!Continuation::is_frame_in_continuation(thread(), fr())) failed: No support for deferred values in continuations

Tobias Hartmann thartmann at openjdk.org
Tue May 23 09:07:03 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 the fact that [deferred locals are not supported on virtual threads](https://bugs.openjdk.org/browse/JDK-8307125?focusedCommentId=14578728&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14578728).

The test should be removed from `test/hotspot/jtreg/ProblemList-Virtual.txt` (added by [JDK-8307370](https://bugs.openjdk.org/browse/JDK-8307370)).

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

PR Comment: https://git.openjdk.org/jdk/pull/13777#issuecomment-1558859099


More information about the hotspot-compiler-dev mailing list