RFR: 8307125: compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java hits assert(!Continuation::is_frame_in_continuation(thread(), fr())) failed: No support for deferred values in continuations [v2]
Doug Simon
dnsimon at openjdk.org
Thu May 25 16:30:12 UTC 2023
On Tue, 23 May 2023 09:24:54 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).
>
> Doug Simon has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - remove MaterializeVirtualObjectTest.java from ProblemList-Virtual.txt
> - Merge remote-tracking branch 'openjdk-jdk/master' into JDK-8307125
> - materializing frames on virtual threads is not supported
Thanks for the review Tom.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13777#issuecomment-1563186110
More information about the hotspot-compiler-dev
mailing list