Christoph Langer
|
2e31cc7ee1
|
8155590: Dubious collection management in sun.net.www.http.KeepAliveCache
Reviewed-by: rriggs, vtewari
|
2017-10-19 09:01:29 +02:00 |
|
Joe Wang
|
52d3c4b2e8
|
8181150: Fix lint warnings in JAXP repo: rawtypes and unchecked
Reviewed-by: lancea, rriggs, mullan
|
2017-10-18 13:25:49 -07:00 |
|
Mandy Chung
|
9ebc72545b
|
8189202: (jdeps) Need jdeps output format easy for jlink --add-modules to use
Reviewed-by: sundar
|
2017-10-17 10:32:01 -07:00 |
|
Vicente Romero
|
8315ac39cc
|
8187624: NPE in Type.UndetVar.debugString()
Reviewed-by: mcimadamore
|
2017-10-17 07:11:05 -07:00 |
|
Jan Lahoda
|
7c3c83fb55
|
8181897: JDK 9 change to symlink handling affects SourceFile attributes
Using user provided path in toUri().
Reviewed-by: jjg
|
2017-06-26 17:00:45 +02:00 |
|
Brent Christian
|
e8c680e65b
|
8187772: JVM crash when currency set on MacOS 10.10 and earlier
Reviewed-by: naoto
|
2017-10-16 11:20:59 -07:00 |
|
Hannes Wallnöfer
|
5c7381d739
|
8068513: Adding elements to a javascript 'object' (a map) is slow
Reviewed-by: jlaskey, sundar
|
2017-10-16 18:27:07 +02:00 |
|
Jan Lahoda
|
f66b1c7a8b
|
8186694: JShell: speed-up compilation by reusing compiler instances
Generalizing ReusableContext and using it in JShell to speed up processing.
Reviewed-by: mcimadamore, rfield
|
2017-09-01 14:04:20 +02:00 |
|
Athijegannathan Sundararajan
|
fcf9b5115d
|
8189262: jdk.jlink module-info.java javadoc comment refers to the non-existent jimage tool doc
Reviewed-by: alanb
|
2017-10-16 18:15:41 +05:30 |
|
Srikanth Adayapalam
|
b9d8d3bd9c
|
8184989: Incorrect class file created when passing lambda in inner class constructor and outer is subclass
Reviewed-by: mcimadamore
|
2017-10-16 14:30:37 +05:30 |
|
Alan Bateman
|
e4bea042c5
|
8189264: (sl) ServiceLoader does not wrap Errors thrown by provider classes when running with a security manager
Reviewed-by: mchung
|
2017-10-14 09:51:25 +01:00 |
|
Doug Lea
|
dc895e3911
|
8187941: Add StampedLock stamp inspection methods
Reviewed-by: martin, psandoz
|
2017-10-13 18:29:21 -07:00 |
|
Doug Lea
|
f8ae408aa9
|
8188047: Add SplittableRandom.nextBytes
Reviewed-by: martin, psandoz
|
2017-10-13 18:19:18 -07:00 |
|
Doug Lea
|
10dded5f7f
|
8188900: ConcurrentLinkedDeque linearizability
Reviewed-by: martin, psandoz
|
2017-10-13 18:07:47 -07:00 |
|
Hannes Wallnöfer
|
61995f03d4
|
8027302: Identifiers containing unicode escapes are not recognized as reserved words
Reviewed-by: jlaskey, sundar
|
2017-10-13 17:25:12 +02:00 |
|
Alan Bateman
|
2abb1c7d7f
|
8186738: (sl) ServiceLoader::stream doesn't update cache
Reviewed-by: mchung
|
2017-10-13 14:17:10 +01:00 |
|
Stuart Marks
|
6c266f7163
|
6344935: (spec) clarify specifications for Object.wait overloads
Reviewed-by: dholmes, martin, forax, lancea, mchung
|
2017-10-12 17:58:26 -07:00 |
|
Brian Burkhalter
|
848a4d9bae
|
8189209: java/lang/invoke/lambda/LambdaAsm.java failed with "could not create proxy classes"
Use an inner class for the closer instead of a lambda
Reviewed-by: alanb, rriggs
|
2017-10-12 10:28:20 -07:00 |
|
Claes Redestad
|
81b7f75837
|
8188869: jdk9/10 reject zip/jar files where seconds value of timestamp is out of supported range 0 - 59
Reviewed-by: sherman, alanb
|
2017-10-12 16:00:29 +02:00 |
|
Jonathan Gibbons
|
f386e419c3
|
8187521: In some corner cases the javadoc tool can reuse id attribute
Reviewed-by: bpatel, ksrini
|
2017-10-10 17:02:52 -07:00 |
|
Brian Burkhalter
|
b890c3ce83
|
8147615: (fc) FileChannelImpl has no finalizer
Add a cleaner to close parent-less FileChannels
Reviewed-by: alanb, rriggs
|
2017-10-10 09:55:14 -07:00 |
|
Maurizio Cimadamore
|
305e51848a
|
8169345: javac crash when local from enclosing context is captured multiple times
Captured variables imported from multiple enclosing scopes are not handled correctly
Reviewed-by: vromero
|
2017-10-09 13:03:18 +01:00 |
|
Jonathan Gibbons
|
b91a83b95f
|
8188578: move printFramesDocument from HtmlDocWriter to FrameOutputWriter
Reviewed-by: ksrini
|
2017-10-06 18:40:33 -07:00 |
|
Jan Lahoda
|
a36938e082
|
8188225: AST could be improved in presence of var types
Adding a better start pos for vars; always adding a synthetic type tree to vars.
Reviewed-by: mcimadamore
|
2017-10-06 17:18:03 +02:00 |
|
Goetz Lindenmaier
|
f3bad9d19b
|
8188855: Fix VS10 build after "8187658: Bigger buffer for GetAdaptersAddresses"
Reviewed-by: vtewari, simonis
|
2017-10-06 08:37:08 +02:00 |
|
Maurizio Cimadamore
|
9f2615c4de
|
8172443: Change use of tree.pos to line:col in rawDiagnostics
Generate more stable raw diagnostic position for functional expression AST diag arguments
Reviewed-by: jjg, vromero
|
2017-10-05 18:29:47 +01:00 |
|
Bernard Blaser
|
2115af4897
|
8063054: Incorrect raw type warning for method reference
Spurious raw types warnings generated for unbound method references
Reviewed-by: jlahoda
|
2017-10-05 12:19:23 +01:00 |
|
Joe Wang
|
9abc252e51
|
8187593: Cleanup: removing SecuritySupport files
Reviewed-by: lancea
|
2017-10-04 10:54:18 -07:00 |
|
Ivan Gerasimov
|
9c1b0103b3
|
8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
Reviewed-by: coffeys
|
2017-10-04 01:08:36 -07:00 |
|
Ivan Gerasimov
|
4560687884
|
8187658: Bigger buffer for GetAdaptersAddresses
Reviewed-by: rriggs, vtewari
|
2017-10-03 23:42:08 -07:00 |
|
Mandy Chung
|
f2c8c8aa02
|
8188321: (jdeps) help message should say "requires transitive" rather than "requires public"
Reviewed-by: sundar
|
2017-10-03 19:27:07 -07:00 |
|
Doug Lea
|
c3664b7f38
|
8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
Reviewed-by: martin, psandoz
|
2017-10-03 14:00:00 -07:00 |
|
Charles Munger
|
229cce5f44
|
8186265: Make toString() methods of "task" objects more useful
Reviewed-by: martin, psandoz, rriggs, dholmes, darcy
|
2017-10-03 13:55:05 -07:00 |
|
Doug Lea
|
2ea646cc20
|
8186226: Improve ConcurrentSkipListMap performance on weak memory model machines
Reviewed-by: martin, psandoz
|
2017-10-03 13:50:09 -07:00 |
|
Doug Lea
|
d9d91c1cc4
|
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
Reviewed-by: martin, psandoz
|
2017-10-03 13:45:11 -07:00 |
|
Doug Lea
|
c6e3667228
|
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
Reviewed-by: martin, psandoz, dholmes
|
2017-10-03 13:37:01 -07:00 |
|
Doug Lea
|
dfce305868
|
8188241: Improve numerical code in StampedLock example code
Reviewed-by: martin, psandoz, darcy
|
2017-10-03 13:32:04 -07:00 |
|
Bhavesh Patel
|
feab9efa52
|
8074407: javadoc: using <pre> after @deprecated tag causes warnings
Reviewed-by: jjg, ksrini
|
2017-10-03 12:58:49 -07:00 |
|
Bhavesh Patel
|
448718c0af
|
8169819: minor cleanup for deprecated page
Reviewed-by: jjg, ksrini
|
2017-10-02 14:49:46 -07:00 |
|
Bernard Blaser
|
47e2972a64
|
8187978: javac can show overload error messages that include non-valid candidates
Reviewed-by: mcimadamore
|
2017-10-02 10:04:22 -07:00 |
|
Maurizio Cimadamore
|
870b0834fe
|
8188144: regression in method reference type-checking
Method reference checking prefers unbound lookup when both searches produce same results
Reviewed-by: vromero
|
2017-10-02 12:29:44 +01:00 |
|
Mandy Chung
|
5d986605ca
|
8186050: StackFrame should provide the method signature
Reviewed-by: alanb, bchristi, forax, plevart
|
2017-09-29 11:33:08 -07:00 |
|
Srinivas Dama
|
f2a9034adf
|
8147076: LinkerCallSite.ARGLIMIT is used incorrectly
Modified ARGLIMIT
Reviewed-by: hannesw, jlaskey
|
2017-09-30 03:15:56 +05:30 |
|
Athijegannathan Sundararajan
|
fc05af8f41
|
8180274: Fix links in nashorn documentation
Reviewed-by: hannesw
|
2017-09-29 16:37:36 +05:30 |
|
Goetz Lindenmaier
|
a0218352fc
|
8188135: Fix VS 2010 build after "8187631: Refactor FileDescriptor close implementation"
Reviewed-by: dholmes, alanb
|
2017-09-29 10:00:58 +02:00 |
|
Athijegannathan Sundararajan
|
cea7897f08
|
8188098: NPE in SimpleTreeVisitorES6 visitor when parsing a tagged template literal
Reviewed-by: hannesw, jlaskey
|
2017-09-28 23:03:17 +05:30 |
|
Athijegannathan Sundararajan
|
b0e9c95b72
|
8188082: autoimports.js sample is broken
Reviewed-by: hannesw, jlaskey
|
2017-09-28 18:30:35 +05:30 |
|
Bhavesh Patel
|
6db0190cb5
|
8186332: Fix method signature in method summary table
Reviewed-by: jjg, ksrini
|
2017-09-27 16:47:07 -07:00 |
|
Joe Darcy
|
5d2a4c319a
|
8187982: Update SourceVersion to mention restricted keywords
Reviewed-by: mcimadamore
|
2017-09-27 14:23:41 -07:00 |
|
Mandy Chung
|
24d81d3f2e
|
6373396: (cl spec) clarify spec of ClassLoader.getPackages() about run-time package
Reviewed-by: psandoz
|
2017-09-27 12:44:06 -07:00 |
|