Fri, 08 Nov 2013 18:16:12 +0100 8014506: Test of Jdp feature
sla [Fri, 08 Nov 2013 18:16:12 +0100] rev 21646
8014506: Test of Jdp feature Reviewed-by: sla Contributed-by: Alex Schenkman <alex.schenkman@oracle.com>
Mon, 11 Nov 2013 14:22:22 -0500 8028149: Clean-up javac -Xlint warnings in com.sun.rowset and com.sun.rowset.internal
lancea [Mon, 11 Nov 2013 14:22:22 -0500] rev 21645
8028149: Clean-up javac -Xlint warnings in com.sun.rowset and com.sun.rowset.internal Reviewed-by: darcy
Mon, 11 Nov 2013 16:06:16 +0000 8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win)
michaelm [Mon, 11 Nov 2013 16:06:16 +0000] rev 21644
8028060: test/java/net/URLPermission/nstest/lookup.sh failing (win) Reviewed-by: alanb
Mon, 11 Nov 2013 10:33:02 +0000 8028102: All test targets, jdk/test/Makefile, fail on Windows
chegar [Mon, 11 Nov 2013 10:33:02 +0000] rev 21643
8028102: All test targets, jdk/test/Makefile, fail on Windows Reviewed-by: mduigou
Mon, 11 Nov 2013 16:54:41 +0800 8027991: InputStream should be closed in sun.security.tools.jarsigner.Main
weijun [Mon, 11 Nov 2013 16:54:41 +0800] rev 21642
8027991: InputStream should be closed in sun.security.tools.jarsigner.Main Reviewed-by: xuelei
Mon, 11 Nov 2013 08:36:53 +0000 8028099: Many com/sun/management/OperatingSystemMXBean tests failing with CCE (win)
alanb [Mon, 11 Nov 2013 08:36:53 +0000] rev 21641
8028099: Many com/sun/management/OperatingSystemMXBean tests failing with CCE (win) Reviewed-by: mchung
Sun, 10 Nov 2013 20:05:03 +0100 6523160: RuntimeMXBean.getUptime() returns negative values
jbachorik [Sun, 10 Nov 2013 20:05:03 +0100] rev 21640
6523160: RuntimeMXBean.getUptime() returns negative values Summary: RuntimeMXBean.getUptime() should be based on HR timers rather than on the OS time Reviewed-by: dholmes, sla
Sat, 09 Nov 2013 14:30:03 -0500 8028092: Lint cleanup of java.time.format
rriggs [Sat, 09 Nov 2013 14:30:03 -0500] rev 21639
8028092: Lint cleanup of java.time.format Summary: correct declarations and add @SuppressWarnings Reviewed-by: darcy, lancea
Sat, 09 Nov 2013 16:46:46 +0000 8028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTS
alanb [Sat, 09 Nov 2013 16:46:46 +0000] rev 21638
8028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTS Reviewed-by: dholmes, alanb Contributed-by: patrick.zhang@oracle.com
Fri, 08 Nov 2013 17:36:14 -0800 Merge
lana [Fri, 08 Nov 2013 17:36:14 -0800] rev 21637
Merge
Fri, 08 Nov 2013 17:50:24 -0500 8028041: Serialized Form description of j.l.String is not consistent with the implementation
rriggs [Fri, 08 Nov 2013 17:50:24 -0500] rev 21636
8028041: Serialized Form description of j.l.String is not consistent with the implementation Summary: Replaced incorrect description with reference to the serialization specification Reviewed-by: alanb, smarks
Fri, 08 Nov 2013 21:07:42 +0000 8028074: InetAddress.getByName fails with UHE "invalid IPv6 address" if host name starts with a-f
alanb [Fri, 08 Nov 2013 21:07:42 +0000] rev 21635
8028074: InetAddress.getByName fails with UHE "invalid IPv6 address" if host name starts with a-f Reviewed-by: chegar
Fri, 08 Nov 2013 12:19:25 -0800 8028076: Correct raw type lint warnings in core reflection implementation classes
darcy [Fri, 08 Nov 2013 12:19:25 -0800] rev 21634
8028076: Correct raw type lint warnings in core reflection implementation classes Reviewed-by: lancea, alanb
Fri, 08 Nov 2013 12:13:02 -0800 8025985: com.sun.management.OSMBeanFactory should not be public
mchung [Fri, 08 Nov 2013 12:13:02 -0800] rev 21633
8025985: com.sun.management.OSMBeanFactory should not be public Reviewed-by: alanb, erikj, ihse, jbachorik
Fri, 08 Nov 2013 18:54:29 +0000 8023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on slow/single core machine
tyan [Fri, 08 Nov 2013 18:54:29 +0000] rev 21632
8023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on slow/single core machine Reviewed-by: chegar
Fri, 08 Nov 2013 09:43:01 -0800 8028069: (ref) Finalizer.c not deleted in the changeset for JDK-8027351
mchung [Fri, 08 Nov 2013 09:43:01 -0800] rev 21631
8028069: (ref) Finalizer.c not deleted in the changeset for JDK-8027351 Reviewed-by: alanb
Fri, 08 Nov 2013 15:15:48 +0000 8019834: InetAddress.getByName hangs for bad IPv6 literals
chegar [Fri, 08 Nov 2013 15:15:48 +0000] rev 21630
8019834: InetAddress.getByName hangs for bad IPv6 literals Reviewed-by: alanb
Fri, 08 Nov 2013 15:12:30 +0000 8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface
tyan [Fri, 08 Nov 2013 15:12:30 +0000] rev 21629
8022963: java/net/NetworkInterface/Equals.java fails equality for Windows Teredo Interface Reviewed-by: chegar
Fri, 08 Nov 2013 07:53:57 -0800 8027351: (ref) Private finalize method invoked in preference to protected superclass method
mchung [Fri, 08 Nov 2013 07:53:57 -0800] rev 21628
8027351: (ref) Private finalize method invoked in preference to protected superclass method Reviewed-by: alanb, dholmes, mr, plevart, psandoz
Thu, 07 Nov 2013 16:55:39 +0100 8027752: sun/tools/jstatd/TestJstatdExternalRegistry.java: java.lang.SecurityException: attempt to add a Permission to a readonly Permissions object
ykantser [Thu, 07 Nov 2013 16:55:39 +0100] rev 21627
8027752: sun/tools/jstatd/TestJstatdExternalRegistry.java: java.lang.SecurityException: attempt to add a Permission to a readonly Permissions object Reviewed-by: sla, jbachorik
Fri, 08 Nov 2013 08:47:39 +0100 8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c
jbachorik [Fri, 08 Nov 2013 08:47:39 +0100] rev 21626
8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c Reviewed-by: dholmes
Thu, 07 Nov 2013 22:30:06 -0800 8027695: There should be a space before % sign in Swedish locale
yhuang [Thu, 07 Nov 2013 22:30:06 -0800] rev 21625
8027695: There should be a space before % sign in Swedish locale Reviewed-by: naoto
Thu, 07 Nov 2013 20:56:44 -0500 8024458: DataInput.readDouble refers to "readlong" instead of "readLong"
rriggs [Thu, 07 Nov 2013 20:56:44 -0500] rev 21624
8024458: DataInput.readDouble refers to "readlong" instead of "readLong" Summary: fix the typo Reviewed-by: lancea, chegar, dxu
Thu, 07 Nov 2013 10:03:38 -0800 8027930: ResourceBundle test failures in fr locale
naoto [Thu, 07 Nov 2013 10:03:38 -0800] rev 21623
8027930: ResourceBundle test failures in fr locale Reviewed-by: smarks
Thu, 07 Nov 2013 13:33:03 +0100 8027796: Refactor Core Reflection for Type Annotations
jfranck [Thu, 07 Nov 2013 13:33:03 +0100] rev 21622
8027796: Refactor Core Reflection for Type Annotations Reviewed-by: psandoz
Thu, 07 Nov 2013 10:22:11 +0000 8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient
michaelm [Thu, 07 Nov 2013 10:22:11 +0000] rev 21621
8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient Reviewed-by: chegar
Thu, 07 Nov 2013 08:23:00 +0000 8027961: Inet[4|6]Address native initializing code should check field/MethodID values
chegar [Thu, 07 Nov 2013 08:23:00 +0000] rev 21620
8027961: Inet[4|6]Address native initializing code should check field/MethodID values Reviewed-by: michaelm, rriggs
Thu, 07 Nov 2013 08:04:36 +0000 8027822: ProblemList.txt Updates (11/2013)
chegar [Thu, 07 Nov 2013 08:04:36 +0000] rev 21619
8027822: ProblemList.txt Updates (11/2013) Reviewed-by: chegar, alanb Contributed-by: Amy Lu <amy.lu@oracle.com>
Wed, 06 Nov 2013 11:31:49 -0800 8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces
ksrini [Wed, 06 Nov 2013 11:31:49 -0800] rev 21618
8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces Reviewed-by: ksrini, rfield Contributed-by: john.r.rose@oracle.com, paul.sandoz@oracle.com
Wed, 06 Nov 2013 11:22:15 -0800 8027227: [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static) of non-abstract methods on ifaces
ksrini [Wed, 06 Nov 2013 11:22:15 -0800] rev 21617
8027227: [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static) of non-abstract methods on ifaces Reviewed-by: ksrini, lagergren Contributed-by: ebruneton@free.fr, forax@univ-mlv.fr, john.r.rose@oracle.com, paul.sandoz@oracle.com
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip