Tue, 17 Oct 2017 15:47:53 +0200 8189430: make/hotspot/copy/Copy-java.base.gmk in wrong location after consolidation
erikj [Tue, 17 Oct 2017 15:47:53 +0200] rev 47355
8189430: make/hotspot/copy/Copy-java.base.gmk in wrong location after consolidation Reviewed-by: ihse, dholmes
Tue, 17 Oct 2017 15:46:09 +0200 8189434: SetupCopyFiles does not handle files with $ in them
erikj [Tue, 17 Oct 2017 15:46:09 +0200] rev 47354
8189434: SetupCopyFiles does not handle files with $ in them Reviewed-by: ihse
Mon, 26 Jun 2017 17:00:45 +0200 8181897: JDK 9 change to symlink handling affects SourceFile attributes
jlahoda [Mon, 26 Jun 2017 17:00:45 +0200] rev 47353
8181897: JDK 9 change to symlink handling affects SourceFile attributes Summary: Using user provided path in toUri(). Reviewed-by: jjg
Mon, 16 Oct 2017 11:20:59 -0700 8187772: JVM crash when currency set on MacOS 10.10 and earlier
bchristi [Mon, 16 Oct 2017 11:20:59 -0700] rev 47352
8187772: JVM crash when currency set on MacOS 10.10 and earlier Reviewed-by: naoto
Mon, 16 Oct 2017 18:27:07 +0200 8068513: Adding elements to a javascript 'object' (a map) is slow
hannesw [Mon, 16 Oct 2017 18:27:07 +0200] rev 47351
8068513: Adding elements to a javascript 'object' (a map) is slow Reviewed-by: jlaskey, sundar
Fri, 01 Sep 2017 14:04:20 +0200 8186694: JShell: speed-up compilation by reusing compiler instances
jlahoda [Fri, 01 Sep 2017 14:04:20 +0200] rev 47350
8186694: JShell: speed-up compilation by reusing compiler instances Summary: Generalizing ReusableContext and using it in JShell to speed up processing. Reviewed-by: mcimadamore, rfield
Mon, 16 Oct 2017 18:15:41 +0530 8189262: jdk.jlink module-info.java javadoc comment refers to the non-existent jimage tool doc
sundar [Mon, 16 Oct 2017 18:15:41 +0530] rev 47349
8189262: jdk.jlink module-info.java javadoc comment refers to the non-existent jimage tool doc Reviewed-by: alanb
Mon, 16 Oct 2017 12:56:23 +0200 8189324: install-file macro no longer handles files with $ in them
erikj [Mon, 16 Oct 2017 12:56:23 +0200] rev 47348
8189324: install-file macro no longer handles files with $ in them Reviewed-by: ihse
Mon, 16 Oct 2017 14:30:37 +0530 8184989: Incorrect class file created when passing lambda in inner class constructor and outer is subclass
sadayapalam [Mon, 16 Oct 2017 14:30:37 +0530] rev 47347
8184989: Incorrect class file created when passing lambda in inner class constructor and outer is subclass Reviewed-by: mcimadamore
Mon, 16 Oct 2017 08:43:42 +0200 8189263: Introduce CUSTOM_ROOT
ihse [Mon, 16 Oct 2017 08:43:42 +0200] rev 47346
8189263: Introduce CUSTOM_ROOT Reviewed-by: erikj
Sat, 14 Oct 2017 09:51:25 +0100 8189264: (sl) ServiceLoader does not wrap Errors thrown by provider classes when running with a security manager
alanb [Sat, 14 Oct 2017 09:51:25 +0100] rev 47345
8189264: (sl) ServiceLoader does not wrap Errors thrown by provider classes when running with a security manager Reviewed-by: mchung
Fri, 13 Oct 2017 18:34:37 -0700 8188575: Miscellaneous changes imported from jsr166 CVS 2017-10
dl [Fri, 13 Oct 2017 18:34:37 -0700] rev 47344
8188575: Miscellaneous changes imported from jsr166 CVS 2017-10 Reviewed-by: martin, psandoz
Fri, 13 Oct 2017 18:29:21 -0700 8187941: Add StampedLock stamp inspection methods
dl [Fri, 13 Oct 2017 18:29:21 -0700] rev 47343
8187941: Add StampedLock stamp inspection methods Reviewed-by: martin, psandoz
Fri, 13 Oct 2017 18:19:18 -0700 8188047: Add SplittableRandom.nextBytes
dl [Fri, 13 Oct 2017 18:19:18 -0700] rev 47342
8188047: Add SplittableRandom.nextBytes Reviewed-by: martin, psandoz
Fri, 13 Oct 2017 18:12:54 -0700 8188853: java/util/concurrent/ExecutorService/Invoke.java Assertion failure
dl [Fri, 13 Oct 2017 18:12:54 -0700] rev 47341
8188853: java/util/concurrent/ExecutorService/Invoke.java Assertion failure Reviewed-by: martin, psandoz, dholmes
Fri, 13 Oct 2017 18:07:47 -0700 8188900: ConcurrentLinkedDeque linearizability
dl [Fri, 13 Oct 2017 18:07:47 -0700] rev 47340
8188900: ConcurrentLinkedDeque linearizability Reviewed-by: martin, psandoz
Fri, 13 Oct 2017 23:56:28 +0000 Merge
lana [Fri, 13 Oct 2017 23:56:28 +0000] rev 47339
Merge
Fri, 13 Oct 2017 23:55:08 +0000 Added tag jdk-10+27 for changeset b87d7b5d5ded
lana [Fri, 13 Oct 2017 23:55:08 +0000] rev 47338
Added tag jdk-10+27 for changeset b87d7b5d5ded
Fri, 13 Oct 2017 17:25:12 +0200 8027302: Identifiers containing unicode escapes are not recognized as reserved words
hannesw [Fri, 13 Oct 2017 17:25:12 +0200] rev 47337
8027302: Identifiers containing unicode escapes are not recognized as reserved words Reviewed-by: jlaskey, sundar
Fri, 13 Oct 2017 15:22:02 +0200 8189229: Remove references to $(TOPDIR)/src/*/$(MODULE)
ihse [Fri, 13 Oct 2017 15:22:02 +0200] rev 47336
8189229: Remove references to $(TOPDIR)/src/*/$(MODULE) Reviewed-by: erikj
Fri, 13 Oct 2017 14:17:10 +0100 8186738: (sl) ServiceLoader::stream doesn't update cache
alanb [Fri, 13 Oct 2017 14:17:10 +0100] rev 47335
8186738: (sl) ServiceLoader::stream doesn't update cache Reviewed-by: mchung
Fri, 13 Oct 2017 13:42:10 +0200 8189095: Import JMC from artifactory using Jib and main makefiles
erikj [Fri, 13 Oct 2017 13:42:10 +0200] rev 47334
8189095: Import JMC from artifactory using Jib and main makefiles Reviewed-by: ihse
Thu, 12 Oct 2017 17:58:26 -0700 6344935: (spec) clarify specifications for Object.wait overloads
smarks [Thu, 12 Oct 2017 17:58:26 -0700] rev 47333
6344935: (spec) clarify specifications for Object.wait overloads Reviewed-by: dholmes, martin, forax, lancea, mchung
Thu, 12 Oct 2017 10:28:20 -0700 8189209: java/lang/invoke/lambda/LambdaAsm.java failed with "could not create proxy classes" jdk-10+27
bpb [Thu, 12 Oct 2017 10:28:20 -0700] rev 47332
8189209: java/lang/invoke/lambda/LambdaAsm.java failed with "could not create proxy classes" Summary: Use an inner class for the closer instead of a lambda Reviewed-by: alanb, rriggs
Thu, 12 Oct 2017 16:00:29 +0200 8188869: jdk9/10 reject zip/jar files where seconds value of timestamp is out of supported range 0 - 59
redestad [Thu, 12 Oct 2017 16:00:29 +0200] rev 47331
8188869: jdk9/10 reject zip/jar files where seconds value of timestamp is out of supported range 0 - 59 Reviewed-by: sherman, alanb
Thu, 12 Oct 2017 13:35:41 +0200 8189222: Remove make/corba/Makefile
ihse [Thu, 12 Oct 2017 13:35:41 +0200] rev 47330
8189222: Remove make/corba/Makefile Reviewed-by: erikj
Wed, 11 Oct 2017 16:14:47 -0400 8189115: Pass JIB_DATA_DIR to jtreg harness
ctornqvi [Wed, 11 Oct 2017 16:14:47 -0400] rev 47329
8189115: Pass JIB_DATA_DIR to jtreg harness Reviewed-by: erikj
Tue, 10 Oct 2017 17:02:52 -0700 8187521: In some corner cases the javadoc tool can reuse id attribute
jjg [Tue, 10 Oct 2017 17:02:52 -0700] rev 47328
8187521: In some corner cases the javadoc tool can reuse id attribute Reviewed-by: bpatel, ksrini
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip