Mon, 11 Feb 2013 20:16:18 +0000 8007405: Update java.lang.reflect API to replace SYNTHESIZED with MANDATED
alanb [Mon, 11 Feb 2013 20:16:18 +0000] rev 15655
8007405: Update java.lang.reflect API to replace SYNTHESIZED with MANDATED Reviewed-by: darcy
Mon, 11 Feb 2013 10:07:01 -0800 8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument
dcubed [Mon, 11 Feb 2013 10:07:01 -0800] rev 15654
8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument Reviewed-by: coleenp, sspitsyn
Mon, 11 Feb 2013 18:44:22 +0400 8007536: Incorrect copyright header in JDP files
dsamersoff [Mon, 11 Feb 2013 18:44:22 +0400] rev 15653
8007536: Incorrect copyright header in JDP files Summary: Copyright header in JDP files missed the "classpath exception" rule. Reviewed-by: mikael
Sun, 10 Feb 2013 08:49:39 -0800 8007902: [unpack200] incorrect BootstrapMethods attribute
ksrini [Sun, 10 Feb 2013 08:49:39 -0800] rev 15652
8007902: [unpack200] incorrect BootstrapMethods attribute Reviewed-by: jjh
Sun, 10 Feb 2013 08:07:59 -0800 8007519: [unpack200] produces bad class files when producing BootstrapMethods attribute
ksrini [Sun, 10 Feb 2013 08:07:59 -0800] rev 15651
8007519: [unpack200] produces bad class files when producing BootstrapMethods attribute Reviewed-by: alanb
Sat, 09 Feb 2013 16:43:58 +0800 8007761: NTLM coding errors
weijun [Sat, 09 Feb 2013 16:43:58 +0800] rev 15650
8007761: NTLM coding errors Reviewed-by: chegar
Sat, 09 Feb 2013 16:43:49 +0800 8001104: Unbound SASL service: the GSSAPI/krb5 mech
weijun [Sat, 09 Feb 2013 16:43:49 +0800] rev 15649
8001104: Unbound SASL service: the GSSAPI/krb5 mech Reviewed-by: valeriep
Sat, 09 Feb 2013 08:35:57 +0000 8005697: Add StampedLock
dl [Sat, 09 Feb 2013 08:35:57 +0000] rev 15648
8005697: Add StampedLock Reviewed-by: chegar, alanb, dice, martin
Fri, 08 Feb 2013 16:00:23 -0800 8005623: Retrofit FunctionalInterface annotations to core platform interfaces
darcy [Fri, 08 Feb 2013 16:00:23 -0800] rev 15647
8005623: Retrofit FunctionalInterface annotations to core platform interfaces Reviewed-by: mduigou, chegar, alanb
Fri, 08 Feb 2013 09:35:14 -0800 8007038: ArrayIndexOutOfBoundsException on calling localizedDateTime().print() with JapaneseChrono
naoto [Fri, 08 Feb 2013 09:35:14 -0800] rev 15646
8007038: ArrayIndexOutOfBoundsException on calling localizedDateTime().print() with JapaneseChrono Reviewed-by: okutsu
Thu, 07 Feb 2013 11:22:04 +0100 8007142: Add utility classes for writing better multiprocess tests in jtreg
ykantser [Thu, 07 Feb 2013 11:22:04 +0100] rev 15645
8007142: Add utility classes for writing better multiprocess tests in jtreg Reviewed-by: alanb, rbackman
Wed, 06 Feb 2013 17:59:54 -0800 8006995: java launcher fails to open executable JAR > 2GB
martin [Wed, 06 Feb 2013 17:59:54 -0800] rev 15644
8006995: java launcher fails to open executable JAR > 2GB Summary: Use O_LARGEFILE consistently when opening jar files Reviewed-by: alanb, sherman
Wed, 06 Feb 2013 14:15:05 -0500 8006505: additional changes for JSR 310 support
lancea [Wed, 06 Feb 2013 14:15:05 -0500] rev 15643
8006505: additional changes for JSR 310 support Reviewed-by: naoto, ulfzibis
Wed, 06 Feb 2013 16:53:47 +0400 8007277: JDK-8002048 testcase fails to compile
dsamersoff [Wed, 06 Feb 2013 16:53:47 +0400] rev 15642
8007277: JDK-8002048 testcase fails to compile Summary: sun.* classes is not included to ct.sym file and symbol file have to be ignored Reviewed-by: alanb
Wed, 13 Feb 2013 17:55:44 -0800 Merge
lana [Wed, 13 Feb 2013 17:55:44 -0800] rev 15641
Merge
Wed, 13 Feb 2013 12:38:28 -0800 Merge
lana [Wed, 13 Feb 2013 12:38:28 -0800] rev 15640
Merge
Wed, 13 Feb 2013 15:32:50 +0000 8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow
pchelko [Wed, 13 Feb 2013 15:32:50 +0000] rev 15639
8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow Summary: Removed macosx specific workaround from shared code and made macosx use public API Reviewed-by: art, serb
Wed, 13 Feb 2013 15:27:29 +0000 7079260: InputContext leaks memory
pchelko [Wed, 13 Feb 2013 15:27:29 +0000] rev 15638
7079260: InputContext leaks memory Summary: Replaced strong refs with weak refs Reviewed-by: art, serb
Wed, 13 Feb 2013 19:23:09 +0400 4199622: RFE: JComboBox shouldn't sending ActionEvents for keyboard navigation
vkarnauk [Wed, 13 Feb 2013 19:23:09 +0400] rev 15637
4199622: RFE: JComboBox shouldn't sending ActionEvents for keyboard navigation Reviewed-by: alexp, alexsch
Wed, 13 Feb 2013 19:06:31 +0400 7132383: [macosx] bug6596966.java should be adapted for Mac
kshefov [Wed, 13 Feb 2013 19:06:31 +0400] rev 15636
7132383: [macosx] bug6596966.java should be adapted for Mac Reviewed-by: serb, alexsch Contributed-by: Vera Akulova <vera.akulova@oracle.com>
Wed, 13 Feb 2013 18:01:18 +0400 7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
kshefov [Wed, 13 Feb 2013 18:01:18 +0400] rev 15635
7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified Summary: Added @build Util jtreg tag Reviewed-by: serb, alexsch Contributed-by: Vera Akulova <vera.akulova@oracle.com>
Fri, 08 Feb 2013 22:08:10 +0400 8005932: Java 7 on mac os x only provides text clipboard formats
mcherkas [Fri, 08 Feb 2013 22:08:10 +0400] rev 15634
8005932: Java 7 on mac os x only provides text clipboard formats Reviewed-by: alexp, denis
Wed, 06 Feb 2013 18:25:06 +0400 8000326: Focus unable to traverse in the menubar
alexsch [Wed, 06 Feb 2013 18:25:06 +0400] rev 15633
8000326: Focus unable to traverse in the menubar Reviewed-by: alexsch, malenkov
Wed, 13 Feb 2013 15:06:47 -0800 8008017: The fix for 8005129 does not build on Windows
prr [Wed, 13 Feb 2013 15:06:47 -0800] rev 15632
8008017: The fix for 8005129 does not build on Windows Reviewed-by: prr, jgodinez Contributed-by: jia-hong.chen@oracle.com
Wed, 13 Feb 2013 13:01:16 -0800 Merge
lana [Wed, 13 Feb 2013 13:01:16 -0800] rev 15631
Merge
Tue, 12 Feb 2013 09:58:21 -0800 8007748: MacOSX build error : cast of type 'SEL' to 'uintptr_t' (aka 'unsigned long') is deprecated; use sel_getName instead
prr [Tue, 12 Feb 2013 09:58:21 -0800] rev 15630
8007748: MacOSX build error : cast of type 'SEL' to 'uintptr_t' (aka 'unsigned long') is deprecated; use sel_getName instead Reviewed-by: anthony
Fri, 08 Feb 2013 11:36:18 -0800 8005261: [parfait] #415 sun/java2d/opengl/GLXSurfaceData.c Memory leak of pointer 'glxsdo' allocated with malloc
jgodinez [Fri, 08 Feb 2013 11:36:18 -0800] rev 15629
8005261: [parfait] #415 sun/java2d/opengl/GLXSurfaceData.c Memory leak of pointer 'glxsdo' allocated with malloc Reviewed-by: prr, vadim Contributed-by: jia-hong.chen@oracle.com
Fri, 08 Feb 2013 11:25:42 -0800 8005129: [parfait] #1122 - #1130 native/sun/awt/medialib/mlib_Image*.c Memory leak of pointer 'k' allocated with mlib_malloc
jgodinez [Fri, 08 Feb 2013 11:25:42 -0800] rev 15628
8005129: [parfait] #1122 - #1130 native/sun/awt/medialib/mlib_Image*.c Memory leak of pointer 'k' allocated with mlib_malloc Reviewed-by: prr, vadim Contributed-by: jia-hong.chen@oracle.com
Wed, 06 Feb 2013 14:45:02 -0800 8005194: [parfait] #353 sun/awt/image/jpeg/imageioJPEG.c Memory leak of pointer 'scale' allocated with calloc()
jgodinez [Wed, 06 Feb 2013 14:45:02 -0800] rev 15627
8005194: [parfait] #353 sun/awt/image/jpeg/imageioJPEG.c Memory leak of pointer 'scale' allocated with calloc() Reviewed-by: prr, vadim Contributed-by: jia-hong.chen@oracle.com
Thu, 14 Feb 2013 11:44:09 -0800 Added tag jdk8-b77 for changeset e587650e9aa6
katleman [Thu, 14 Feb 2013 11:44:09 -0800] rev 15626
Added tag jdk8-b77 for changeset e587650e9aa6
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip