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 |
|
David Dehaven
|
f1dc46272b
|
8132743: Move netscape.javascript package from jdk.plugin to new module
Reviewed-by: kcr, mchung, alanb
|
2016-02-25 15:42:01 -08:00 |
|
Steve Drach
|
e2181b48a5
|
8151339: Adding fragment to JAR URLs breaks ant
Reviewed-by: alanb
|
2016-03-07 19:37:10 +00:00 |
|
Sean Mullan
|
ed0eef5c6b
|
Merge
|
2016-03-07 10:11:59 -05:00 |
|
Sean Mullan
|
e868165acc
|
8138653: Default key sizes for the AlgorithmParameterGenerator and KeyPairGenerator implementations should be upgraded
Reviewed-by: coffeys, vinnie
|
2016-03-07 10:10:04 -05:00 |
|
Vinnie Ryan
|
3698f154bf
|
8151149: CipherSpi implementation of PBEWithSHA1AndDESede returns key size in bytes
Reviewed-by: xuelei
|
2016-03-07 14:52:36 +00:00 |
|
Michael McMahon
|
095027bd74
|
8087112: HTTP API and HTTP/1.1 implementation
Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
|
2016-02-25 23:14:22 +00:00 |
|
Lana Steuck
|
f67de4b835
|
Merge
|
2016-02-25 11:27:30 -08:00 |
|
Lana Steuck
|
bf4f843350
|
Added tag jdk-9+107 for changeset e1580bae8eb5
|
2016-02-25 09:41:46 -08:00 |
|
Ajit Ghaisas
|
42867443a4
|
8020039: SynthTableHeaderUI refers to possibly null parameter in cell renderer
Reviewed-by: rchamyal, serb
|
2016-02-25 10:22:22 +05:30 |
|
Christian Tornqvist
|
fb338bec25
|
8150490: Update OS detection code to recognize Windows Server 2016
Reviewed-by: mgronlun, alanb, dholmes
|
2016-02-24 16:33:19 -05:00 |
|
David Dehaven
|
f328f006fc
|
Merge
|
2016-02-24 08:58:31 -08:00 |
|
Semyon Sadetsky
|
7234547f04
|
8081722: Provide public access to sun.awt.shell.ShellFolder methods which are required for implementing javax.swing.JFileChooser
Reviewed-by: prr, serb, alexsch
|
2016-02-24 14:36:53 +03:00 |
|
Alejandro Murillo
|
36d5ceb3eb
|
Merge
|
2016-02-23 18:57:08 -08:00 |
|
Xue-Lei Andrew Fan
|
7c15525950
|
8149417: Use final restricted flag
Reviewed-by: mullan, weijun, coffeys
|
2016-02-24 02:50:14 +00:00 |
|
Erik Joelsson
|
c542850197
|
8150456: jdk 9 nightly build fails on Windows 32 bit
Reviewed-by: tbell, ihse
|
2016-02-24 00:14:23 +01:00 |
|
Roger Riggs
|
aa585fa3cf
|
8150337: sun/misc/SunMiscSignalTest.java failed intermittently
Correct test to allow for signals to be ignored
Reviewed-by: bpb
|
2016-02-23 17:19:28 -05:00 |
|
Laurent Bourgès
|
1036ce73ea
|
8148886: SEGV in sun.java2d.marlin.Renderer._endRendering
Handle reentrancy in both AAShapePipe and MarlinRenderingEngine using new sun.java2d.ReentrantContextProvider implementations
Reviewed-by: flar, prr
|
2016-02-23 22:07:27 +01:00 |
|
Aleksey Shipilev
|
7386fd0385
|
8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Reviewed-by: psandoz, kvn, jrose, adinn, simonis, coleenp
|
2016-02-23 22:10:02 +03:00 |
|
Naoto Sato
|
e9d44ad2ca
|
8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name
Reviewed-by: mchung
|
2016-02-23 10:51:37 -08:00 |
|
Yingqi Lu
|
4dfed66526
|
6432031: Add support for SO_REUSEPORT
Reviewed-by: alanb, simonis, chegar
|
2016-02-23 17:41:00 +00:00 |
|