Oleg Pekhovskiy
fcb6d58798
7064312: Cleanup: avoid using unsafe string function
...
Reviewed-by: serb, pchelko
2013-09-12 15:50:25 +04:00
Oleg Pekhovskiy
9c2e380d22
8003965: Toolkit.beep() documentation is ambiguous
...
Reviewed-by: anthony
2013-09-12 14:56:20 +04:00
Vadim Pakhnushev
10fa6ae01e
8008022: Upgrade Direct X SDK used to build JDK
...
Reviewed-by: erikj, prr, ihse
2013-09-12 12:12:32 +02:00
Andrew Brygin
47f48cad92
8024511: Crash during color profile destruction
...
Reviewed-by: vadim, prr
2013-09-10 21:54:14 +04:00
Leonid Romanov
e9128877e7
8003901: [macosx] Need test for JDK-8002114
...
Reviewed-by: anthony, serb
2013-09-10 20:42:15 +04:00
Sergey Malenkov
4ac63f2df4
8024407: [macosx] javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently on macos
...
Reviewed-by: alexsch
2013-09-10 17:12:32 +04:00
Sergey Malenkov
1568ef9e85
7057770: (spec)Scrollbar spec should specify that unit increment & decrement functionality may not be present
...
Reviewed-by: alexsch
2013-09-10 17:06:38 +04:00
Alejandro Murillo
08f8d373f0
8024515: ProblemList.txt updates to exclude tests that fail with hs25-b49
...
Reviewed-by: alanb, chegar
2013-09-10 05:46:37 -07:00
Alexander Scherbatiy
92bfcc0db0
8021253: JFileChooser does not react on pressing enter since java 7
...
Reviewed-by: malenkov
2013-09-10 14:33:48 +04:00
Petr Pchelko
1a1a6829fa
8024381: The test for 8020210 does not have @bug tag
...
Reviewed-by: anthony, serb
2013-09-10 11:00:21 +04:00
Sergey Bylokhov
cda1bfff5a
8023042: Inaccuracy in documentation in a sound area
...
Reviewed-by: prr
2013-09-09 21:03:07 +04:00
Alexander Scherbatiy
dfacc4e272
8020060: MoleculeViewerTest demo doesn't work due to SecurityPermissions
...
Reviewed-by: malenkov, erikj
2013-09-09 18:34:12 +04:00
Alexander Scherbatiy
51205b7e55
8024413: Add tests for issues JDK-8002077 and JDK-7199708
...
Reviewed-by: malenkov, leonidr
2013-09-09 17:14:51 +04:00
Lana Steuck
4a7850fe1b
Merge
2013-09-06 18:25:41 -07:00
Lana Steuck
54a198badd
Merge
2013-09-06 15:09:44 -07:00
Anton Nashatyrev
8053376ea2
8023392: Swing text components printed with spaces between chars
...
Reviewed-by: alexsch, alexp
2013-09-05 15:37:40 +04:00
Christine Lu
f10d1b5c6e
Added tag jdk8-b106 for changeset 347df39afea6
2013-09-05 02:46:01 -07:00
Clemens Eisserer
d8b770b0cd
8024261: xrender: improve performance of small fillRect operations
...
Reviewed-by: prr, bae
2013-09-05 11:50:42 +04:00
Mikhail Cherkasov
b33bcb9185
8023565: JPG causes javax.imageio.IIOException: ICC APP2 encoutered without prior JFIF
...
Reviewed-by: bae, vadim
2013-09-04 18:12:49 +04:00
Alexander Zvegintsev
1530a30f52
8021943: FileDialog getFile returns corrupted string after previous setFile
...
Reviewed-by: anthony, serb
2013-09-04 14:32:13 +04:00
Clemens Eisserer
5159f55769
7159455: Nimbus scrollbar rendering glitch with xrender enabled on i945GM
...
Reviewed-by: prr, bae
2013-09-04 12:38:00 +04:00
Andrew Brygin
256894796f
7043064: sun/java2d/cmm/ tests failed against RI b141 & b138-nightly
...
Reviewed-by: prr, vadim
2013-09-04 12:10:07 +04:00
Sergey Malenkov
22039ebd3e
7172865: PropertyDescriptor fails to work with setter method name if setter is non-void
...
Reviewed-by: art, alexsch
2013-09-03 21:53:14 +04:00
Alexander Scherbatiy
6ffe7bb513
8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date
...
Reviewed-by: leonidr
2013-09-03 17:27:20 +04:00
Sergey Malenkov
4247113e6a
6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes
...
Reviewed-by: alexsch
2013-09-03 11:00:06 +04:00
Srikalyan Chandrashekar
a0509f709c
8022184: Fix static , Raw warnings in classes belonging to java.awt
...
Reviewed-by: art, anthony
2013-09-02 16:48:51 +04:00
Sergey Malenkov
24f316c861
7156658: JTextComponent.setFocusAccelerator() spec does not state that focus accelerator is L&F dependent
...
Reviewed-by: alexsch
2013-09-02 14:06:24 +04:00
Paul Sandoz
bef51c4a08
8010293: java/util/concurrent/ConcurrentHashMap/toArray.java fails intermittently
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: forax, chegar, alanb
2013-09-02 11:59:57 +02:00
Roger Riggs
e763c78a79
8023556: Update javadoc for start of Meiji era
...
Correct the javadoc in JapaneseEra.MEIJI to match the implementation
Reviewed-by: darcy, sherman
2013-09-14 13:55:06 -04:00
Roger Riggs
e2940a0e25
8023639: Difference between LocalTime.now(Clock.systemDefaultZone()) and LocalTime.now() executed successively is more than 100 000 000 nanoseconds for slow machines
...
Test timed out on a slow machine; it is not a conformance test and should be in the test subtree
Reviewed-by: darcy, sherman
2013-09-14 13:55:04 -04:00
Henry Jen
9bed48236a
8024825: Some fixes are missing from java.util.stream spec update
...
Reviewed-by: mduigou
2013-09-06 15:36:00 -07:00
Lance Andersen
320e8d21e8
8014967: EBehavior of DriverManager.registerDriver(dr) is unspecified if driver is null
...
Reviewed-by: alanb
2013-09-13 19:10:31 -04:00
Brent Christian
ac02958e79
7199674: (props) user.home property does not return an accessible location in sandboxed environment [macosx]
...
On MacOS X set user.home to value of NSHomeDirectory()
Reviewed-by: alanb, ddehaven, mduigou
2013-09-13 11:26:44 -07:00
Mike Duigou
c712fac717
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
...
Reviewed-by: mchung, dholmes, alanb
2013-09-13 11:19:13 -07:00
Mike Duigou
b59dc6762e
8021591: Additional explicit null checks
...
Reviewed-by: psandoz, alanb
2013-09-13 11:18:44 -07:00
Mark Sheppard
767ab8c9ae
8024675: java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows
...
Amended test to add active, i.e. isUp(), NetworkInterfaces to test list
Reviewed-by: alanb, chegar
2013-09-13 12:20:53 +01:00
Brent Christian
276b809ff4
8024009: Remove jdk.map.useRandomSeed system property
...
Removed usage of hashSeed in Hashtable & WeakHashMap, and removed tests
Reviewed-by: alanb, mduigou
2013-09-12 14:22:53 -07:00
Shanliang Jiang
f6e4c46294
8023669: MBean*Info.hashCode : NPE
...
Reviewed-by: dholmes, dfuchs, jbachorik
2013-09-13 10:48:12 +02:00
Dmitry Nadezhin
28d455529e
8010430: Math.round has surprising behavior for odd values of ulp 1
...
If the effective floating point exponent is zero return the significand including the implicit 1-bit.
Reviewed-by: bpb, darcy, gls
2013-09-11 17:07:35 -07:00
Brian Goetz
bef65e773f
8011916: Spec update for java.util.stream
...
8024339: j.u.s.Stream.reduce(BinaryOperator) throws unexpected NPE
Reviewed-by: mduigou
2013-09-06 22:20:01 -07:00
Lance Andersen
383970e790
8015340: remove erroneous @since tag
...
Reviewed-by: darcy
2013-09-12 13:20:26 -04:00
Roger Riggs
04a877811a
8024618: Issues with French locale on compact1,2: expected:<janvier> but was:<January>
...
Tests against the data of the French locale are not valid as conformance tests and are redundant with testing of the US Locale above
Reviewed-by: alanb
2013-09-12 10:58:38 -04:00
Daniel Fuchs
f0317e41c1
8024525: Make Logger log methods call isLoggable()
...
This changeset makes the various Logger logging method call isLoggable() instead of inlining the level checks.
Reviewed-by: mchung, alanb
2013-09-12 17:01:39 +02:00
Joe Darcy
c138883ba1
8024643: Turn on javac lint checking in building the jdk repo
...
Reviewed-by: erikj, ihse, smarks
2013-09-12 01:47:05 -07:00
Shanliang Jiang
c6aa9956df
8023529: OpenMBeanInfoSupport.equals/hashCode throw NPE
...
Reviewed-by: dholmes, dfuchs
2013-09-12 09:41:28 +02:00
Henry Jen
b83654dad2
8024500: Missing API coverage for java.util.function.BiFunction andThen
...
Reviewed-by: mduigou, alanb
2013-09-11 11:25:14 -07:00
Xueming Shen
c9b3da34f2
8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API
...
To move the new constants out of ZipConstants.java
Reviewed-by: martin
2013-09-11 11:29:57 -07:00
Roger Riggs
e49385792c
Merge
2013-09-11 10:35:31 -04:00
Roger Riggs
3dc259dd94
8024164: JSR310 serialization should be described in details
...
The serialized-form.html should specify the stream format for interoperability
Reviewed-by: alanb
2013-09-11 10:16:21 -04:00
Michael McMahon
5b44581c29
Merge
2013-09-11 15:02:15 +01:00