jdk/test/java/util/logging/TestLoggerWeakRefLeak.java
changeset 35768 7066da300a08
parent 34327 50693d25f4a7
child 45004 ea3137042a61
--- a/jdk/test/java/util/logging/TestLoggerWeakRefLeak.java	Wed Jul 05 21:19:32 2017 +0200
+++ b/jdk/test/java/util/logging/TestLoggerWeakRefLeak.java	Mon Feb 08 18:14:48 2016 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2016, 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
@@ -39,6 +39,7 @@
  * @summary Check for WeakReference leak in Logger and anonymous Logger objects
  * @library /lib/testlibrary
  * @modules jdk.attach/sun.tools.attach
+ *          java.logging
  * @build jdk.testlibrary.ProcessTools
  * @run main/othervm TestLoggerWeakRefLeak Logger
  * @run main/othervm TestLoggerWeakRefLeak AnonymousLogger