< prev index next >

test/jdk/java/lang/StackWalker/LocalsAndOperands.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2017, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2015, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 26,35 **** --- 26,42 ---- * @bug 8020968 8147039 8156073 * @summary Tests for locals and operands * @modules java.base/java.lang:open * @run testng/othervm -Xint -DtestUnused=true LocalsAndOperands * @run testng/othervm -Xcomp LocalsAndOperands + */ + + /* + * @test + * @bug 8020968 8147039 8156073 + * @modules java.base/java.lang:open + * @requires !vm.graal.enabled * @run testng/othervm -Xcomp -XX:-TieredCompilation LocalsAndOperands */ import org.testng.annotations.*; import static org.testng.Assert.*;
< prev index next >