RFR for JDK-8030089: java/util/zip/ZipFile/FinalizeZipFile.java intermittently fails with fastdebug builds
Alan Bateman
Alan.Bateman at oracle.com
Wed Jan 8 10:45:49 UTC 2014
On 08/01/2014 10:09, Tristan Yan wrote:
> Thank you Alan. I am appreciated that you sponsor this.
> The reason I changed it to othervm is I don't want System.gc do any
> impact to other tests, assume in concurrent mode.
With concurrency then an agent VM still only runs one test at a time,
it's just that there is a pool of agent VMs running concurrently. So the
System.gc doesn't impact other agent VMs.
-Alan.
More information about the core-libs-dev
mailing list