hotspot/test/compiler/codecache/jmx/ThresholdNotificationsTest.java
changeset 28645 509f04dcfa9f
parent 28384 918bbbe51796
child 29678 dd2f3932c21e
equal deleted inserted replaced
28642:a42fefc69922 28645:509f04dcfa9f
    50     private volatile long counter;
    50     private volatile long counter;
    51     private final BlobType btype;
    51     private final BlobType btype;
    52 
    52 
    53     public static void main(String[] args) {
    53     public static void main(String[] args) {
    54         for (BlobType bt : BlobType.getAvailable()) {
    54         for (BlobType bt : BlobType.getAvailable()) {
    55             new ThresholdNotificationsTest(bt).runTest();
    55             if (CodeCacheUtils.isCodeHeapPredictable(bt)) {
       
    56                 new ThresholdNotificationsTest(bt).runTest();
       
    57             }
    56         }
    58         }
    57     }
    59     }
    58 
    60 
    59     public ThresholdNotificationsTest(BlobType btype) {
    61     public ThresholdNotificationsTest(BlobType btype) {
    60         this.btype = btype;
    62         this.btype = btype;