test/hotspot/jtreg/gc/g1/TestGreyReclaimedHumongousObjects.java
changeset 47756 55714c3d544c
parent 47216 71c04702a3d5
child 53523 4c5184c56dc2
--- a/test/hotspot/jtreg/gc/g1/TestGreyReclaimedHumongousObjects.java	Tue Oct 10 14:05:04 2017 +0200
+++ b/test/hotspot/jtreg/gc/g1/TestGreyReclaimedHumongousObjects.java	Thu Oct 26 21:30:48 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, 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
@@ -23,7 +23,7 @@
 
 /*
  * @test TestGreyReclaimedHumongousObjects.java
- * @bug 8069367
+ * @bug 8069367 8185278
  * @requires vm.gc.G1
  * @summary Test handling of marked but unscanned reclaimed humongous objects.
  * @key gc