Lana Steuck
|
be111eec1a
|
Added tag jdk-9+108 for changeset 564116a434fa
|
2016-03-03 12:25:57 -08:00 |
|
Doug Lea
|
b5d355ac84
|
8150416: Miscellaneous changes imported from jsr166 CVS 2016-03
Reviewed-by: martin, psandoz
|
2016-03-03 10:46:22 -08:00 |
|
Doug Lea
|
1c04a6de53
|
8150523: improve jtreg test timeout handling, especially -timeout:
Reviewed-by: martin, psandoz, smarks
|
2016-03-03 10:43:07 -08:00 |
|
Doug Lea
|
a9c908bcb3
|
8150417: Make ThreadLocalRandom more robust against static initialization cycles
Reviewed-by: martin, psandoz, dholmes, mhaupt
|
2016-03-03 10:39:34 -08:00 |
|
Doug Lea
|
90771aabae
|
8150319: ScheduledExecutorTest:testFixedDelaySequence timeout with slow VMs
Reviewed-by: martin, psandoz
|
2016-03-03 10:36:08 -08:00 |
|
Doug Lea
|
eb0aa24726
|
6842353: Linux testcase failure java/util/WeakHashMap/GCDuringIteration.java
Reviewed-by: martin, psandoz, darcy
|
2016-03-03 10:32:35 -08:00 |
|
Vyom Tewari
|
b053911474
|
8150521: SharedSecrets.getJavaNetInetAddressAccess should ensure that InetAddress is initialised
Reviewed-by: alanb, chegar
|
2016-03-03 17:27:35 +00:00 |
|
Vyom Tewari
|
96f1a8250d
|
8148609: socket impl supportedOptions() should return an immutable set
Reviewed-by: alanb, chegar
|
2016-03-03 17:21:08 +00:00 |
|
Michael Haupt
|
da0ba02676
|
8150957: j.l.i.MethodHandles.whileLoop(...) fails with IOOBE in the case init is null, step and pred have parameters
Reviewed-by: psandoz
|
2016-03-03 14:29:00 +01:00 |
|
Chris Hegarty
|
622963bd4d
|
8151140: Replace use of lambda/method ref in jdk.Version constructor
Reviewed-by: psandoz
|
2016-03-03 12:07:45 +00:00 |
|
Chris Hegarty
|
d6208a2b4a
|
8150162: Move sun.misc.Version to a truly internal package
Reviewed-by: alanb, iris, mchung, rriggs
|
2016-03-03 12:07:13 +00:00 |
|
Tagir F. Valeev
|
c880124c81
|
8147505: BaseStream.onClose() should not allow registering new handlers after stream is consumed
Reviewed-by: psandoz
|
2016-03-03 10:06:25 +01:00 |
|
Tagir F. Valeev
|
90adb4174f
|
8072727: add variation of Stream.iterate() that's finite
Reviewed-by: psandoz, briangoetz
|
2016-03-03 10:06:16 +01:00 |
|
Mikael Vidstedt
|
2255be0267
|
8149596: Remove java.nio.Bits copy wrapper methods
Reviewed-by: bpb, chegar, psandoz
|
2016-03-02 13:21:20 -08:00 |
|
Michael Haupt
|
525c0c0972
|
8150832: split T8139885 into several tests by functionality
Reviewed-by: redestad
|
2016-03-02 20:36:00 +01:00 |
|
Michael Haupt
|
1619ac11c9
|
8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException
Reviewed-by: psandoz
|
2016-03-02 20:16:11 +01:00 |
|
Chris Hegarty
|
645c21e16f
|
8150976: JarFile and MRJAR tests should use the JDK specific Version API
Reviewed-by: alanb, mchung
|
2016-03-02 16:25:29 +00:00 |
|
Sergey Bylokhov
|
2d1daacbc9
|
8147994: [macosx] JScrollPane jitters up/down during trackpad scrolling on MacOS/Aqua
Reviewed-by: alexp, aivanov
|
2016-03-02 18:28:42 +03:00 |
|
Michael Haupt
|
fc2641e57f
|
8150953: j.l.i.MethodHandles: example section in whileLoop(...) provides example for doWhileLoop
Reviewed-by: psandoz
|
2016-03-02 14:15:15 +01:00 |
|
Ivan Gerasimov
|
2c101cfb09
|
8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
Reviewed-by: martin
|
2016-03-02 14:10:40 +03:00 |
|
Daniel Fuchs
|
3059ef621c
|
8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)
Added @since 1.8
Reviewed-by: lancea, rriggs
|
2016-03-02 11:14:35 +01:00 |
|
Markus Grönlund
|
85ee898a02
|
8143235: Remove libjfr mapfile
Reviewed-by: jbachorik, egahlin
|
2016-03-01 23:54:05 +01:00 |
|
Kumar Srinivasan
|
99bfb14042
|
8147755: ASM should create correct constant tag for invokestatic on handle point to interface static method
Updates asm to v5.1
Reviewed-by: forax
|
2016-03-01 12:33:04 -08:00 |
|
Hamlin Li
|
569de7b0ea
|
8151785: Doc typo in src/../java/util/stream/PipelineHelper.java
Change from "intoWrapped" to "copyInto".
Reviewed-by: rriggs
|
2016-03-15 12:38:35 +08:00 |
|
Jonathan Gibbons
|
04c17721d6
|
8151847: rmic should support v53 classfiles
Reviewed-by: alanb
|
2016-03-14 16:13:09 -07:00 |
|
Alejandro Murillo
|
58fcd079ce
|
Merge
|
2016-03-14 14:28:53 -07:00 |
|
Joe Darcy
|
887760ee88
|
8151835: Mark SmallPrimeExponentP.java as intermittently failing
Reviewed-by: vinnie
|
2016-03-14 10:48:18 -07:00 |
|
Abhijit Roy
|
c6a6f496a8
|
8151062: Unclosed parenthesis in java.util.EnumMap.clone() Javadoc
Reviewed-by: rriggs
|
2016-03-12 00:58:39 +05:30 |
|
Amy Lu
|
c53d88d41f
|
8151798: Mark java/util/TimeZone/Bug6772689.java as intermittently failing and demote to tier2
Reviewed-by: lancea
|
2016-03-14 19:46:19 +08:00 |
|
Michael Haupt
|
cc3d80e38a
|
8151778: TestLookup.java fails after push of JDK-8150782
Reviewed-by: darcy
|
2016-03-14 08:10:44 +01:00 |
|
Michael Haupt
|
bfb7e8cd07
|
8150782: findClass / accessClass throw unexpected exceptions
Reviewed-by: sundar
|
2016-03-13 20:26:29 +01:00 |
|
Artem Smotrakov
|
1c1cec5a6f
|
8151734: Mark Unreachable.java and MaxRetries.java as intermittently failing
Reviewed-by: weijun
|
2016-03-11 17:07:57 -08:00 |
|
Joe Darcy
|
57494c431d
|
8151750: Mark ChangingInterests.java as intermittently failing
Reviewed-by: lancea
|
2016-03-11 15:30:20 -08:00 |
|
Daniel Fuchs
|
a2f7bf924c
|
8150856: Inconsistent API documentation for @param caller in System.LoggerFinder.getLogger
@throws clause is correct; @param caller documentation fixed: caller must not be null.
Reviewed-by: martin
|
2016-03-01 12:05:14 +01:00 |
|
Harsha Wardhana B
|
34ae7a246e
|
8147610: javax/management/mxbean/MXBeanLoadingTest1.java assumes URLClassLoader
Reviewed-by: jbachorik
|
2016-03-01 09:48:49 +01:00 |
|
Roger Riggs
|
c881ca81db
|
8150346: java/lang/ProcessHandle/InfoTest.java failed - startTime after process spawn completed
Reviewed-by: redestad, martin
|
2016-02-29 18:00:40 -05:00 |
|
David Dehaven
|
2830a624b5
|
Merge
|
2016-02-29 09:00:35 -08:00 |
|
Jesper Wilhelmsson
|
633dd2bf9d
|
Merge
|
2016-02-29 15:24:51 +01:00 |
|
Michael Haupt
|
2d20eec823
|
8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
Reviewed-by: redestad
|
2016-02-29 14:16:20 +01:00 |
|
Prem Balakrishnan
|
98fc723fbf
|
7126823: JInternalFrame.getNormalBounds() returns bad value after iconify/deiconify
Reviewed-by: ssadetsky, rchamyal
|
2016-02-29 14:19:40 +05:30 |
|
Tobias Hartmann
|
a90b48d3a1
|
Merge
|
2016-02-29 08:12:22 +00:00 |
|
Tobias Hartmann
|
a09d434fda
|
Merge
|
2016-02-29 09:02:14 +01:00 |
|
Zoltan Majo
|
dc8f45fc7d
|
8148940: java/lang/ref/FinalizeOverride.java can time out due to frequent safepointing
Reduce the freqency of triggering GCs by sleeping between GCs.
Reviewed-by: thartmann, shade
|
2016-02-29 07:58:45 +01:00 |
|
Alexander Stepanov
|
43a028f608
|
8150643: [TEST] add test for JDK-8150176
Reviewed-by: serb
|
2016-02-26 19:24:06 +03:00 |
|
Sergey Bylokhov
|
5d21165171
|
8141553: [macosx] JDK fails to build with Xcode 7 on 10.11
Reviewed-by: aniyogi, ddehaven, cbensen
|
2016-02-26 18:51:44 +03:00 |
|
Daniel Fuchs
|
ae7478607a
|
8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently
This is a test bug caused by a Logger being garbage collected too early.
Reviewed-by: darcy
|
2016-02-26 12:11:28 +01:00 |
|
Cheleswer Sahu
|
b9e4cabc43
|
8130425: libjvm crash due to stack overflow in executables with 32k tbss/tdata
Reviewed-by: kevinw, dholmes
|
2016-02-26 16:19:04 +05:30 |
|
Erik Joelsson
|
2435cd24ef
|
8150497: 32 jshell tests failed on Windows 32 bit
Reviewed-by: darcy, tbell
|
2016-02-26 06:03:12 +01:00 |
|
Amy Lu
|
39cfbc6593
|
8150608: Mark BashStreams.java as intermittently failing and put to ProblemList
Reviewed-by: bpb, rriggs
|
2016-02-26 09:55:14 +08:00 |
|
Jamil Nimeh
|
572b48bca5
|
8145854: SSLContextImpl.statusResponseManager should be generated if required
Implement server-side lazy initialization of StatusResponseManagers in the SSLContextImpl class.
Reviewed-by: xuelei
|
2016-02-25 16:10:15 -08:00 |
|