I need a reviewer for a tiny change to a test that fails to compile as
it uses sun.* APIs. The fix is to replace the @build tag with the
@compile tag and specify that the symbol file used by javac be ignored.
Diffs attached.
Thanks,
Alan.
diff -r 84ae559f7129 test/sun/util/logging/PlatformLoggerTest.java
--- a/test/sun/util/logging/PlatformLoggerTest.java Fri Oct 30
15:06:24 2009 +0000
+++ b/test/sun/util/logging/PlatformLoggerTest.java Fri Oct 30
21:19:50 2009 +0000
@@ -28,7 +28,7 @@
* logging is enabled. Also validate some basic PlatformLogger
* operations.
*
- * @build PlatformLoggerTest
+ * @compile -XDignore.symbol.file PlatformLoggerTest.java
* @run main PlatformLoggerTest
*/