test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java	Tue Oct  2 17:25:35 2018
--- new/test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java	Tue Oct  2 17:25:34 2018

*** 1,7 **** --- 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.
*** 26,35 **** --- 26,36 ---- * @bug 8031752 * @summary speculative traps need to be cleaned up at GC * * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation * -XX:-UseOnStackReplacement -XX:-BackgroundCompilation + * -XX:CompileThreshold=10000 * -XX:+UseTypeSpeculation -XX:TypeProfileLevel=222 * -XX:CompileCommand=exclude,java.lang.reflect.Method::invoke * -XX:CompileCommand=exclude,sun.reflect.DelegatingMethodAccessorImpl::invoke * -Xmx512M * compiler.profiling.TestSpecTrapClassUnloading

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