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
Wed, 29 Jan 2014 14:33:07 -0800 8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
sogoel [Wed, 29 Jan 2014 14:33:07 -0800] rev 22613
8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword Reviewed-by: jjg, ksrini Contributed-by: matherey.nunez@oracle.com
Wed, 29 Jan 2014 17:37:40 +0100 8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE
jbachorik [Wed, 29 Jan 2014 17:37:40 +0100] rev 22612
8031701: java/lang/management/ThreadMXBean/Locks.java: Thread WaitingThread is expected to wait on Object but got null Thread.State = RUNNABLE Reviewed-by: mchung, dsamersoff
Wed, 29 Jan 2014 13:10:53 +0100 8033111: Clean up left-over JObjC code in build system
ihse [Wed, 29 Jan 2014 13:10:53 +0100] rev 22611
8033111: Clean up left-over JObjC code in build system Reviewed-by: erikj
Tue, 28 Jan 2014 09:33:39 -0500 7142035: assert in j.l.instrument agents during shutdown when daemon thread is running
sla [Tue, 28 Jan 2014 09:33:39 -0500] rev 22610
7142035: assert in j.l.instrument agents during shutdown when daemon thread is running Reviewed-by: sla Contributed-by: sunny.chan@gs.com
Tue, 28 Jan 2014 17:22:07 -0800 8032697: Issues with Lambda
rfield [Tue, 28 Jan 2014 17:22:07 -0800] rev 22609
8032697: Issues with Lambda Reviewed-by: ahgross, briangoetz, dlsmith, rfield Contributed-by: daniel.smith@oracle.com
Tue, 28 Jan 2014 14:58:15 -0800 Merge
kvn [Tue, 28 Jan 2014 14:58:15 -0800] rev 22608
Merge
Tue, 28 Jan 2014 14:57:41 -0800 Merge
kvn [Tue, 28 Jan 2014 14:57:41 -0800] rev 22607
Merge
Wed, 22 Jan 2014 14:17:32 -0800 Merge
kvn [Wed, 22 Jan 2014 14:17:32 -0800] rev 22606
Merge
Mon, 20 Jan 2014 17:16:05 +0100 8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests
simonis [Mon, 20 Jan 2014 17:16:05 +0100] rev 22605
8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests Reviewed-by: alanb, sla
Mon, 20 Jan 2014 09:24:25 +0100 8031997: PPC64: Make the various POLL constants system dependant
simonis [Mon, 20 Jan 2014 09:24:25 +0100] rev 22604
8031997: PPC64: Make the various POLL constants system dependant Reviewed-by: alanb
Mon, 20 Jan 2014 09:20:13 +0100 8031134: PPC64: implement printing on AIX
simonis [Mon, 20 Jan 2014 09:20:13 +0100] rev 22603
8031134: PPC64: implement printing on AIX Reviewed-by: prr
Fri, 17 Jan 2014 21:54:30 +0100 8028537: PPC64: Updated the JDK regression tests to run on AIX
simonis [Fri, 17 Jan 2014 21:54:30 +0100] rev 22602
8028537: PPC64: Updated the JDK regression tests to run on AIX Reviewed-by: alanb Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, volker.simonis@gmail.com
Wed, 08 Jan 2014 11:19:25 -0800 Merge
kvn [Wed, 08 Jan 2014 11:19:25 -0800] rev 22601
Merge
Thu, 12 Dec 2013 11:04:11 -0800 Merge
kvn [Thu, 12 Dec 2013 11:04:11 -0800] rev 22600
Merge
Fri, 06 Dec 2013 14:22:34 +0100 8029669: PPC64: 8027566 changes broke AIX build after sync
simonis [Fri, 06 Dec 2013 14:22:34 +0100] rev 22599
8029669: PPC64: 8027566 changes broke AIX build after sync Reviewed-by: alanb, ihse
Thu, 05 Dec 2013 15:10:36 -0800 Merge
kvn [Thu, 05 Dec 2013 15:10:36 -0800] rev 22598
Merge
Tue, 26 Nov 2013 16:40:31 +0100 8024854: PPC64: Basic changes and files to build the class library on AIX
simonis [Tue, 26 Nov 2013 16:40:31 +0100] rev 22597
8024854: PPC64: Basic changes and files to build the class library on AIX Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, thomas.stuefe@sap.com
Thu, 21 Nov 2013 12:28:16 -0800 Merge
kvn [Thu, 21 Nov 2013 12:28:16 -0800] rev 22596
Merge
Fri, 08 Nov 2013 18:17:06 +0100 8028066: PPC64: 8025715 changes broke AIX build after sync
simonis [Fri, 08 Nov 2013 18:17:06 +0100] rev 22595
8028066: PPC64: 8025715 changes broke AIX build after sync Summary: fixes the build on AIX again after the latest sync from jdk8 Reviewed-by: kvn
Tue, 05 Nov 2013 17:32:53 -0800 Merge
kvn [Tue, 05 Nov 2013 17:32:53 -0800] rev 22594
Merge
Tue, 17 Sep 2013 14:48:14 +0200 8024900: PPC64: Enable new build on AIX (jdk part)
simonis [Tue, 17 Sep 2013 14:48:14 +0200] rev 22593
8024900: PPC64: Enable new build on AIX (jdk part) Reviewed-by: erikj
Thu, 05 Sep 2013 10:50:40 -0700 Merge
kvn [Thu, 05 Sep 2013 10:50:40 -0700] rev 22592
Merge
Fri, 16 Aug 2013 16:21:28 -0700 Merge
kvn [Fri, 16 Aug 2013 16:21:28 -0700] rev 22591
Merge
Thu, 01 Aug 2013 17:22:15 -0700 Merge
kvn [Thu, 01 Aug 2013 17:22:15 -0700] rev 22590
Merge
Fri, 19 Jul 2013 13:23:23 -0700 Merge
kvn [Fri, 19 Jul 2013 13:23:23 -0700] rev 22589
Merge
Thu, 11 Jul 2013 12:31:10 -0700 Merge
kvn [Thu, 11 Jul 2013 12:31:10 -0700] rev 22588
Merge
Tue, 02 Jul 2013 17:38:40 -0700 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis [Tue, 02 Jul 2013 17:38:40 -0700] rev 22587
8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64 Summary: Enable new build on Linux/PPC64 Reviewed-by: erikj
Tue, 28 Jan 2014 12:53:56 -0800 8032711: Issue with Lambda in handling
rfield [Tue, 28 Jan 2014 12:53:56 -0800] rev 22586
8032711: Issue with Lambda in handling 8032704: Issues with lib perm in Lambda Reviewed-by: jrose, ahgross, briangoetz
Tue, 28 Jan 2014 11:22:25 -0800 Merge
lana [Tue, 28 Jan 2014 11:22:25 -0800] rev 22585
Merge
Tue, 28 Jan 2014 09:42:05 -0800 8032733: Fix cast lint warnings in client libraries
darcy [Tue, 28 Jan 2014 09:42:05 -0800] rev 22584
8032733: Fix cast lint warnings in client libraries 8032734: Add cast lint warning to build of jdk repository Reviewed-by: alanb, bae, tbell, wetmore
Tue, 28 Jan 2014 12:50:53 +0400 8022323: [JavaSecurityScanner] review package com.sun.management.* Native methods should be private
dsamersoff [Tue, 28 Jan 2014 12:50:53 +0400] rev 22583
8022323: [JavaSecurityScanner] review package com.sun.management.* Native methods should be private Summary: create java methods that calls native one Reviewed-by: sla, dholmes
Mon, 27 Jan 2014 16:22:08 -0800 6760902: inconsistent behavior in system class loader for classes and resources
mchung [Mon, 27 Jan 2014 16:22:08 -0800] rev 22582
6760902: inconsistent behavior in system class loader for classes and resources Reviewed-by: psandoz, ksrini
Mon, 27 Jan 2014 14:29:37 +0100 8032779: Update code in java.lang to use newer language features
psandoz [Mon, 27 Jan 2014 14:29:37 +0100] rev 22581
8032779: Update code in java.lang to use newer language features Reviewed-by: darcy, alanb
Mon, 27 Jan 2014 17:13:16 +0400 8002116: This JdbReadTwiceTest.sh gets an exit 1
dsamersoff [Mon, 27 Jan 2014 17:13:16 +0400] rev 22580
8002116: This JdbReadTwiceTest.sh gets an exit 1 Summary: Explicitly check readability of file in question Reviewed-by: sla, dholmes, olagneau
Mon, 27 Jan 2014 15:11:56 +0400 8024049: com/sun/jdi/ProcessAttachTest.sh shortens 7-digit pid to 6-digit
dsamersoff [Mon, 27 Jan 2014 15:11:56 +0400] rev 22579
8024049: com/sun/jdi/ProcessAttachTest.sh shortens 7-digit pid to 6-digit Summary: replace cut call to awk Reviewed-by: sla, olagneau
Sat, 25 Jan 2014 18:16:33 +0800 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
weijun [Sat, 25 Jan 2014 18:16:33 +0800] rev 22578
8031572: jarsigner -verify exits with 0 when a jar file is not properly signed Reviewed-by: mullan
Fri, 24 Jan 2014 11:03:15 -0800 8032616: Fix non-deprecation warnings in com.sun.beans.*
darcy [Fri, 24 Jan 2014 11:03:15 -0800] rev 22577
8032616: Fix non-deprecation warnings in com.sun.beans.* Reviewed-by: alanb
Fri, 24 Jan 2014 19:18:17 +0100 8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
simonis [Fri, 24 Jan 2014 19:18:17 +0100] rev 22576
8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers Reviewed-by: kvn
Fri, 24 Jan 2014 21:29:25 +0400 8029646: [pack200] should support the new zip64 format.
kizune [Fri, 24 Jan 2014 21:29:25 +0400] rev 22575
8029646: [pack200] should support the new zip64 format. Reviewed-by: ksrini, sherman
Fri, 24 Jan 2014 07:16:53 -0800 8032627: Add @SuppressWarnings("serial") to appropriate javax.swing classes
darcy [Fri, 24 Jan 2014 07:16:53 -0800] rev 22574
8032627: Add @SuppressWarnings("serial") to appropriate javax.swing classes Reviewed-by: alexsch, alanb
Fri, 24 Jan 2014 13:54:16 +0000 8032451: (dc) DatagramChannel.join should support include-mode filtering on OS X
alanb [Fri, 24 Jan 2014 13:54:16 +0000] rev 22573
8032451: (dc) DatagramChannel.join should support include-mode filtering on OS X Reviewed-by: chegar
Fri, 24 Jan 2014 11:50:33 +0000 8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X
alanb [Fri, 24 Jan 2014 11:50:33 +0000] rev 22572
8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X Reviewed-by: sla, chegar, psandoz
Thu, 23 Jan 2014 14:06:58 -0800 6516909: (cl spec) ClassLoader.loadClass() clarification to indicate it shouldn't be used for array classes
mchung [Thu, 23 Jan 2014 14:06:58 -0800] rev 22571
6516909: (cl spec) ClassLoader.loadClass() clarification to indicate it shouldn't be used for array classes Reviewed-by: alanb
Thu, 23 Jan 2014 14:04:52 -0800 4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0
mchung [Thu, 23 Jan 2014 14:04:52 -0800] rev 22570
4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0 Reviewed-by: alanb
Thu, 23 Jan 2014 15:17:36 +0100 6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
sjiang [Thu, 23 Jan 2014 15:17:36 +0100] rev 22569
6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1 Reviewed-by: jbachorik, dfuchs
Thu, 23 Jan 2014 10:06:52 +0100 6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
jbachorik [Thu, 23 Jan 2014 10:06:52 +0100] rev 22568
6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep Reviewed-by: dholmes, mchung
Wed, 22 Jan 2014 23:20:58 -0800 8032047: Fix static lint warnings in client libraries
darcy [Wed, 22 Jan 2014 23:20:58 -0800] rev 22567
8032047: Fix static lint warnings in client libraries 8032048: Add static lint warning to build of jdk repository Reviewed-by: pchelko, serb, erikj
Wed, 22 Jan 2014 17:40:58 -0500 8032502: java.time add @param tags to readObject
rriggs [Wed, 22 Jan 2014 17:40:58 -0500] rev 22566
8032502: java.time add @param tags to readObject Summary: Add @param tags Reviewed-by: lancea, darcy
Wed, 22 Jan 2014 11:03:44 -0800 8032397: Remove sun.misc.Ref
darcy [Wed, 22 Jan 2014 11:03:44 -0800] rev 22565
8032397: Remove sun.misc.Ref Reviewed-by: alanb
Wed, 22 Jan 2014 10:27:08 -0500 Merge
mullan [Wed, 22 Jan 2014 10:27:08 -0500] rev 22564
Merge
Tue, 21 Jan 2014 16:54:26 -0500 8028431: NullPointerException in DerValue.equals(DerValue)
asmotrak [Tue, 21 Jan 2014 16:54:26 -0500] rev 22563
8028431: NullPointerException in DerValue.equals(DerValue) Reviewed-by: mullan
Tue, 21 Jan 2014 08:36:12 +0100 6545321: [TESTBUG] jstatLineCounts4.sh has to be resilient to unexpected output
sla [Tue, 21 Jan 2014 08:36:12 +0100] rev 22562
6545321: [TESTBUG] jstatLineCounts4.sh has to be resilient to unexpected output Summary: Keep check for specific lines. Remove check for total number of lines. Reviewed-by: sla Contributed-by: mattias.tobiasson@oracle.com
Wed, 22 Jan 2014 09:36:11 +0000 7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X
alanb [Wed, 22 Jan 2014 09:36:11 +0000] rev 22561
7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X Reviewed-by: chegar
Thu, 06 Feb 2014 13:09:10 -0800 Added tag jdk9-b02 for changeset 22a10c3cb5f3
katleman [Thu, 06 Feb 2014 13:09:10 -0800] rev 22560
Added tag jdk9-b02 for changeset 22a10c3cb5f3
Wed, 05 Jul 2017 19:28:59 +0200 Merge
duke [Wed, 05 Jul 2017 19:28:59 +0200] rev 22559
Merge
Tue, 11 Feb 2014 11:26:05 -0800 Merge
lana [Tue, 11 Feb 2014 11:26:05 -0800] rev 22558
Merge
Wed, 05 Feb 2014 08:57:33 -0800 Merge
amurillo [Wed, 05 Feb 2014 08:57:33 -0800] rev 22557
Merge
Thu, 30 Jan 2014 14:01:45 +0100 Merge
ehelin [Thu, 30 Jan 2014 14:01:45 +0100] rev 22556
Merge
Wed, 29 Jan 2014 23:17:05 +0100 8028391: Make the Min/MaxHeapFreeRatio flags manageable
jwilhelm [Wed, 29 Jan 2014 23:17:05 +0100] rev 22555
8028391: Make the Min/MaxHeapFreeRatio flags manageable Summary: Made the flags Min- and MaxHeapFreeRatio manageable, and implemented support for these flags in ParallalGC. Reviewed-by: sla, mgerdin, brutisso
Wed, 15 Jan 2014 07:20:04 -0800 8031290: Adjust call to getisax() for additional words returned
jmasa [Wed, 15 Jan 2014 07:20:04 -0800] rev 22554
8031290: Adjust call to getisax() for additional words returned Reviewed-by: kvn, iveresov, twisti
Mon, 20 Jan 2014 10:55:54 +0100 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
sjohanss [Mon, 20 Jan 2014 10:55:54 +0100] rev 22553
8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed Summary: Using pointer_delta to avoid overflowing pointer calculation. Reviewed-by: jmasa, tschatzl
Mon, 27 Jan 2014 13:14:53 +0100 8030177: G1: Enable TLAB resizing
brutisso [Mon, 27 Jan 2014 13:14:53 +0100] rev 22552
8030177: G1: Enable TLAB resizing Reviewed-by: tschatzl, stefank, jmasa
Thu, 23 Jan 2014 14:47:23 +0100 8025856: Fix typos in the GC code
jwilhelm [Thu, 23 Jan 2014 14:47:23 +0100] rev 22551
8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
Tue, 14 Jan 2014 16:40:33 +0100 8032379: Remove the is_scavenging flag to process_strong_roots
mgerdin [Tue, 14 Jan 2014 16:40:33 +0100] rev 22550
8032379: Remove the is_scavenging flag to process_strong_roots Summary: Refactor the strong root processing to avoid using a boolean in addition to the ScanOption enum. Reviewed-by: stefank, tschatzl, ehelin, jmasa
Mon, 20 Jan 2014 12:56:18 +0100 8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range
sjohanss [Mon, 20 Jan 2014 12:56:18 +0100] rev 22549
8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range 8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances. Summary: Removed the assertion slowing down GC. Reviewed-by: stefank, mgerdin
Mon, 20 Jan 2014 17:15:55 +0100 8031776: Remove the unnecessary enum GenRemSet::Name
ehelin [Mon, 20 Jan 2014 17:15:55 +0100] rev 22548
8031776: Remove the unnecessary enum GenRemSet::Name Reviewed-by: stefank, tschatzl, jwilhelm
Mon, 20 Jan 2014 11:47:53 +0100 8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure
tschatzl [Mon, 20 Jan 2014 11:47:53 +0100] rev 22547
8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure Summary: Remove the above mentioned template parameter and related unused code. Also remove some classes that are never used. Reviewed-by: stefank, mgerdin, jwilhelm
Mon, 20 Jan 2014 11:47:29 +0100 8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark
tschatzl [Mon, 20 Jan 2014 11:47:29 +0100] rev 22546
8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark Summary: Do not try to unlink string table entries unconditionally during remark. This is without side effects as the preceding initial mark always uses the string table as strong roots. Needs to be fixed with class unloading during concurrent mark. Reviewed-by: brutisso, mgerdin
Mon, 20 Jan 2014 11:47:07 +0100 8027476: Improve performance of Stringtable unlink
tschatzl [Mon, 20 Jan 2014 11:47:07 +0100] rev 22545
8027476: Improve performance of Stringtable unlink 8027455: Improve symbol table scan times during gc pauses Summary: Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set. Reviewed-by: mgerdin, coleenp, brutisso
Wed, 29 Jan 2014 19:54:44 -0500 Merge
hseigel [Wed, 29 Jan 2014 19:54:44 -0500] rev 22544
Merge
Tue, 28 Jan 2014 06:26:36 -0800 Merge
zgu [Tue, 28 Jan 2014 06:26:36 -0800] rev 22543
Merge
Tue, 28 Jan 2014 08:55:00 -0500 8032827: NMT: missing virtual memory tagging in os::workaround_expand_exec_shield_cs_limit()
zgu [Tue, 28 Jan 2014 08:55:00 -0500] rev 22542
8032827: NMT: missing virtual memory tagging in os::workaround_expand_exec_shield_cs_limit() Summary: Fixed missing virtual memory type tagging in os::workaround_expand_exec_shield_cs_limit() function Reviewed-by: hseigel, coleenp
Tue, 28 Jan 2014 11:42:30 +0000 Merge
dsamersoff [Tue, 28 Jan 2014 11:42:30 +0000] rev 22541
Merge
Tue, 28 Jan 2014 14:45:39 +0400 7010732: SA_ALTROOT only works if running the SA tools from their build directory.
dsamersoff [Tue, 28 Jan 2014 14:45:39 +0400] rev 22540
7010732: SA_ALTROOT only works if running the SA tools from their build directory. Summary: fixed SA packaging scripts Reviewed-by: sla, kevinw
Mon, 27 Jan 2014 23:12:13 -0500 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp [Mon, 27 Jan 2014 23:12:13 -0500] rev 22539
8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR Summary: Clean up initialization from Threads::create_vm() so that exceptions cause vm_exit_during_initialzation without an exception mark. Reviewed-by: dholmes, hseigel
Tue, 21 Jan 2014 16:45:10 -0600 7015395: [TESTBUG] runtime/6626217/Test6626217.sh fails if compilation happens fast enough for timestamps to be equal.
gziemski [Tue, 21 Jan 2014 16:45:10 -0600] rev 22538
7015395: [TESTBUG] runtime/6626217/Test6626217.sh fails if compilation happens fast enough for timestamps to be equal. Summary: Insert 2 second sleep between copying of the src files and the compilation, to make sure the timestamps of *.class files are in the future of *.java files. Reviewed-by: coleenp, fparain
Mon, 27 Jan 2014 10:57:52 +0100 8032662: test/compiler/ciReplay/TestSA.sh should report ulimit issues
sla [Mon, 27 Jan 2014 10:57:52 +0100] rev 22537
8032662: test/compiler/ciReplay/TestSA.sh should report ulimit issues Reviewed-by: kvn, iignatyev Contributed-by: stefan.sarne@oracle.com
Mon, 27 Jan 2014 13:46:54 +0400 8032247: SA: Constantpool lookup for invokedynamic is not implemented
dsamersoff [Mon, 27 Jan 2014 13:46:54 +0400] rev 22536
8032247: SA: Constantpool lookup for invokedynamic is not implemented Summary: implement constant pool lookup for invokedynamic Reviewed-by: sla, sspitsyn
Fri, 24 Jan 2014 08:31:06 -0500 Merge
hseigel [Fri, 24 Jan 2014 08:31:06 -0500] rev 22535
Merge
Fri, 24 Jan 2014 08:13:42 -0500 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass.
hseigel [Fri, 24 Jan 2014 08:13:42 -0500] rev 22534
8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass. Summary: Check if method is static before throwing exception. Reviewed-by: kamg, coleenp, lfoltan, fparain
Fri, 24 Jan 2014 09:28:47 +0100 8028280: ParkEvent leak when running modified runThese which only loads classes
dsimms [Fri, 24 Jan 2014 09:28:47 +0100] rev 22533
8028280: ParkEvent leak when running modified runThese which only loads classes Summary: Use spin lock to manage ParkEvent and PlatformEvent free lists. Reviewed-by: dholmes, fparain
Thu, 23 Jan 2014 16:02:14 -0500 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
gdub [Thu, 23 Jan 2014 16:02:14 -0500] rev 22532
8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types Summary: The fix just throws an InstantiationException if the Klass is NULL. Reviewed-by: coleenp, twisti, jrose Contributed-by: gdub <duboscq@ssw.jku.at>
Thu, 23 Jan 2014 09:45:38 -0800 Merge
minqi [Thu, 23 Jan 2014 09:45:38 -0800] rev 22531
Merge
Thu, 23 Jan 2014 09:40:32 -0800 6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
minqi [Thu, 23 Jan 2014 09:40:32 -0800] rev 22530
6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack Summary: jni_DeleteGlobalRef does not really release the jni handle, instead, set the handle point to JNIHandles::_deleted_handle which holds an oop instance (java/lang/Object) in Java heap and never be GC'ed. When counting number of global reference, it counts all the handles on the chain list, which includes the already deleted ones. Reviewed-by: zgu, sla, coleenp Contributed-by: yumin.qi@oracle.com
Thu, 23 Jan 2014 09:33:50 +0000 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors
kevinw [Thu, 23 Jan 2014 09:33:50 +0000] rev 22529
8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors Reviewed-by: dsamersoff, sla
Thu, 23 Jan 2014 09:06:21 +0100 8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked.
sla [Thu, 23 Jan 2014 09:06:21 +0100] rev 22528
8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked. Summary: Make sure we only look for statically linked agents in the main process image Reviewed-by: dsamersoff, bpittore, dcubed
Thu, 23 Jan 2014 08:12:12 +0100 8032250: Add trace event for VM flag changes
sla [Thu, 23 Jan 2014 08:12:12 +0100] rev 22527
8032250: Add trace event for VM flag changes Reviewed-by: coleenp, ehelin, egahlin, mgronlun
Mon, 20 Jan 2014 09:56:47 +0000 Merge
kevinw [Mon, 20 Jan 2014 09:56:47 +0000] rev 22526
Merge
Fri, 17 Jan 2014 18:39:22 +0000 8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters.
kevinw [Fri, 17 Jan 2014 18:39:22 +0000] rev 22525
8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters. Reviewed-by: sla, dsamersoff
Sun, 19 Jan 2014 20:23:46 -0500 Merge
hseigel [Sun, 19 Jan 2014 20:23:46 -0500] rev 22524
Merge
Fri, 17 Jan 2014 11:21:29 -0500 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp [Fri, 17 Jan 2014 11:21:29 -0500] rev 22523
8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change Summary: Test didn't get hg added with original bug fix Reviewed-by: jrose, hseigel, lfoltan
Fri, 17 Jan 2014 09:47:17 -0500 Merge
hseigel [Fri, 17 Jan 2014 09:47:17 -0500] rev 22522
Merge
Fri, 17 Jan 2014 09:39:51 -0500 8031045: Access checks should precede additional per-instruction checks
hseigel [Fri, 17 Jan 2014 09:39:51 -0500] rev 22521
8031045: Access checks should precede additional per-instruction checks Summary: Move access check above the check for non-static method Reviewed-by: lfoltan, coleenp
Thu, 16 Jan 2014 20:14:21 +0100 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla [Thu, 16 Jan 2014 20:14:21 +0100] rev 22520
8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1 Reviewed-by: coleenp, sspitsyn, dsamersoff
Fri, 17 Jan 2014 02:13:40 -0800 8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
sspitsyn [Fri, 17 Jan 2014 02:13:40 -0800] rev 22519
8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa Summary: Add a safe guard to VMOp_GetCurrentLocation against non-walkable stack of target thread exiting from Java execution Reviewed-by: mgronlun, dholmes, sla, dcubed Contributed-by: serguei.spitsyn@oracle.com
Thu, 16 Jan 2014 10:51:16 -0800 8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
ccheung [Thu, 16 Jan 2014 10:51:16 -0800] rev 22518
8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message Summary: clarifying the error messages associated with vm options of type diagnostic, experimental, develop, and notproduct Reviewed-by: kvn, twisti, ctornqvi
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip