Tue, 04 Feb 2014 15:39:40 +0000 8029020: Check src/share/native/java/util/zip code for JNI pending exceptions
coffeys [Tue, 04 Feb 2014 15:39:40 +0000] rev 22643
8029020: Check src/share/native/java/util/zip code for JNI pending exceptions Reviewed-by: alanb, chegar
Tue, 04 Feb 2014 15:25:10 +0100 8029808: com/sun/jdi/ProcessAttachTest.sh times out
sla [Tue, 04 Feb 2014 15:25:10 +0100] rev 22642
8029808: com/sun/jdi/ProcessAttachTest.sh times out Reviewed-by: alanb, dsamersoff
Tue, 04 Feb 2014 12:05:13 +0000 8033372: Check jdk/src/share/native/java/lang for JNI pending exception issues
alanb [Tue, 04 Feb 2014 12:05:13 +0000] rev 22641
8033372: Check jdk/src/share/native/java/lang for JNI pending exception issues 8033371: jdk/src/solaris/native/java/lang/ProcessEnvironment.c environ doesn't check for JNI pending exceptions 8030116: (process) Check Parfait warnings in src/solaris/native/java/lang/* 8028769: Check src/share/native/java/lang/*.c for cases when JNI calls are used with pending warnings Reviewed-by: chegar
Tue, 04 Feb 2014 11:31:27 +0000 8028725: [Parfait] warnings from b116 for jdk.src.solaris.native.java.net: JNI pending exceptions
michaelm [Tue, 04 Feb 2014 11:31:27 +0000] rev 22640
8028725: [Parfait] warnings from b116 for jdk.src.solaris.native.java.net: JNI pending exceptions Reviewed-by: alanb
Tue, 04 Feb 2014 10:00:24 +0100 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
ihse [Tue, 04 Feb 2014 10:00:24 +0100] rev 22639
8033236: Update GensrcCharsetMapping.gmk to build-infra standards Reviewed-by: erikj, mduigou, sherman
Mon, 03 Feb 2014 22:26:26 -0800 8033527: Fix raw type lint warning in sun.nio.ch
darcy [Mon, 03 Feb 2014 22:26:26 -0800] rev 22638
8033527: Fix raw type lint warning in sun.nio.ch Reviewed-by: henryjen, mchung
Mon, 03 Feb 2014 16:58:02 -0500 8031737: CHECK_NULL and CHECK_EXCEPTION macros cleanup
rriggs [Mon, 03 Feb 2014 16:58:02 -0500] rev 22637
8031737: CHECK_NULL and CHECK_EXCEPTION macros cleanup Summary: Rename CHECK_EXCEPTION macros with JNU prefix; use the defensive do {...} while (0) macro definition Reviewed-by: chegar, mchung, ksrini, lancea, alanb
Mon, 03 Feb 2014 10:21:58 -0800 8033222: Fix serial lint warnings in sun.awt.*
darcy [Mon, 03 Feb 2014 10:21:58 -0800] rev 22636
8033222: Fix serial lint warnings in sun.awt.* Reviewed-by: alanb
Mon, 03 Feb 2014 10:05:56 -0800 8033181: Fix doclint missing issues in java.awt.{peer, im[.spi]}
darcy [Mon, 03 Feb 2014 10:05:56 -0800] rev 22635
8033181: Fix doclint missing issues in java.awt.{peer, im[.spi]} Reviewed-by: alanb
Mon, 03 Feb 2014 09:52:36 -0800 8033416: Remove sun.misc.FpUtils
darcy [Mon, 03 Feb 2014 09:52:36 -0800] rev 22634
8033416: Remove sun.misc.FpUtils Reviewed-by: alanb, bpb, psandoz
Mon, 03 Feb 2014 14:40:28 +0000 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
michaelm [Mon, 03 Feb 2014 14:40:28 +0000] rev 22633
8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367) Reviewed-by: alanb, chegar
Mon, 03 Feb 2014 14:18:45 +0000 8030795: java/nio/file/Files/probeContentType/ForceLoad.java failing with ServiceConfigurationError without jtreg -agentvm option
alanb [Mon, 03 Feb 2014 14:18:45 +0000] rev 22632
8030795: java/nio/file/Files/probeContentType/ForceLoad.java failing with ServiceConfigurationError without jtreg -agentvm option Reviewed-by: michaelm
Mon, 03 Feb 2014 14:00:43 +0000 8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
alanb [Mon, 03 Feb 2014 14:00:43 +0000] rev 22631
8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons 8032668: Check jdk/src/solaris/native/java/io for pending JNI exception issues Reviewed-by: chegar, simonis
Sat, 01 Feb 2014 10:27:55 -0800 8033223: Fix serial lint warnings in sun.{font, java2d[.*]}
darcy [Sat, 01 Feb 2014 10:27:55 -0800] rev 22630
8033223: Fix serial lint warnings in sun.{font, java2d[.*]} Reviewed-by: bae
Fri, 31 Jan 2014 13:42:31 -0500 8032221: Typo in java.util.date
rriggs [Fri, 31 Jan 2014 13:42:31 -0500] rev 22629
8032221: Typo in java.util.date Summary: trancate -> truncate; updated html <code> and <tt> to use {@code ...} Reviewed-by: darcy, lancea
Fri, 31 Jan 2014 18:32:07 +0000 8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly
chegar [Fri, 31 Jan 2014 18:32:07 +0000] rev 22628
8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly Reviewed-by: martin, psandoz
Fri, 31 Jan 2014 10:04:16 -0800 8030696: Norwegian locales nb_NO and nn_NO should be available locales
naoto [Fri, 31 Jan 2014 10:04:16 -0800] rev 22627
8030696: Norwegian locales nb_NO and nn_NO should be available locales Reviewed-by: okutsu
Thu, 30 Jan 2014 00:02:46 +0400 8027348: (process) Enhancement of handling async close of ProcessInputStream
igerasim [Thu, 30 Jan 2014 00:02:46 +0400] rev 22626
8027348: (process) Enhancement of handling async close of ProcessInputStream Reviewed-by: martin
Fri, 31 Jan 2014 11:10:36 +0000 7150539: HttpURLConnection.getResponseMessage() doesn't throw IOException on server error (OS X)
chegar [Fri, 31 Jan 2014 11:10:36 +0000] rev 22625
7150539: HttpURLConnection.getResponseMessage() doesn't throw IOException on server error (OS X) Reviewed-by: michaelm, alanb
Fri, 31 Jan 2014 12:06:34 +0100 8032518: fatal error has been detected by the Java Runtime Environment(access violation)
mgronlun [Fri, 31 Jan 2014 12:06:34 +0100] rev 22624
8032518: fatal error has been detected by the Java Runtime Environment(access violation) Reviewed-by: sla, dholmes, jbachorik, dsamersoff, coleenp
Fri, 31 Jan 2014 11:57:53 +0100 8032056: Create demo to illustrate new practices of the default methods usage
psandoz [Fri, 31 Jan 2014 11:57:53 +0100] rev 22623
8032056: Create demo to illustrate new practices of the default methods usage Reviewed-by: briangoetz, rfield, psandoz Contributed-by: taras.ledkov@oracle.com
Fri, 31 Jan 2014 11:57:38 +0100 8032020: Update try-with-resources demo
anazarov [Fri, 31 Jan 2014 11:57:38 +0100] rev 22622
8032020: Update try-with-resources demo Reviewed-by: darcy, alanb, smarks
Fri, 31 Jan 2014 11:57:12 +0100 8031650: Update bulk operation demo
anazarov [Fri, 31 Jan 2014 11:57:12 +0100] rev 22621
8031650: Update bulk operation demo Reviewed-by: psandoz, mduigou
Fri, 31 Jan 2014 11:56:47 +0100 8032025: Update repeating annotations demo
anazarov [Fri, 31 Jan 2014 11:56:47 +0100] rev 22620
8032025: Update repeating annotations demo Reviewed-by: jfranck
Thu, 30 Jan 2014 15:12:38 -0800 8023541: Race condition in rmid initialization
smarks [Thu, 30 Jan 2014 15:12:38 -0800] rev 22619
8023541: Race condition in rmid initialization Reviewed-by: alanb, dfuchs, dholmes, plevart, psandoz, tyan
Thu, 30 Jan 2014 09:15:13 -0800 8033221: Fix serial lint warnings in sun.swing.*
darcy [Thu, 30 Jan 2014 09:15:13 -0800] rev 22618
8033221: Fix serial lint warnings in sun.swing.* Reviewed-by: alexsch
Thu, 30 Jan 2014 14:38:15 +0000 Merge
coffeys [Thu, 30 Jan 2014 14:38:15 +0000] rev 22617
Merge
Thu, 30 Jan 2014 12:22:24 +0400 8030822: (tz) Support tzdata2013i
aefimov [Thu, 30 Jan 2014 12:22:24 +0400] rev 22616
8030822: (tz) Support tzdata2013i Reviewed-by: coffeys, mfang, okutsu
Thu, 30 Jan 2014 15:36:04 +0100 8022321: java/lang/ref/OOMEInReferenceHandler.java fails intermittently
plevart [Thu, 30 Jan 2014 15:36:04 +0100] rev 22615
8022321: java/lang/ref/OOMEInReferenceHandler.java fails intermittently Summary: preload/preinitialize InterruptedException and Cleaner classes and catch OOME from instanceof operator in ReferenceHandler Reviewed-by: dholmes, mchung, srikchan
Wed, 29 Jan 2014 22:18:46 -0800 8031179: update RMI tests to declare othervm explicitly
ewang [Wed, 29 Jan 2014 22:18:46 -0800] rev 22614
8031179: update RMI tests to declare othervm explicitly Summary: The /othervm declaration should be added to all the RMI tests and the RMI directories removed from the othervm.dirs property Reviewed-by: smarks
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip