10 RFR(xs): 8177551: [TESTBUG] TestHumongousClassLoader.java can fail on systems with non-g1 collector.

Michail Chernov michail.chernov at oracle.com
Mon Mar 27 14:08:09 UTC 2017


Thomas, Stefan, Dima, thanks for reviewing this!


Michail.


On 27/03/2017 16:39, Thomas Schatzl wrote:
> Hi,
>
> On Mon, 2017-03-27 at 15:57 +0300, Michail Chernov wrote:
>> Hi,
>>
>> Could I have a review for this small fix please?
>>
>> https://bugs.openjdk.java.net/browse/JDK-8177551
>> http://cr.openjdk.java.net/~mchernov/8177551/webrev.00/
>>
>> TestHumongousClassLoader.java may cause to execute G1 specific code
>> with
>> non-G1 collector.  ClassLoaderGenerator should be executed with
>> explicitly defined -XX:+UseG1GC because it instantiates
>> G1SampleClass
>> which has G1 specific WhiteBox methods.
>    looks good.
>
> Thomas
>
>




More information about the hotspot-gc-dev mailing list