8248049: minor cleanups in gc/whitebox/TestWBGC.java

Reviewed-by: hseigel
This commit is contained in:
Daniel D. Daugherty 2020-06-24 17:49:10 -04:00
parent 3e4ad5d8d1
commit ac37a29914

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2020, 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
@ -24,9 +24,9 @@
package gc.whitebox;
/*
* @test TestWBGC
* @test
* @bug 8055098
* @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly.
* @summary Test to verify that WB methods isObjectInOldGen and youngGC work correctly.
* @requires vm.gc != "Z" & vm.gc != "Shenandoah"
* @library /test/lib
* @modules java.base/jdk.internal.misc