On Mon, 14 Aug 2023 17:31:24 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> No need to use reflection to call Thread.isVirtual(). > > Tested by running Tier5 CI (filtered to run just svc tests). This resulted in > running this test with and without JTREG_TEST_THREAD_FACTORY=Virtual and also > with a variety of GCs and platforms. This pull request has now been integrated. Changeset: 0f5e030b Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/0f5e030badfdca4b3b5adab86b0b62050581fb11 Stats: 12 lines in 1 file changed: 0 ins; 10 del; 2 mod 8309335: Get rid of use of reflection to call Thread.isVirtual() in nsk/jdi/EventRequestManager/stepRequests/stepreq001t.java Reviewed-by: lmesnik, sspitsyn, alanb ------------- PR: https://git.openjdk.org/jdk/pull/15275