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
Tue, 06 Feb 2018 10:28:22 -0500 8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
lfoltan [Tue, 06 Feb 2018 10:28:22 -0500] rev 48836
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler Summary: Do not perform access check when returning a reflection field or method or performing internal signature processing. Reviewed-by: acorn, psandoz
Mon, 05 Feb 2018 23:12:03 +0100 Merge
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48835
Merge
Thu, 01 Feb 2018 14:19:04 -0800 8195694: ConstantBootstraps.invoke does not preserve variable arity
psandoz [Thu, 01 Feb 2018 14:19:04 -0800] rev 48834
8195694: ConstantBootstraps.invoke does not preserve variable arity Reviewed-by: jrose
Thu, 01 Feb 2018 11:24:39 -0800 8196583: Update jib and test jtreg version to 4.2 b12
psandoz [Thu, 01 Feb 2018 11:24:39 -0800] rev 48833
8196583: Update jib and test jtreg version to 4.2 b12 Reviewed-by: mchung, lfoltan
Thu, 01 Feb 2018 10:55:27 -0800 8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error
ccheung [Thu, 01 Feb 2018 10:55:27 -0800] rev 48832
8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error Summary: Create another archive with whitebox.jar in the -Xbootclasspath/a; check output from TestCommon.execCommon(). Reviewed-by: iklam, mseledtsov
Thu, 01 Feb 2018 13:30:53 -0500 8196199: Remove miscellaneous oop comparison operators
coleenp [Thu, 01 Feb 2018 13:30:53 -0500] rev 48831
8196199: Remove miscellaneous oop comparison operators Reviewed-by: hseigel, lfoltan Contributed-by: kim.barrett@oracle.com, coleen.phillimore@oracle.com
Wed, 31 Jan 2018 17:43:46 -0800 8196533: Update CondyNestedTest.java to compile jcod file
psandoz [Wed, 31 Jan 2018 17:43:46 -0800] rev 48830
8196533: Update CondyNestedTest.java to compile jcod file Reviewed-by: mchung
Thu, 01 Feb 2018 02:05:35 +0100 Merge
jwilhelm [Thu, 01 Feb 2018 02:05:35 +0100] rev 48829
Merge
Wed, 31 Jan 2018 17:45:48 -0500 8195069: LogCompilation - add basic unit tests
ecaspole [Wed, 31 Jan 2018 17:45:48 -0500] rev 48828
8195069: LogCompilation - add basic unit tests Summary: Framework and simple junits with static input Reviewed-by: kvn, thartmann
Wed, 31 Jan 2018 11:20:36 -0800 8187742: Minimal set of bootstrap methods for constant dynamic
psandoz [Wed, 31 Jan 2018 11:20:36 -0800] rev 48827
8187742: Minimal set of bootstrap methods for constant dynamic Reviewed-by: jrose, forax Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
Fri, 08 Sep 2017 10:46:46 -0700 8186209: Tool support for ConstantDynamic
psandoz [Fri, 08 Sep 2017 10:46:46 -0700] rev 48826
8186209: Tool support for ConstantDynamic 8186046: Minimal ConstantDynamic support 8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support Reviewed-by: acorn, coleenp, kvn Contributed-by: lois.foltan@oracle.com, john.r.rose@oracle.com, paul.sandoz@oracle.com
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip