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
fyuan [Mon, 09 Oct 2017 17:37:15 +0800] rev 47322
8187700: SetAuthenticator tests should handle the proxy port
Reviewed-by: dfuchs
jjg [Fri, 06 Oct 2017 18:40:33 -0700] rev 47321
8188578: move printFramesDocument from HtmlDocWriter to FrameOutputWriter
Reviewed-by: ksrini
lana [Fri, 06 Oct 2017 20:54:37 +0000] rev 47320
Merge
lana [Fri, 06 Oct 2017 20:38:35 +0000] rev 47319
Added tag jdk-10+26 for changeset 1129253d3bc7
jlahoda [Fri, 06 Oct 2017 17:18:03 +0200] rev 47318
8188225: AST could be improved in presence of var types.
Summary: Adding a better start pos for vars; always adding a synthetic type tree to vars.
Reviewed-by: mcimadamore
goetz [Fri, 06 Oct 2017 08:37:08 +0200] rev 47317
8188855: Fix VS10 build after "8187658: Bigger buffer for GetAdaptersAddresses"
Reviewed-by: vtewari, simonis
mcimadamore [Thu, 05 Oct 2017 18:29:47 +0100] rev 47316
8172443: Change use of tree.pos to line:col in rawDiagnostics
Summary: Generate more stable raw diagnostic position for functional expression AST diag arguments
Reviewed-by: jjg, vromero
mcimadamore [Thu, 05 Oct 2017 12:19:23 +0100] rev 47315
8063054: Incorrect raw type warning for method reference
Summary: Spurious raw types warnings generated for unbound method references
Reviewed-by: jlahoda
Contributed-by: bsrbnd@gmail.com
ihse [Thu, 05 Oct 2017 12:41:06 +0200] rev 47314
8188814: Simplify IncludeCustomExtension
Reviewed-by: dholmes
ihse [Thu, 05 Oct 2017 11:02:18 +0200] rev 47313
8188768: Fix interaction between make and autoconf after consolidation
Reviewed-by: erikj, tbell
joehw [Wed, 04 Oct 2017 10:54:18 -0700] rev 47312
8187593: Cleanup: removing SecuritySupport files
Reviewed-by: lancea
ksrini [Wed, 04 Oct 2017 10:44:21 -0700] rev 47311
8186703: javadoc needs a test to verify member hiding
Reviewed-by: jjg
igerasim [Wed, 04 Oct 2017 01:08:36 -0700] rev 47310
8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
Reviewed-by: coffeys
igerasim [Tue, 03 Oct 2017 23:42:08 -0700] rev 47309
8187658: Bigger buffer for GetAdaptersAddresses
Reviewed-by: rriggs, vtewari
mchung [Tue, 03 Oct 2017 19:27:07 -0700] rev 47308
8188321: (jdeps) help message should say "requires transitive" rather than "requires public"
Reviewed-by: sundar
dl [Tue, 03 Oct 2017 14:00:00 -0700] rev 47307
8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:55:05 -0700] rev 47306
8186265: Make toString() methods of "task" objects more useful
Reviewed-by: martin, psandoz, rriggs, dholmes, darcy
Contributed-by: Charles Munger <clm@google.com>
dl [Tue, 03 Oct 2017 13:50:09 -0700] rev 47305
8186226: Improve ConcurrentSkipListMap performance on weak memory model machines
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:45:11 -0700] rev 47304
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:41:55 -0700] rev 47303
8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes
Reviewed-by: martin, psandoz, dholmes
dl [Tue, 03 Oct 2017 13:37:01 -0700] rev 47302
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
Reviewed-by: martin, psandoz, dholmes
dl [Tue, 03 Oct 2017 13:32:04 -0700] rev 47301
8188241: Improve numerical code in StampedLock example code
Reviewed-by: martin, psandoz, darcy
bpatel [Tue, 03 Oct 2017 12:58:49 -0700] rev 47300
8074407: javadoc: using <pre> after @deprecated tag causes warnings
Reviewed-by: jjg, ksrini