A couple of post-integration review comments for:
JDK-8286830 ~HandshakeState should not touch oops
should get resolved:
test/hotspot/jtreg/runtime/Thread/StopAtExit.java
};
threadCreator.setDaemon(true);
threadCreator.start();
test(timeMax);
Member
@dcubed-ojdk dcubed-ojdk 12 days ago
Okay, but now the test is going to execute for twice timeMax which might be
a bit of a surprise... In particular the usage() mesg is now wrong.
Member
@dcubed-ojdk dcubed-ojdk 12 days ago
Also, the @bug line is not updated with this bug ID.
Member Author
@pchilano pchilano 12 days ago
Ok, we could fix this in a new bug.
and
test/hotspot/jtreg/runtime/Thread/SuspendAtExit.java
};
threadCreator.setDaemon(true);
threadCreator.start();
test(timeMax);
Member
@dcubed-ojdk dcubed-ojdk 12 days ago
Okay, but now the test is going to execute for twice timeMax which might be
a bit of a surprise... In particular the usage() mesg is now wrong.
Member
@dcubed-ojdk dcubed-ojdk 12 days ago
Also, the @bug line is not updated with this bug ID.
Member Author
@pchilano pchilano 12 days ago
Ok, we could fix this in a new bug.