How to suppress verbosity when settting _JAVA_OPTIONS?

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Mon Sep 4 12:56:30 UTC 2017


This will only affect the arguments when subsequently running java calls 
during the build. Adrian's issue was that a simple "java -version" call 
failed during detection of what JDK to use as boot JDK.

However, is is likely that even if Adrian gets the initial test to pass, 
something similar to this will be needed for make-time calls to java.

/Magnus

On 2017-09-04 14:36, Andrew Haley wrote:
> On 04/09/17 12:53, John Paul Adrian Glaubitz wrote:
>> On 09/04/2017 01:36 PM, Andrew Haley wrote:
>>>> This can be fixed by overriding the heap settings with _JAVA_OPTIONS:
>>> We should probably just fix the bug.  I recently did something very similar
>>> for another target, but I can't find it.  :-)
>> Oh, I agree. I just wasn't sure where the default heap settings come from.
>>
>> Can you point me to the place in the sources?
> This is the one I was thinking of.  It's perhaps not what you need.
>



More information about the hotspot-dev mailing list