< prev index next >

test/lib/jdk/test/lib/jfr/EventNames.java

Print this page




  84     public final static String BiasedLockClassRevocation = PREFIX + "BiasedLockClassRevocation";
  85     public final static String SymbolTableStatistics = PREFIX + "SymbolTableStatistics";
  86     public final static String StringTableStatistics = PREFIX + "StringTableStatistics";
  87     public final static String PlaceholderTableStatistics = PREFIX + "PlaceholderTableStatistics";
  88     public final static String LoaderConstraintsTableStatistics = PREFIX + "LoaderConstraintsTableStatistics";
  89     public final static String ProtectionDomainCacheTableStatistics = PREFIX + "ProtectionDomainCacheTableStatistics";
  90     // This event is hard to test
  91     public final static String ReservedStackActivation = PREFIX + "ReservedStackActivation";
  92 
  93     // GC
  94     public final static String GCHeapSummary = PREFIX + "GCHeapSummary";
  95     public final static String MetaspaceSummary = PREFIX + "MetaspaceSummary";
  96     public final static String MetaspaceGCThreshold = PREFIX + "MetaspaceGCThreshold";
  97     public final static String MetaspaceAllocationFailure = PREFIX + "MetaspaceAllocationFailure";
  98     public final static String MetaspaceOOM = PREFIX + "MetaspaceOOM";
  99     public final static String MetaspaceChunkFreeListSummary = PREFIX + "MetaspaceChunkFreeListSummary";
 100     public final static String PSHeapSummary = PREFIX + "PSHeapSummary";
 101     public final static String G1HeapSummary = PREFIX + "G1HeapSummary";
 102     public final static String G1HeapRegionInformation = PREFIX + "G1HeapRegionInformation";
 103     public final static String G1HeapRegionTypeChange = PREFIX + "G1HeapRegionTypeChange";


 104     public final static String TenuringDistribution = PREFIX + "TenuringDistribution";
 105     public final static String GarbageCollection = PREFIX + "GarbageCollection";
 106     public final static String ParallelOldGarbageCollection = PREFIX + "ParallelOldGarbageCollection";
 107     public final static String ParallelOldCollection = ParallelOldGarbageCollection;
 108     public final static String YoungGarbageCollection = PREFIX + "YoungGarbageCollection";
 109     public final static String OldGarbageCollection = PREFIX + "OldGarbageCollection";
 110     public final static String G1GarbageCollection = PREFIX + "G1GarbageCollection";
 111     public final static String G1MMU = PREFIX + "G1MMU";
 112     public final static String EvacuationInformation = PREFIX + "EvacuationInformation";
 113     public final static String GCReferenceStatistics = PREFIX + "GCReferenceStatistics";
 114     public final static String ObjectCountAfterGC = PREFIX + "ObjectCountAfterGC";
 115     public final static String PromoteObjectInNewPLAB = PREFIX + "PromoteObjectInNewPLAB";
 116     public final static String PromoteObjectOutsidePLAB = PREFIX + "PromoteObjectOutsidePLAB";
 117     public final static String PromotionFailed = PREFIX + "PromotionFailed";
 118     public final static String EvacuationFailed = PREFIX + "EvacuationFailed";
 119     public final static String ConcurrentModeFailure = PREFIX + "ConcurrentModeFailure";
 120     public final static String GCPhasePause = PREFIX + "GCPhasePause";
 121     public final static String GCPhasePauseLevel1 = PREFIX + "GCPhasePauseLevel1";
 122     public final static String GCPhasePauseLevel2 = PREFIX + "GCPhasePauseLevel2";
 123     public final static String GCPhasePauseLevel3 = PREFIX + "GCPhasePauseLevel3";




  84     public final static String BiasedLockClassRevocation = PREFIX + "BiasedLockClassRevocation";
  85     public final static String SymbolTableStatistics = PREFIX + "SymbolTableStatistics";
  86     public final static String StringTableStatistics = PREFIX + "StringTableStatistics";
  87     public final static String PlaceholderTableStatistics = PREFIX + "PlaceholderTableStatistics";
  88     public final static String LoaderConstraintsTableStatistics = PREFIX + "LoaderConstraintsTableStatistics";
  89     public final static String ProtectionDomainCacheTableStatistics = PREFIX + "ProtectionDomainCacheTableStatistics";
  90     // This event is hard to test
  91     public final static String ReservedStackActivation = PREFIX + "ReservedStackActivation";
  92 
  93     // GC
  94     public final static String GCHeapSummary = PREFIX + "GCHeapSummary";
  95     public final static String MetaspaceSummary = PREFIX + "MetaspaceSummary";
  96     public final static String MetaspaceGCThreshold = PREFIX + "MetaspaceGCThreshold";
  97     public final static String MetaspaceAllocationFailure = PREFIX + "MetaspaceAllocationFailure";
  98     public final static String MetaspaceOOM = PREFIX + "MetaspaceOOM";
  99     public final static String MetaspaceChunkFreeListSummary = PREFIX + "MetaspaceChunkFreeListSummary";
 100     public final static String PSHeapSummary = PREFIX + "PSHeapSummary";
 101     public final static String G1HeapSummary = PREFIX + "G1HeapSummary";
 102     public final static String G1HeapRegionInformation = PREFIX + "G1HeapRegionInformation";
 103     public final static String G1HeapRegionTypeChange = PREFIX + "G1HeapRegionTypeChange";
 104     public final static String ShenandoahHeapRegionInformation = PREFIX + "ShenandoahHeapRegionInformation";
 105     public final static String ShenandoahHeapRegionStateChange = PREFIX + "ShenandoahHeapRegionStateChange";
 106     public final static String TenuringDistribution = PREFIX + "TenuringDistribution";
 107     public final static String GarbageCollection = PREFIX + "GarbageCollection";
 108     public final static String ParallelOldGarbageCollection = PREFIX + "ParallelOldGarbageCollection";
 109     public final static String ParallelOldCollection = ParallelOldGarbageCollection;
 110     public final static String YoungGarbageCollection = PREFIX + "YoungGarbageCollection";
 111     public final static String OldGarbageCollection = PREFIX + "OldGarbageCollection";
 112     public final static String G1GarbageCollection = PREFIX + "G1GarbageCollection";
 113     public final static String G1MMU = PREFIX + "G1MMU";
 114     public final static String EvacuationInformation = PREFIX + "EvacuationInformation";
 115     public final static String GCReferenceStatistics = PREFIX + "GCReferenceStatistics";
 116     public final static String ObjectCountAfterGC = PREFIX + "ObjectCountAfterGC";
 117     public final static String PromoteObjectInNewPLAB = PREFIX + "PromoteObjectInNewPLAB";
 118     public final static String PromoteObjectOutsidePLAB = PREFIX + "PromoteObjectOutsidePLAB";
 119     public final static String PromotionFailed = PREFIX + "PromotionFailed";
 120     public final static String EvacuationFailed = PREFIX + "EvacuationFailed";
 121     public final static String ConcurrentModeFailure = PREFIX + "ConcurrentModeFailure";
 122     public final static String GCPhasePause = PREFIX + "GCPhasePause";
 123     public final static String GCPhasePauseLevel1 = PREFIX + "GCPhasePauseLevel1";
 124     public final static String GCPhasePauseLevel2 = PREFIX + "GCPhasePauseLevel2";
 125     public final static String GCPhasePauseLevel3 = PREFIX + "GCPhasePauseLevel3";


< prev index next >