hg: jdk/submit: Epsilon webrev.10
ashipile at redhat.com
ashipile at redhat.com
Mon Jun 11 07:42:14 UTC 2018
Changeset: 0d62b665e01f
Author: shade
Date: 2018-06-11 09:39 +0200
URL: http://hg.openjdk.java.net/jdk/submit/rev/0d62b665e01f
Epsilon webrev.10
! make/autoconf/hotspot.m4
! make/hotspot/lib/JvmFeatures.gmk
+ src/hotspot/share/gc/epsilon/epsilonArguments.cpp
+ src/hotspot/share/gc/epsilon/epsilonArguments.hpp
+ src/hotspot/share/gc/epsilon/epsilonBarrierSet.cpp
+ src/hotspot/share/gc/epsilon/epsilonBarrierSet.hpp
+ src/hotspot/share/gc/epsilon/epsilonCollectorPolicy.hpp
+ src/hotspot/share/gc/epsilon/epsilonHeap.cpp
+ src/hotspot/share/gc/epsilon/epsilonHeap.hpp
+ src/hotspot/share/gc/epsilon/epsilonMemoryPool.cpp
+ src/hotspot/share/gc/epsilon/epsilonMemoryPool.hpp
+ src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp
+ src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.hpp
+ src/hotspot/share/gc/epsilon/epsilonThreadLocalData.hpp
+ src/hotspot/share/gc/epsilon/epsilon_globals.hpp
+ src/hotspot/share/gc/epsilon/vmStructs_epsilon.hpp
! src/hotspot/share/gc/shared/barrierSetConfig.hpp
! src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp
! src/hotspot/share/gc/shared/collectedHeap.hpp
! src/hotspot/share/gc/shared/gcConfig.cpp
! src/hotspot/share/gc/shared/gc_globals.hpp
! src/hotspot/share/gc/shared/vmStructs_gc.hpp
! src/hotspot/share/utilities/macros.hpp
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/HSDB.java
+ src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/epsilon/EpsilonHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/CollectedHeapName.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/Universe.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/HeapSummary.java
! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/gc/epsilon/TestAlwaysPretouch.java
+ test/hotspot/jtreg/gc/epsilon/TestByteArrays.java
+ test/hotspot/jtreg/gc/epsilon/TestDieDefault.java
+ test/hotspot/jtreg/gc/epsilon/TestDieWithHeapDump.java
+ test/hotspot/jtreg/gc/epsilon/TestDieWithOnError.java
+ test/hotspot/jtreg/gc/epsilon/TestElasticTLAB.java
+ test/hotspot/jtreg/gc/epsilon/TestElasticTLABDecay.java
+ test/hotspot/jtreg/gc/epsilon/TestEpsilonEnabled.java
+ test/hotspot/jtreg/gc/epsilon/TestHelloWorld.java
+ test/hotspot/jtreg/gc/epsilon/TestLogTrace.java
+ test/hotspot/jtreg/gc/epsilon/TestManyThreads.java
+ test/hotspot/jtreg/gc/epsilon/TestMemoryMXBeans.java
+ test/hotspot/jtreg/gc/epsilon/TestMemoryPools.java
+ test/hotspot/jtreg/gc/epsilon/TestObjects.java
+ test/hotspot/jtreg/gc/epsilon/TestPrintHeapSteps.java
+ test/hotspot/jtreg/gc/epsilon/TestRefArrays.java
+ test/hotspot/jtreg/gc/epsilon/TestUpdateCountersSteps.java
! test/hotspot/jtreg/serviceability/sa/TestUniverse.java
! test/lib/sun/hotspot/gc/GC.java
More information about the jdk-submit-changes
mailing list