RFR: 8297992: Tests fail after JDK-8297215 due to lack of @enablePreview

Alan Bateman alanb at openjdk.org
Fri Dec 2 07:08:18 UTC 2022


On Fri, 2 Dec 2022 02:01:57 GMT, Jie Fu <jiefu at 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

It looks like Joe's change dropped the enable preview from the tests that require a debug build.

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

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


More information about the core-libs-dev mailing list