RFR (S): 8026047: add regression test for DisableExplicitGC flag

Filipp Zhinkin filipp.zhinkin at oracle.com
Tue Oct 22 08:37:55 UTC 2013


Hi,

I've also removed unnecessary @build tag.

Updated webrev: http://cr.openjdk.java.net/~kshefov/8026047/webrev.02/

Thanks,
Filipp.

On 10/11/2013 02:26 PM, Filipp Zhinkin wrote:
> Hi,
>
> I've done following changes:
> - misused @bug tag removed;
> - VM options parsing refactored;
> - append -XX:+PrintGCCause option to avoid the case when options 
> contain -XX:-PrintGCCause;
> - added method to ProcessTools that removes options that suppress VM 
> output before creating ProcessBuilder.
>
> Updated webrev: http://cr.openjdk.java.net/~kshefov/8026047/webrev.01/
>
> Thanks,
> Filipp.
>
> On 10/08/2013 07:30 PM, Filipp Zhinkin wrote:
>> Hi,
>>
>> I would like to get couple reviews on regression test for 
>> DisableExplicitGC flag.
>>
>> It verifies that System.gc() calls did not trigger garbage collection 
>> if DisableExplicitGC is turned on and vice versa.
>>
>> Bug ID:  https://bugs.openjdk.java.net/browse/JDK-8026047
>> Webrev: http://cr.openjdk.java.net/~kshefov/8026047/webrev.00/
>> Testing: manual on local host, automated on various platforms.
>>
>> Thanks,
>> Filipp.
>




More information about the hotspot-gc-dev mailing list