Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
90 additions
and 47 deletions.
- +0 −1 src/hotspot/cpu/aarch64/c1_globals_aarch64.hpp
- +0 −1 src/hotspot/cpu/arm/c1_globals_arm.hpp
- +0 −1 src/hotspot/cpu/ppc/c1_globals_ppc.hpp
- +0 −1 src/hotspot/cpu/s390/c1_globals_s390.hpp
- +0 −1 src/hotspot/cpu/sparc/c1_globals_sparc.hpp
- +0 −1 src/hotspot/cpu/x86/c1_globals_x86.hpp
- +13 −7 src/hotspot/share/c1/c1_GraphBuilder.cpp
- +22 −0 src/hotspot/share/c1/c1_globals.hpp
- +7 −0 src/hotspot/share/compiler/compilerDefinitions.cpp
- +0 −1 src/hotspot/share/compiler/compiler_globals.hpp
- +29 −0 src/hotspot/share/opto/c2_globals.hpp
- +10 −0 src/hotspot/share/runtime/arguments.cpp
- +0 −25 src/hotspot/share/runtime/globals.hpp
- +1 −1 test/hotspot/jtreg/compiler/c2/Test5091921.java
- +1 −1 test/hotspot/jtreg/compiler/c2/Test6792161.java
- +2 −2 test/hotspot/jtreg/compiler/c2/Test6910605_2.java
- +2 −2 test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Command.java
- +1 −0 test/hotspot/jtreg/compiler/intrinsics/string/TestStringIntrinsics2.java
- +1 −1 test/hotspot/jtreg/compiler/profiling/TestProfileCounterOverflow.java
- +1 −1 test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java