Joe Darcy
|
4a3b8f4df6
|
8032627: Add @SuppressWarnings("serial") to appropriate javax.swing classes
Reviewed-by: alexsch, alanb
|
2014-01-24 07:16:53 -08:00 |
|
Alan Bateman
|
d5a62b1401
|
8032451: (dc) DatagramChannel.join should support include-mode filtering on OS X
Reviewed-by: chegar
|
2014-01-24 13:54:16 +00:00 |
|
Sergey Malenkov
|
77f3079bed
|
8010718: javax/swing/JFileChooser/8013442/Test8013442.java fails
Reviewed-by: alexsch
|
2014-01-24 16:50:40 +04:00 |
|
Alexander Scherbatiy
|
c24ceb9e4a
|
8032063: javax.swing.plaf.metal.MetalFileChooserUI$FilterComboBoxModel extends non-standard API
Reviewed-by: pchelko, serb
|
2014-01-24 16:23:22 +04:00 |
|
Alan Bateman
|
65a9d3695b
|
8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X
Reviewed-by: sla, chegar, psandoz
|
2014-01-24 11:50:33 +00:00 |
|
Mandy Chung
|
7e46f00b86
|
6516909: (cl spec) ClassLoader.loadClass() clarification to indicate it shouldn't be used for array classes
Reviewed-by: alanb
|
2014-01-23 14:06:58 -08:00 |
|
Mandy Chung
|
5634f01fdb
|
4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0
Reviewed-by: alanb
|
2014-01-23 14:04:52 -08:00 |
|
Volker Simonis
|
ad1b6f1a39
|
8032578: [TESTBUG] Fix tests which use SecurityConstants.AWT
Reviewed-by: pchelko
|
2014-01-23 17:43:32 +01:00 |
|
Shanliang Jiang
|
7d09fd8b12
|
6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
Reviewed-by: jbachorik, dfuchs
|
2014-01-23 15:17:36 +01:00 |
|
Jaroslav Bachorik
|
f0a718ceb0
|
6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
Reviewed-by: dholmes, mchung
|
2014-01-23 10:06:52 +01:00 |
|
Joe Darcy
|
03045efef6
|
8032047: Fix static lint warnings in client libraries
8032048: Add static lint warning to build of jdk repository
Reviewed-by: pchelko, serb, erikj
|
2014-01-22 23:20:58 -08:00 |
|
Roger Riggs
|
93283b8191
|
8032502: java.time add @param tags to readObject
Add @param tags
Reviewed-by: lancea, darcy
|
2014-01-22 17:40:58 -05:00 |
|
Vladimir Kozlov
|
9c83896027
|
Merge
|
2014-01-22 14:17:32 -08:00 |
|
Joe Darcy
|
6b965a6ae1
|
8032397: Remove sun.misc.Ref
Reviewed-by: alanb
|
2014-01-22 11:03:44 -08:00 |
|
Sean Mullan
|
fd09a81d8a
|
Merge
|
2014-01-22 10:27:08 -05:00 |
|
Petr Pchelko
|
0a187c7c73
|
8029868: Fix KSS issues in sun.lwawt.macosx
Reviewed-by: anthony, serb
|
2014-01-22 17:54:04 +04:00 |
|
Petr Pchelko
|
0f4e95136b
|
7155984: Security problems in regression test java/awt/PrintJob/Security/SecurityDialogTest.java
Reviewed-by: anthony, serb
|
2014-01-22 16:15:39 +04:00 |
|
Andrei Eremeev
|
6a9e174795
|
7175457: [TEST_BUG] closed/java/awt/Window/AlwaysOnTop/TestAlwaysOnTopBeforeShow.java still failed
Reviewed-by: anthony, pchelko
|
2014-01-22 12:49:43 +04:00 |
|
Petr Pchelko
|
bfc61365e0
|
8030050: Validate fields on DnD class deserialization
Reviewed-by: anthony, serb
|
2014-01-22 12:35:43 +04:00 |
|
David Katleman
|
7f24b46a10
|
Added tag jdk9-b01 for changeset 0da91a6ccb5f
|
2014-01-21 18:17:13 -08:00 |
|
Artem Smotrakov
|
f85948cc0c
|
8028431: NullPointerException in DerValue.equals(DerValue)
Reviewed-by: mullan
|
2014-01-21 16:54:26 -05:00 |
|
Sean Mullan
|
67c04c11c8
|
Merge
|
2014-01-21 10:52:48 -05:00 |
|
Sean Mullan
|
d82803e3d0
|
8031825: OCSP client can't find responder cert if it uses a different subject key id algorithm than responderID
Reviewed-by: vinnie, xuelei
|
2014-01-21 10:51:13 -05:00 |
|
Jaroslav Bachorik
|
ea1c41f454
|
8032377: test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java still fails intermittently
Reviewed-by: dholmes
|
2014-01-21 13:04:55 +01:00 |
|
Paul Sandoz
|
692a92335c
|
8032190: It's unclear that flatMap will ensure each stream will be closed
Reviewed-by: chegar, alanb
|
2014-01-21 10:49:49 +01:00 |
|
Alan Bateman
|
c276ce4f08
|
8032220: Files.createDirectories throws exception with confusing message for root directories that exist
Reviewed-by: chegar
|
2014-01-21 09:33:48 +00:00 |
|
Jaroslav Bachorik
|
65bdf9f853
|
8031559: javax/management/monitor/StartStopTest.java fails intermittently
Reviewed-by: dfuchs, sla
|
2014-01-21 09:17:23 +01:00 |
|
Jaroslav Bachorik
|
28dabe2b6e
|
8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh
Reviewed-by: sla
|
2014-01-21 09:15:46 +01:00 |
|
Mattias Tobiasson
|
dc4d716d02
|
6545321: [TESTBUG] jstatLineCounts4.sh has to be resilient to unexpected output
Keep check for specific lines. Remove check for total number of lines.
Reviewed-by: sla
|
2014-01-21 08:36:12 +01:00 |
|
Alan Bateman
|
1dbaabdc78
|
7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X
Reviewed-by: chegar
|
2014-01-22 09:36:11 +00:00 |
|
Volker Simonis
|
77333fdd77
|
8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests
Reviewed-by: alanb, sla
|
2014-01-20 17:16:05 +01:00 |
|
Sergey Bylokhov
|
7554f9dc43
|
7157680: XAWT: Native components should not paint native part on UPDATE event
Reviewed-by: anthony, pchelko
|
2014-01-20 20:11:09 +04:00 |
|
Ivan Gerasimov
|
4339b3b54f
|
8025886: replace [[ and == bash extensions in regtest
Reviewed-by: dsamersoff, sla
|
2014-01-20 19:23:22 +04:00 |
|
Daniel Fuchs
|
3f1dd83c32
|
8031980: Add new j.u.l deadlock test for JDK-8027670 and JDK-8029281
Adds a new test for the deadlock found in JDK-8027670 and fixed in JDK-8029281.
Reviewed-by: mchung
|
2014-01-21 14:28:13 +01:00 |
|
Petr Pchelko
|
90db59d13e
|
8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail
Reviewed-by: anthony, serb
|
2014-01-20 14:23:51 +04:00 |
|
Volker Simonis
|
417236721a
|
8031997: PPC64: Make the various POLL constants system dependant
Reviewed-by: alanb
|
2014-01-20 09:24:25 +01:00 |
|
Volker Simonis
|
f10a91610f
|
8031134: PPC64: implement printing on AIX
Reviewed-by: prr
|
2014-01-20 09:20:13 +01:00 |
|
Volker Simonis
|
70041ae4e4
|
8028537: PPC64: Updated the JDK regression tests to run on AIX
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
|
2014-01-17 21:54:30 +01:00 |
|
Dmitry Markov
|
54ac5030e4
|
8028616: Htmleditorkit parser doesn't handle leading slash (/)
Reviewed-by: alexp, alexsch
|
2014-01-16 20:51:18 +04:00 |
|
Sergey Bylokhov
|
b9b2db0eea
|
8031090: [macosx] LWToolkit should not depends from the macosx
Reviewed-by: anthony, pchelko
|
2014-01-15 19:26:47 +04:00 |
|
Jeff Dinkins
|
b2b0f52acd
|
7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell
|
2014-01-13 14:44:00 -08:00 |
|
Weijun Wang
|
368816ed8d
|
8034033: [parfait] JNI exception pending in share/native/sun/security/krb5/nativeccache.c
Reviewed-by: valeriep
|
2014-02-19 10:41:22 +08:00 |
|
Joe Wang
|
25167ae738
|
8033980: Xerces Update: datatype XMLGregorianCalendarImpl and DurationImpl
Reviewed-by: dfuchs, lancea, alanb
|
2014-02-18 10:53:18 -08:00 |
|
Petr Pchelko
|
0d1b63f4cb
|
8029893: Remove reflection from DataTransferer.getInstance
Reviewed-by: anthony, serb
|
2014-01-13 19:09:24 +04:00 |
|
Petr Pchelko
|
88e4e5a9cd
|
7006339: [parfait] potential null pointer dereference in splashscreen
Reviewed-by: anthony, art
|
2014-01-10 12:07:29 +04:00 |
|
Alexander Scherbatiy
|
8e647d9f30
|
8024926: [macosx] AquaIcon HiDPI support
Reviewed-by: serb, anthony
|
2014-01-09 19:01:18 +04:00 |
|
Alexander Scherbatiy
|
0f6202d191
|
8028212: Custom cursor HiDPI support
Reviewed-by: serb, anthony
|
2014-01-09 18:41:00 +04:00 |
|
Alexander Scherbatiy
|
7e1716cfe0
|
8011059: [macosx] Support automatic @2x images loading on Mac OS X
Reviewed-by: serb, flar
|
2014-01-09 18:04:31 +04:00 |
|
Petr Pchelko
|
4d23e24741
|
8027561: [macosx] Cleanup "may not respond to selector" warnings in native code
Reviewed-by: azvegint, serb
|
2014-01-09 12:47:01 +04:00 |
|
Dan Xu
|
e957946384
|
8028726: (prefs) Check src/solaris/native/java/util/FileSystemPreferences.c for JNI pending exceptions
Reviewed-by: lancea, chegar, alanb
|
2014-01-08 13:25:10 -08:00 |
|