RFR: 8304919: Implementation of Virtual Threads [v3]
Alan Bateman
alanb at openjdk.org
Wed Mar 29 08:05:59 UTC 2023
On Wed, 29 Mar 2023 07:29:06 GMT, Andrey Turbanov <aturbanov at 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
More information about the serviceability-dev
mailing list