On Wed, 29 Mar 2023 07:29:06 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> Alan Bateman has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Test updates > > test/hotspot/jtreg/serviceability/jvmti/vthread/premain/AgentWithVThreadTest.java > line 40: > >> 38: public static void main(String[] args) throws Exception { >> 39: >> 40: ProcessBuilder pb = >> ProcessTools.createTestJvm("-javaagent:agent.jar", "-version"); > > Suggestion: > > ProcessBuilder pb = > ProcessTools.createTestJvm("-javaagent:agent.jar", "-version"); This is noise in the original test, the only change here is to drop the "--enable-preview" from the command. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13203#discussion_r1151542296