RFR: 8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution

2013-06-29 Thread Kumar Srinivasan
Hi, Please review changes to cleanup the test area after pack200 test completion. Some tests generally use large jars and a local copy of the JDK to test with, created a generic utility to nuke most of the remains. The webrev: http://cr.openjdk.java.net/~ksrini/8017463/webrev.0/ The bug: http

hg: jdk8/tl/langtools: 6983646: javap should identify why a DefaultAttribute is being used

2013-06-29 Thread vicente . romero
Changeset: 891c5ecb8306 Author:vromero Date: 2013-06-29 20:12 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/891c5ecb8306 6983646: javap should identify why a DefaultAttribute is being used Reviewed-by: jjg ! src/share/classes/com/sun/tools/classfile/Attribute.java ! s

Re: RFR: JDK-7184195 - java.util.logging.Logger.getGlobal().info() doesn't log without configuration

2013-06-29 Thread Peter Levart
Hi, I haven't studied this deeply yet, but maybe somebody knows the answer: Why is it necessary to add root and global loggers to LogManager in it's static initializer? Global Logger could be created and initialized lazily, when 1st requested (in static initialization of Logger class), and th

hg: jdk8/tl/jdk: 8019286: Fix javadoc typo in ResultSet.next

2013-06-29 Thread lance . andersen
Changeset: a4eb59bffb60 Author:lancea Date: 2013-06-29 06:12 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a4eb59bffb60 8019286: Fix javadoc typo in ResultSet.next Reviewed-by: darcy, mchung ! src/share/classes/java/sql/ResultSet.java