Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8240745: Implementation: JEP 377: ZGC: A Scalable Low-Latency Garbage…
… Collector (Production) Reviewed-by: stefank, eosterlund
- Loading branch information
Showing
with
49 additions
and 57 deletions.
- +1 −1 src/hotspot/share/gc/shared/gc_globals.hpp
- +7 −7 src/hotspot/share/gc/z/z_globals.hpp
- +7 −7 src/hotspot/share/jfr/metadata/metadata.xml
- +2 −2 test/hotspot/jtreg/compiler/gcbarriers/UnsafeIntrinsicsTest.java
- +2 −2 test/hotspot/jtreg/compiler/loopopts/TestRangeCheckPredicatesControl.java
- +2 −2 test/hotspot/jtreg/gc/arguments/TestDisableDefaultGC.java
- +2 −2 test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithZ.java
- +3 −3 test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithZ.java
- +0 −1 test/hotspot/jtreg/gc/z/TestAllocateHeapAt.java
- +6 −6 test/hotspot/jtreg/gc/z/TestAlwaysPreTouch.java
- +2 −3 test/hotspot/jtreg/gc/z/TestHighUsage.java
- +0 −1 test/hotspot/jtreg/gc/z/TestSmallHeap.java
- +3 −3 test/hotspot/jtreg/gc/z/TestUncommit.java
- +0 −4 test/hotspot/jtreg/runtime/cds/appcds/TestZGCWithCDS.java
- +2 −2 test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/IncompatibleOptions.java
- +2 −2 test/jdk/java/lang/management/MemoryMXBean/MemoryTestZGC.sh
- +1 −1 test/jdk/jdk/jfr/event/gc/detailed/TestGCPhaseConcurrent.java
- +1 −1 test/jdk/jdk/jfr/event/gc/detailed/TestZAllocationStallEvent.java
- +1 −1 test/jdk/jdk/jfr/event/gc/detailed/TestZPageAllocationEvent.java
- +1 −1 test/jdk/jdk/jfr/event/gc/detailed/TestZPageCacheFlushEvent.java
- +1 −1 test/jdk/jdk/jfr/event/gc/detailed/TestZRelocationSetEvent.java
- +1 −1 test/jdk/jdk/jfr/event/gc/detailed/TestZRelocationSetGroupEvent.java
- +1 −1 test/jdk/jdk/jfr/event/gc/detailed/TestZUncommitEvent.java
- +1 −2 test/jdk/jdk/jfr/event/metadata/TestLookForUntestedEvents.java
Oops, something went wrong.