8148747: [TESTBUG] runtime/Unsafe/AllocateMemory.java fails with OOM during compilation

Reviewed-by: coleenp, gtriantafill
This commit is contained in:
Christian Tornqvist 2016-02-03 13:42:29 -08:00
parent f63c4ba349
commit 2cabd2fca3
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,6 +23,7 @@
/*
* @test
* @requires vm.compMode != "Xcomp"
* @summary Verifies behaviour of Unsafe.allocateMemory
* @library /testlibrary
* @modules java.base/sun.misc

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,6 +23,7 @@
/*
* @test
* @requires vm.compMode != "Xcomp"
* @bug 8058897
* @library /testlibrary
* @modules java.base/sun.misc