Review request: JDK-8003539 -- Minimal VM. VM doesn't react to -Dcom.sun.management and -XX:+ManagementServer

Joe Provino joseph.provino at oracle.com
Fri Nov 16 12:23:54 PST 2012


Dmitri, wait, I think I see what you mean.  If INCLUDE_MANAGEMENT is set 
to true, then there's no code generated.

I think the code that's there will work but perhaps there's a better 
place to check for this option when
INCLUDE_MANAGEMENT is false.

I seem to recall there's a place were -XX: arguments are parsed  But I 
don't see a separate method to do that.
I must be looking in the wrong place.

joe

On 11/16/2012 3:14 PM, Dmitry Samersoff wrote:
> Joe,
>
> After you fix at 2788 regular hotspot start accepting do-nothing option
>
> -XX:+ManagementServer
>
> Is it intentional?
>
> -Dmitry
>
>
> On 2012-11-16 23:24, Joe Provino wrote:
>> This is a small change to one file -- arguments.cpp -- to print an error
>> message
>> and exit if INCLUDE_MANAGEMENT is false.
>>
>> Webrev is here:  http://cr.openjdk.java.net/~jprovino/8003539/webrev.00/
>>
>> thanks.
>>
>> joe
>


More information about the hotspot-dev mailing list