hotspot/test/serviceability/dcmd/gc/RunGCTest.java
changeset 43467 f91da24c6bca
parent 40631 ed82623d7831
--- a/hotspot/test/serviceability/dcmd/gc/RunGCTest.java	Thu Jan 19 11:49:30 2017 +0100
+++ b/hotspot/test/serviceability/dcmd/gc/RunGCTest.java	Thu Jan 19 10:56:32 2017 -0500
@@ -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
@@ -40,7 +40,7 @@
  * @modules java.base/jdk.internal.misc
  *          java.compiler
  *          java.management
- *          jdk.jvmstat/sun.jvmstat.monitor
+ *          jdk.internal.jvmstat/sun.jvmstat.monitor
  * @run testng/othervm -Xlog:gc=debug:RunGC.gclog -XX:-ExplicitGCInvokesConcurrent RunGCTest
  */
 public class RunGCTest {