Changeset: fe9db22a220f
Author:alanb
Date: 2009-10-30 21:31 +
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fe9db22a220f
6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be
compiled by jtreg
Reviewed-by: mchung, tbell
! test/sun/util/logging/Platf
Alan Bateman wrote:
> 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.
Looks good to me. Approved!
Quite a few tests under jdk/te
Looks good. Thanks for taking care of this fix.
Mandy
Alan Bateman wrote:
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 atta
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/PlatformLog
Changeset: 8885b2256507
Author:ohair
Date: 2009-10-29 11:17 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8885b2256507
6896472: Missing libjsig.so causes jdk build failure
Reviewed-by: tbell, kvn, phh
! make/java/redist/Makefile
Changeset: 9618f9a100e4
Author:tbell
Dat
Changeset: 528d98fe1037
Author:xlu
Date: 2009-09-24 12:10 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/528d98fe1037
6880029: JDK 1.6.0_u14p Application crashed very early
Reviewed-by: never, ysr, acorn
! src/share/vm/runtime/safepoint.cpp
Changeset: 054afbef9081
Autho
Changeset: 42351916a4ea
Author:sherman
Date: 2009-10-30 13:01 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/42351916a4ea
6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError
Summary: Fixed the boundary check in Deflater.java
Reviewed-by: alanb
! src/share/cl
Changeset: 84ae559f7129
Author:alanb
Date: 2009-10-30 15:06 +
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/84ae559f7129
6896573: Arrays.sort(long[]) fails with StackOverflowError
Reviewed-by: jjb
Contributed-by: vladimir.yaroslavs...@sun.com
! src/share/classes/java/util/Dua