RFR: 8298067: Persistent test failures after 8296012 [v2]

Julian Waters jwaters at openjdk.org
Sun Dec 4 17:17:12 UTC 2022


> After JDK-8296012 a langtools test consistently fails on x86 Linux. This is due to said test needing JVMTI and --enable-preview, but for both to be compatible VMContinuations needs to be manually enabled, since it is off by default on certain platforms. HotSpot otherwise rejects the JVMTI request if VMContinuations is not enabled

Julian Waters has updated the pull request incrementally with one additional commit since the last revision:

  First try did not work, switch to @requires vm.continuations

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11500/files
  - new: https://git.openjdk.org/jdk/pull/11500/files/48b68357..0defa77f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11500&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11500&range=00-01

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/11500.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11500/head:pull/11500

PR: https://git.openjdk.org/jdk/pull/11500


More information about the kulla-dev mailing list