RFR: 8212630: jtreg/gc/logging/TestMetaSpaceLog.java failed with Agent timed out

Kim Barrett kim.barrett at oracle.com
Tue Jun 4 17:18:29 UTC 2019


> On Jun 4, 2019, at 3:48 AM, Thomas Schatzl <thomas.schatzl at oracle.com> wrote:
> 
> Hi,
> 
> On Mon, 2019-06-03 at 21:18 -0400, Kim Barrett wrote:
>> I thought I'd checked ZGC; apparently not.  Shenandoah isn't normally
>> tested by Oracle.
> 
> Thanks for investigating this and filing bugs.
> 
>> diff -r b8752907ff16 -r c90c9b9ac1b1
>> test/hotspot/jtreg/gc/logging/TestMetaSpaceLog.java
>> --- a/test/hotspot/jtreg/gc/logging/TestMetaSpaceLog.java	Fri May
>> 31 20:30:44 2019 -0400
>> +++ b/test/hotspot/jtreg/gc/logging/TestMetaSpaceLog.java	Mon Jun
>> 03 21:13:36 2019 -0400
>> @@ -44,6 +44,8 @@
>>  * @modules java.base/jdk.internal.misc
>>  *          java.management
>>  * @requires vm.gc != "Epsilon"
>> + * @requires vm.gc != "Z"
>> + * @requires vm.gc != "Shenandoah"
>>  *
>>  * @compile TestMetaSpaceLog.java
>>  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
>> 
>> 
> 
> looks good.
> 
> Thomas

Thanks.




More information about the hotspot-gc-dev mailing list