Tue, 06 Feb 2018 11:43:13 +0530 8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java
dstewart [Tue, 06 Feb 2018 11:43:13 +0530] rev 48866
8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java Summary: Modified test search strings to those guaranteed to exist in the passing cases. Reviewed-by: dholmes, jgeorge
Mon, 05 Feb 2018 13:23:26 -0500 8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place
zgu [Mon, 05 Feb 2018 13:23:26 -0500] rev 48865
8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place Summary: Create tracker in place to avoid additional locking Reviewed-by: coleenp
Mon, 05 Feb 2018 08:08:01 +0100 8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT
thartmann [Mon, 05 Feb 2018 08:08:01 +0100] rev 48864
8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT Summary: Print detailed error if class transformation fails. Exclude tests from Graal testing. Reviewed-by: kvn, dholmes, sspitsyn
Mon, 05 Feb 2018 07:20:26 +0100 8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
thartmann [Mon, 05 Feb 2018 07:20:26 +0100] rev 48863
8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0' Summary: Exclude test from Graal testing. Reviewed-by: kvn, dholmes, mchung
Mon, 05 Feb 2018 07:14:24 +0100 8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode
thartmann [Mon, 05 Feb 2018 07:14:24 +0100] rev 48862
8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode Summary: Exclude test from Graal testing. Reviewed-by: kvn, epavlova
Fri, 02 Feb 2018 17:28:17 -0800 8194819: Update Graal
iveresov [Fri, 02 Feb 2018 17:28:17 -0800] rev 48861
8194819: Update Graal Reviewed-by: kvn
Fri, 02 Feb 2018 10:37:48 -0500 8190359: Reduce the number of recorded klass dependencies
hseigel [Fri, 02 Feb 2018 10:37:48 -0500] rev 48860
8190359: Reduce the number of recorded klass dependencies Summary: Skip recording dependencies to non-anonymous classes loaded by builtin class loaders. Reviewed-by: iklam, coleenp, lfoltan
Fri, 02 Feb 2018 09:34:11 -0500 6909265: assert(_OnDeck != Self->_MutexEvent,"invariant") with -XX:+PrintMallocFree
coleenp [Fri, 02 Feb 2018 09:34:11 -0500] rev 48859
6909265: assert(_OnDeck != Self->_MutexEvent,"invariant") with -XX:+PrintMallocFree Summary: Convert to logging without thread locking Reviewed-by: dholmes, zgu, hseigel
Wed, 31 Jan 2018 16:10:23 -0800 8194990: 3 Null pointer dereference defect groups related to CodeCache::find_blob_unsafe()
dlong [Wed, 31 Jan 2018 16:10:23 -0800] rev 48858
8194990: 3 Null pointer dereference defect groups related to CodeCache::find_blob_unsafe() Reviewed-by: kvn
Wed, 31 Jan 2018 16:09:52 -0800 8194987: Null pointer dereference in escape.cpp related to Node::find_out_with()
dlong [Wed, 31 Jan 2018 16:09:52 -0800] rev 48857
8194987: Null pointer dereference in escape.cpp related to Node::find_out_with() Reviewed-by: kvn
Wed, 31 Jan 2018 16:09:29 -0800 8194984: 9 Null pointer dereference defect groups related to ciMethodData::bci_to_data()
dlong [Wed, 31 Jan 2018 16:09:29 -0800] rev 48856
8194984: 9 Null pointer dereference defect groups related to ciMethodData::bci_to_data() Reviewed-by: kvn
Tue, 13 Feb 2018 14:41:54 -0500 8197866: Docs.mk still had a reference to java.se.ee
lancea [Tue, 13 Feb 2018 14:41:54 -0500] rev 48855
8197866: Docs.mk still had a reference to java.se.ee Reviewed-by: tbell
Thu, 08 Feb 2018 15:35:49 +0100 8196488: [aix] TOC overflow for libjvm.so in fastdebug build
stuefe [Thu, 08 Feb 2018 15:35:49 +0100] rev 48854
8196488: [aix] TOC overflow for libjvm.so in fastdebug build Reviewed-by: goetz, mbaesken, erikj
Mon, 12 Feb 2018 21:06:06 -0800 8197462: Inconsistent exception messages for invalid capturing group names
igerasim [Mon, 12 Feb 2018 21:06:06 -0800] rev 48853
8197462: Inconsistent exception messages for invalid capturing group names 8179608: Error in comment in Pattern.java Reviewed-by: sherman
Tue, 13 Feb 2018 12:26:22 +0800 8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
xyin [Tue, 13 Feb 2018 12:26:22 +0800] rev 48852
8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java Reviewed-by: vtewari, rriggs
Tue, 13 Feb 2018 12:19:37 +0800 8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java
xyin [Tue, 13 Feb 2018 12:19:37 +0800] rev 48851
8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java Reviewed-by: vtewari, rriggs, alanb, jjiang, xiaofeya
Tue, 06 Feb 2018 09:35:05 -0800 8196726: compiler/inlining/InlineAccessors.java test failed
kvn [Tue, 06 Feb 2018 09:35:05 -0800] rev 48850
8196726: compiler/inlining/InlineAccessors.java test failed Reviewed-by: thartmann
Mon, 12 Feb 2018 11:40:19 -0800 8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp
mchung [Mon, 12 Feb 2018 11:40:19 -0800] rev 48849
8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp Reviewed-by: bchristi
Mon, 12 Feb 2018 08:19:33 -0800 8197498: (se) kevent polling should ignore signal interrupt (EINTR)
bpb [Mon, 12 Feb 2018 08:19:33 -0800] rev 48848
8197498: (se) kevent polling should ignore signal interrupt (EINTR) 8179307: Java_sun_nio_ch_KQueue_keventPoll throws an exception with "kqueue failed" instead of "kevent poll failed". Reviewed-by: alanb
Mon, 12 Feb 2018 08:19:23 -0800 8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests
bpb [Mon, 12 Feb 2018 08:19:23 -0800] rev 48847
8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests Summary: Change force(), load(), and isLoaded() not to throw UOE if there is no file mapping Reviewed-by: alanb, rriggs, forax
Mon, 12 Feb 2018 16:36:15 +0100 8197571: Change storage location for generated-configure.sh
ihse [Mon, 12 Feb 2018 16:36:15 +0100] rev 48846
8197571: Change storage location for generated-configure.sh Reviewed-by: tbell, simonis, stuefe
Mon, 12 Feb 2018 09:12:41 +0100 8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image
ehelin [Mon, 12 Feb 2018 09:12:41 +0100] rev 48845
8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image Reviewed-by: ihse, erikj
Sun, 11 Feb 2018 12:41:56 +0100 8193295: Remove no longer used COMMALEFT
attila [Sun, 11 Feb 2018 12:41:56 +0100] rev 48844
8193295: Remove no longer used COMMALEFT Reviewed-by: hannesw, mhaupt
Sat, 10 Feb 2018 09:23:41 -0800 8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
dl [Sat, 10 Feb 2018 09:23:41 -0800] rev 48843
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02 Reviewed-by: martin, psandoz, dholmes
Sat, 10 Feb 2018 09:17:53 -0800 8190324: ThreadPoolExecutor should not specify a dependency on finalization
dl [Sat, 10 Feb 2018 09:17:53 -0800] rev 48842
8190324: ThreadPoolExecutor should not specify a dependency on finalization Reviewed-by: martin, psandoz, alanb, rriggs, dholmes
Sat, 10 Feb 2018 07:06:16 -0500 8190378: Removal of CORBA and Java EE modules
lancea [Sat, 10 Feb 2018 07:06:16 -0500] rev 48841
8190378: Removal of CORBA and Java EE modules Reviewed-by: rriggs, alanb, mchung, erikj, goetz
Fri, 09 Feb 2018 13:58:17 -0800 8194651: javadoc: mark the com.sun.javadoc API for removal
ksrini [Fri, 09 Feb 2018 13:58:17 -0800] rev 48840
8194651: javadoc: mark the com.sun.javadoc API for removal Reviewed-by: jjg
Fri, 09 Feb 2018 13:58:40 -0800 8196998: Create devkit for Linux with gcc 7.3
erikj [Fri, 09 Feb 2018 13:58:40 -0800] rev 48839
8196998: Create devkit for Linux with gcc 7.3 Reviewed-by: tbell, ihse
Fri, 09 Feb 2018 13:56:50 -0800 8187676: Disable uninitialized warnings for two files until proper fix available
erikj [Fri, 09 Feb 2018 13:56:50 -0800] rev 48838
8187676: Disable uninitialized warnings for two files until proper fix available Reviewed-by: tbell, kvn, ihse
Fri, 09 Feb 2018 14:49:38 +0000 6857903: SAXException.initCause() does not correctly set Exception
aefimov [Fri, 09 Feb 2018 14:49:38 +0000] rev 48837
6857903: SAXException.initCause() does not correctly set Exception Reviewed-by: rriggs
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip