On Fri, 2 Dec 2022 02:01:57 GMT, Jie Fu <ji...@openjdk.org> wrote: > Hi all, > > The following 3 tests fail with debug VMs due to lack of @enablePreview after > JDK-8297215. > > > * jtreg:test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALot.java > * jtreg:test/jdk/java/lang/Thread/virtual/HoldsLock.java > * jtreg:test/jdk/jdk/internal/vm/Continuation/Basic.java > > > Let's fix them. > > Thanks. > Best regards, > Jie
This pull request has now been integrated. Changeset: 11ba7591 Author: Jie Fu <ji...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/11ba7591dfd3f7ca58e2e1ac6d1b3e81391f5bfb Stats: 3 lines in 3 files changed: 3 ins; 0 del; 0 mod 8297992: Tests fail after JDK-8297215 due to lack of @enablePreview Reviewed-by: darcy ------------- PR: https://git.openjdk.org/jdk/pull/11469