RFR(XS): 8069411: Un-quarantine OverloadCompileQueueTest.java
Evgeny Nikitin
evgeny.nikitin at oracle.com
Mon Aug 10 14:22:39 UTC 2020
Hi,
Bug: https://bugs.openjdk.java.net/browse/JDK-8069411
Webrev: http://cr.openjdk.java.net/~enikitin//8069411/webrev.00/index.html
The test failed previously due to a specific Assert class design from
2015 [1]. Please note that getMessage gets called for every comparison,
causing a string copy. So the OOME was not caused by a test design or
failure, it was just a common OOME, and Assert class was stressing the
VM by copying error messages.
These days Assert class has changed and I have run lengths attempting to
reproduce OOME in that or any other place of the test. I suggest to
enable the test in CI runs.
Please review,
//Evgeny Nikitin.
========
[1] http://cr.openjdk.java.net/~enikitin//8069411/webrev.00/index.html
More information about the hotspot-compiler-dev
mailing list