test/hotspot/jtreg/compiler/rangechecks/TestRangeCheckSmearing.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/compiler/rangechecks/TestRangeCheckSmearing.java	Wed Feb 28 18:07:18 2018
--- new/test/hotspot/jtreg/compiler/rangechecks/TestRangeCheckSmearing.java	Wed Feb 28 18:07:17 2018

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2014, 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.
*** 30,39 **** --- 30,40 ---- * java.management * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -ea -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement + * -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+EagerJVMCI * compiler.rangechecks.TestRangeCheckSmearing * */ package compiler.rangechecks;

test/hotspot/jtreg/compiler/rangechecks/TestRangeCheckSmearing.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File