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
Tue May 23 09:24:54 UTC 2023
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13777/files
- new: https://git.openjdk.org/jdk/pull/13777/files/3f5be9fc..ee33378a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13777&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13777&range=00-01
Stats: 152690 lines in 2740 files changed: 113916 ins; 18852 del; 19922 mod
Patch: https://git.openjdk.org/jdk/pull/13777.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13777/head:pull/13777
PR: https://git.openjdk.org/jdk/pull/13777
More information about the hotspot-compiler-dev
mailing list