test/hotspot/jtreg/runtime/logging/SafepointCleanupTest.java
changeset 54961 30c8a21ce002
parent 52703 e7fdc9d9c376
--- a/test/hotspot/jtreg/runtime/logging/SafepointCleanupTest.java	Tue May 21 15:51:35 2019 +0200
+++ b/test/hotspot/jtreg/runtime/logging/SafepointCleanupTest.java	Tue May 21 09:53:16 2019 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -43,7 +43,6 @@
         output.shouldContain("deflating per-thread idle monitors");
         output.shouldContain("updating inline caches");
         output.shouldContain("compilation policy safepoint handler");
-        output.shouldContain("purging class loader data graph");
         output.shouldHaveExitValue(0);
     }