RFR: 8146728: TestPrintGCDetailsVerbose is never run by jtreg

Stefan Johansson stefan.johansson at oracle.com
Tue Jan 12 16:02:19 UTC 2016


Hi Kim,

On 2016-01-12 16:26, Kim Barrett wrote:
> Please review this change to allow TestPrintGCDetailsVerbose to run.
> Also updated the test's arguments for unified logging.
>
> Note: This change depends on the in-review fix for JDK-8146793.
>
> CR:
> https://bugs.openjdk.java.net/browse/JDK-8146728
>
> Webrev:
> http://cr.openjdk.java.net/~kbarrett/8146728/webrev.00/
The change looks good if we want to continue running the test with 
debug-builds only, but I wonder if it really makes sense to do so. I 
suspect that the reason we had the restriction was that Verbose was only 
available in debug-builds. But now when using -Xlog:gc*=trace the test 
should work with product builds as well, or am I missing something?

Stefan

> Testing:
> JPRT
> Locally verified test is run or not, based on build type, for all of
> release (not run), fastdebug (run), and debug (run) builds.
>




More information about the hotspot-gc-dev mailing list