RFR(XS): 8148747 - [TESTBUG] runtime/Unsafe/AllocateMemory.java fails with OOM during compilation

Igor Ignatyev igor.ignatyev at oracle.com
Wed Feb 3 21:34:10 UTC 2016


Hi Christian,
> On Feb 4, 2016, at 12:03 AM, Christian Tornqvist <christian.tornqvist at oracle.com> wrote:
> 
> Hi Vladimir,
> 
>> This means these tests will not be run in Compiler nightlies - we use
> -Xcomp. Are you sure you want that?
>> On other hand these tests are not designed to use compilers (no loops, no
> hot methods). May be you should run them with -Xint then?
> 
> The purpose of this test is to ensure that the unsafe.allocateMemory()
> method works correctly, running this with -Xcomp is waste of time and
> doesn't give us any additional information. If this means that it's not
> running in the compiler repo, then I'm fine with that. 

not running this test in the compiler nightlies means we won’t get any information from this test for any changes done in compiler repo. that can lead to “escaped" bugs, which we are trying to avoid. Adding -Xmixed or -Xint to @run directives will fix 8148747, but not remove the test from compiler nightlies test set. 

Thanks,
— Igor




More information about the hotspot-runtime-dev mailing list