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
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
ihse [Thu, 12 Oct 2017 13:35:41 +0200] rev 47330
8189222: Remove make/corba/Makefile
Reviewed-by: erikj
ctornqvi [Wed, 11 Oct 2017 16:14:47 -0400] rev 47329
8189115: Pass JIB_DATA_DIR to jtreg harness
Reviewed-by: erikj
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
bpb [Tue, 10 Oct 2017 09:55:14 -0700] rev 47327
8147615: (fc) FileChannelImpl has no finalizer
Summary: Add a cleaner to close parent-less FileChannels
Reviewed-by: alanb, rriggs
erikj [Tue, 10 Oct 2017 15:26:01 +0200] rev 47326
8188050: UnsatisfiedLinkError after repo consolidation
Reviewed-by: tbell, ihse
erikj [Tue, 10 Oct 2017 15:20:10 +0200] rev 47325
8188910: jib configure requires --src-dir for out fo tree builds, second attempt
Reviewed-by: dholmes, tbell, ihse
ihse [Tue, 10 Oct 2017 13:33:39 +0200] rev 47324
8188312: Use CDS if present when running the Boot JDK during build
Reviewed-by: iklam, erikj
mcimadamore [Mon, 09 Oct 2017 13:03:18 +0100] rev 47323
8169345: javac crash when local from enclosing context is captured multiple times
Summary: captured variables imported from multiple enclosing scopes are not handled correctly
Reviewed-by: vromero