test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Cdiff test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java

test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2014, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * 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.
*** 33,42 **** --- 33,43 ---- * compiler.profiling.spectrapredefineclass_classloaders.A * compiler.profiling.spectrapredefineclass_classloaders.B * @run driver ClassFileInstaller compiler.profiling.spectrapredefineclass_classloaders.Agent * @run driver compiler.profiling.spectrapredefineclass_classloaders.Launcher * @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation + * -XX:CompileThreshold=10000 * -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 * -XX:ReservedCodeCacheSize=3M -Djdk.attach.allowAttachSelf * compiler.profiling.spectrapredefineclass_classloaders.Agent */
test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File