--- old/test/hotspot/jtreg/gc/g1/TestHumongousAllocInitialMark.java 2018-06-14 14:58:30.567331044 +0200 +++ new/test/hotspot/jtreg/gc/g1/TestHumongousAllocInitialMark.java 2018-06-14 14:58:30.051314859 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2018, 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 @@ -52,7 +52,7 @@ HumongousObjectAllocator.class.getName()); OutputAnalyzer output = new OutputAnalyzer(pb.start()); - output.shouldContain("Pause Initial Mark (G1 Humongous Allocation)"); + output.shouldContain("Pause Young (Concurrent Start) (G1 Humongous Allocation)"); output.shouldNotContain("Full GC"); output.shouldHaveExitValue(0); }