8229873: 8229401 broke jdk8u-jfr-incubator

Mon, 19 Aug 2019 12:47:38 +0200

author
shade
date
Mon, 19 Aug 2019 12:47:38 +0200
changeset 9862
f162232da105
parent 9861
a248d0be1309
child 9863
161ab90e3cae

8229873: 8229401 broke jdk8u-jfr-incubator
Reviewed-by: neugens

src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp file | annotate | diff | comparison | revisions
src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Aug 19 10:11:31 2019 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Aug 19 12:47:38 2019 +0200
     1.3 @@ -38,6 +38,7 @@
     1.4  #include "gc_implementation/g1/g1YCTypes.hpp"
     1.5  #include "gc_implementation/g1/heapRegionManager.hpp"
     1.6  #include "gc_implementation/g1/heapRegionSet.hpp"
     1.7 +#include "gc_implementation/shared/gcHeapSummary.hpp"
     1.8  #include "gc_implementation/shared/hSpaceCounters.hpp"
     1.9  #include "gc_implementation/shared/parGCAllocBuffer.hpp"
    1.10  #include "memory/barrierSet.hpp"
     2.1 --- a/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp	Mon Aug 19 10:11:31 2019 +0200
     2.2 +++ b/src/share/vm/jfr/recorder/checkpoint/types/jfrType.cpp	Mon Aug 19 12:47:38 2019 +0200
     2.3 @@ -55,7 +55,7 @@
     2.4  #include "opto/node.hpp"
     2.5  #endif
     2.6  #if INCLUDE_ALL_GCS
     2.7 -//#include "gc_implementation/g1/g1HeapRegionTraceType.hpp"
     2.8 +#include "gc_implementation/g1/g1HeapRegionTraceType.hpp"
     2.9  #include "gc_implementation/g1/g1YCTypes.hpp"
    2.10  #endif
    2.11  

mercurial