Skip to content

Commit

Permalink
Re-enable gtgc001 on JDK20
Browse files Browse the repository at this point in the history
GetThreadGroupChildren was fixed by #15539.

The above PR removed the exclude for JDK19.

But, the exclude for JDK20 was not removed.

Related: #15244

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
  • Loading branch information
babsingh committed Nov 21, 2022
1 parent 880fce0 commit 8eaa382
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,4 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
<reason>Nestmates are not enabled on java10</reason>
</exclude>

<exclude id="gtgc001" platform="all">
<reason>GetThreadGroupChildren requires refactor for Project Loom</reason>
</exclude>

</suite>

0 comments on commit 8eaa382

Please sign in to comment.