RFR(S): 8170468: Convert ParallelCompact_test to GTest
Kirill Zhaldybin
kirill.zhaldybin at oracle.com
Tue Nov 29 15:55:18 UTC 2016
Dear all,
Could you please review this fix for 8170468?
The conversion was straight-forward but to get access to
print_generic_summary_data function which was defined in cpp file
without any class I needed to introduce a new method in
PSParallelCompact class. Since it is private I added new friend class to
get access to the method.
Since tested functionality is "non-product only" so are the test.
WebRev: http://cr.openjdk.java.net/~kzhaldyb/webrevs/JDK-8170468/webrev.00/
CR: https://bugs.openjdk.java.net/browse/JDK-8170468
Thank you.
Regards, Kirill
More information about the hotspot-gc-dev
mailing list