test/hotspot/jtreg/serviceability/sa/TestIntConstant.java
changeset 59053 ba6c248cae19
parent 53635 247e5ca412f5
--- a/test/hotspot/jtreg/serviceability/sa/TestIntConstant.java	Wed Nov 13 11:21:15 2019 +0100
+++ b/test/hotspot/jtreg/serviceability/sa/TestIntConstant.java	Wed Nov 13 11:37:29 2019 +0100
@@ -64,11 +64,10 @@
             // with names and the values derived from enums and #define preprocessor
             // macros in hotspot.
             expStrMap.put("intConstant", List.of(
-                 "CollectedHeap::G1 4",
+                 "CollectedHeap::G1 3",
                  "RUNNABLE 2",
                  "Deoptimization::Reason_class_check 4",
                  "InstanceKlass::_misc_is_unsafe_anonymous 32",
-                 "Generation::ParNew 1",
                  "_thread_uninitialized 0"));
             expStrMap.put("intConstant _temp_constant", List.of(
                  "intConstant _temp_constant 45"));