hotspot/test/compiler/codecache/jmx/ThresholdNotificationsTest.java
changeset 40367 03bdcc357e10
parent 40059 c2304140ed64
child 40374 194c666e7541
--- a/hotspot/test/compiler/codecache/jmx/ThresholdNotificationsTest.java	Thu Aug 04 22:42:05 2016 -0400
+++ b/hotspot/test/compiler/codecache/jmx/ThresholdNotificationsTest.java	Fri Aug 05 16:22:30 2016 +0300
@@ -63,7 +63,9 @@
 
     public static void main(String[] args) {
         for (BlobType bt : BlobType.getAvailable()) {
-            new ThresholdNotificationsTest(bt).runTest();
+            if (CodeCacheUtils.isCodeHeapPredictable(bt)) {
+                new ThresholdNotificationsTest(bt).runTest();
+            }
         }
     }