RFR (XS): 8009408: gc/metaspace/ClassMetaspaceSizeInJmapHeap.java fails with "exit code 1"

Erik Helin erik.helin at oracle.com
Fri Mar 8 12:36:35 UTC 2013


Bengt and Staffan,

thanks for he feedback!

I've updated the change to make use of the method 
getPlatformSpecificVMArgs() and also abstracted the jmap command 
generation slightly.

I don't know if this new little class, JMapLauncher, should be part of 
the testlibrary or not, or if we should put parts of it in the 
testlibrary. Christian, maybe you can comment on this?

Please see new webrev at:
http://cr.openjdk.java.net/~ehelin/8009408/webrev.01/

Thanks,
Erik

On 03/06/2013 10:05 AM, Bengt Rutisson wrote:
>
> Erik and Staffan,
>
> The ProcessTools class has the method getPlatformSpecificVMArgs() that
> returns "-d64" if necessary. You can't use this as is since you need to
> get "J-d64" but I think we should do something to make your solution
> more general.
>
> Either adding a possible prefix to the getPlatformSpecificVMArgs() or
> adding a separate method that returns "JDK-tools formatted" args. It
> seems a bit too limited to fix this only for your particular test. Would
> be nice to get it in to the testlibrary somehow.
>
> Bengt
>
>
> On 3/5/13 5:55 PM, Staffan Larsen wrote:
>> Looks good. I wish we could abstract this away so that not every test
>> needs to do this work.
>>
>> /Staffan (mobile)
>>
>> On 5 mar 2013, at 17:39, Erik Helin <erik.helin at oracle.com> wrote:
>>
>>> Hi all,
>>>
>>> this change adds the option "-J-d64" or "-J-d32" (depending on arch)
>>> when running jmap in the test
>>> hotspot/test/gc/metaspace/ClassMetaspaceSizeInJmapHeap.java.
>>>
>>> Webrev:
>>> http://cr.openjdk.java.net/~ehelin/8009408/webrev.00/
>>>
>>> Bug:
>>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8009408
>>>
>>> Thanks,
>>> Erik
>




More information about the hotspot-gc-dev mailing list