Chris Hegarty
|
1a2e64b98b
|
8060052: FutureTask; fix underflow when timeout = Long.MIN_VALUE
Reviewed-by: martin
|
2014-10-11 14:45:27 +01:00 |
|
Amy Lu
|
9b4793ec4c
|
8058855: Update java.util.zip tests to work with modular image
Reviewed-by: dholmes, sherman, alanb
|
2014-10-11 13:24:23 +01:00 |
|
Konstantin Shefov
|
30f7d127ad
|
8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
Reviewed-by: darcy, vlivanov
|
2014-10-10 21:28:35 +04:00 |
|
Sergey Bylokhov
|
d30a6e88b8
|
8059943: [macosx] Aqua LaF should use BI.TYPE_INT_ARGB_PRE for a better performance
Reviewed-by: alexsch, azvegint
|
2014-10-10 16:07:18 +04:00 |
|
Daniel Fuchs
|
d678e2c0dc
|
8042147: test sun/util/logging/SourceClassName.java failed: Unexpected source: java.util.Currency info
The test should allow for the possibility that something else than the test code itself might log during the test.
Reviewed-by: lancea
|
2014-10-10 12:05:32 +02:00 |
|
Alejandro Murillo
|
9dc15d58dc
|
Merge
|
2014-10-10 02:24:41 -07:00 |
|
Dmitry Markov
|
3497cea76c
|
8058120: Rendering / caret errors with HTMLDocument
Reviewed-by: alexp, alexsch
|
2014-10-10 11:36:26 +04:00 |
|
Alexey Ivanov
|
22976b941e
|
7170310: ScrollBar doesn't become active when tabs are created more than frame size
Reviewed-by: alexp, alexsch
|
2014-10-10 11:26:51 +04:00 |
|
Vivi An
|
9a11bfa822
|
8033699: Incorrect radio button behavior
Reviewed-by: azvegint, alexsch
|
2014-10-09 14:51:12 -07:00 |
|
Kumar Srinivasan
|
0624731881
|
8059973: Broken link in Class Pack200
Reviewed-by: mchung
|
2014-10-09 13:28:15 -07:00 |
|
Lance Andersen
|
c8f13b092d
|
8059997: Fix broken link in WebRowSet javadoc
Reviewed-by: rriggs
|
2014-10-09 16:01:13 -04:00 |
|
Igor Veresov
|
655b33e5a2
|
Merge
|
2014-10-09 12:36:23 -07:00 |
|
Lana Steuck
|
c33027a2e4
|
Merge
|
2014-10-09 12:16:00 -07:00 |
|
David Katleman
|
14bd578b9f
|
Added tag jdk9-b34 for changeset 6de4f9cd37ad
|
2014-10-09 11:24:15 -07:00 |
|
Alexander Potochkin
|
08fb482e41
|
8054543: Setting a border on a JLayer causes an Exceptions
Reviewed-by: serb, alexsch
|
2014-10-09 20:51:39 +04:00 |
|
Dmitry Samersoff
|
696e681f41
|
8059037: JdpTest.sh hangs when trying to kill the test VM
Removed shell tests enable java ones
Reviewed-by: sla, miauno
|
2014-10-09 06:49:13 -07:00 |
|
Frederic Parain
|
fee63b862f
|
8057777: Cleanup of old and unused VM interfaces
Reviewed-by: coleenp, hseigel, alanb, sherman
|
2014-10-09 04:48:12 -07:00 |
|
Weijun Wang
|
76b1f8c99c
|
8060007: Keytool test can use bundled NSS lib on Mac
Reviewed-by: vinnie
|
2014-10-09 16:05:24 +08:00 |
|
Sergey Bylokhov
|
9d855e2856
|
8029253: [macosx] Performance problems with Retina display on Mac OS X
Reviewed-by: bae, prr
|
2014-10-08 17:34:27 +04:00 |
|
Weijun Wang
|
64881fb307
|
8059485: Resolve parsing ambiguity
Reviewed-by: mullan, vinnie
|
2014-10-08 19:13:57 +08:00 |
|
Alexander Scherbatiy
|
067e0eee97
|
8058305: BadLocationException is not thrown by javax.swing.text.View.getNextVisualPositionFrom() for invalid positions
Reviewed-by: serb, azvegint
|
2014-10-07 18:03:58 +04:00 |
|
Markus Grönlund
|
8848e6168c
|
8055662: Update mapfile for libjfr
Reviewed-by: egahlin, sla
|
2014-10-07 15:16:17 +02:00 |
|
Thomas Stuefe
|
e74ec72482
|
8059868: JVM crashes on attach on Windows when compiled with /RTC1
Reviewed-by: alanb, sla
|
2014-10-07 15:14:05 +02:00 |
|
Lance Andersen
|
35f55998f2
|
8059870: RowsetFactoryTests & RowSetProviderTests failing
Reviewed-by: dfuchs
|
2014-10-08 11:51:36 -04:00 |
|
Jason Uh
|
6ca1b64883
|
8037550: Update RFC references in javadoc to RFC 5280
Reviewed-by: mullan
|
2014-10-07 22:23:19 -07:00 |
|
Mandy Chung
|
cc65df9be1
|
8056909: test/sun/reflect/CallerSensitive/CallerSensitiveFinder.java fails with OOME
Reviewed-by: darcy
|
2014-10-07 19:22:24 -07:00 |
|
John Coomes
|
7f045273f6
|
Merge
|
2014-10-07 15:44:11 -07:00 |
|
Lance Andersen
|
0898c94aac
|
8059882: Disable RowSetFactory and RowSetProviderTests which are failing due to agentvm mode
Reviewed-by: darcy
|
2014-10-07 14:03:43 -04:00 |
|
Daniel Fuchs
|
9183fba213
|
8028788: Logger.enterring uses String concatenation in a loop
Changed code to use StringBuilder instead.
Reviewed-by: chegar, lancea
|
2014-10-07 14:49:45 +02:00 |
|
Ivan Gerasimov
|
cb935d3522
|
8059840: (bb) Typo in javadoc for ByteBuffer.wrap()
Reviewed-by: dfuchs
|
2014-10-07 14:00:24 +04:00 |
|
Lance Andersen
|
9547e0ff45
|
8059570: Addition of tests for RowSetFactory and RowSetProvider
Reviewed-by: dfuchs
|
2014-10-06 12:56:54 -04:00 |
|
Vinnie Ryan
|
3215ed2f0a
|
8059627: Enable PKCS11 tests on Mac
Reviewed-by: mullan
|
2014-10-06 16:44:57 +01:00 |
|
Phil Race
|
ac20afc6be
|
8059219: javax.print.PrintServiceLookup allows to register null service
Reviewed-by: bae, jgodinez
|
2014-10-05 10:23:13 -07:00 |
|
Vinnie Ryan
|
a8d4acac11
|
8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
Reviewed-by: mullan
|
2014-10-05 14:24:44 +01:00 |
|
Vladimir Ivanov
|
0ffc994611
|
Merge
|
2014-10-03 19:42:47 +00:00 |
|
Lana Steuck
|
b8b4e8e0e7
|
Merge
|
2014-10-03 12:11:44 -07:00 |
|
Vladimir Ivanov
|
af1868b9ea
|
8058892: FILL_ARRAYS and ARRAYS are eagely initialized in MethodHandleImpl
Reviewed-by: kvn, shade
|
2014-10-03 11:45:36 -07:00 |
|
Lana Steuck
|
14ac4b8120
|
Added tag jdk9-b33 for changeset f9efcf2457e3
|
2014-10-03 11:07:09 -07:00 |
|
Alejandro Murillo
|
0fbb19a4cb
|
Merge
|
2014-10-03 05:58:33 -07:00 |
|
Vinnie Ryan
|
6069b26a31
|
8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
Reviewed-by: mullan
|
2014-10-03 13:07:05 +01:00 |
|
Konstantin Shefov
|
8bef42ee6a
|
8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
Reviewed-by: iignatyev, vlivanov
|
2014-10-03 12:44:30 +04:00 |
|
Jamil Nimeh
|
48ac606390
|
8057555: Less cryptic cipher suite management
Reviewed-by: xuelei, igerasim, mullan, asmotrak
|
2014-10-02 11:20:48 -07:00 |
|
Sean Coffey
|
9f89f1d4da
|
8031191: Warning exception when XMLSignature logging is enabled
Reviewed-by: mullan, chegar
|
2014-10-02 17:34:44 +01:00 |
|
Ivan Gerasimov
|
629f38682e
|
8059450: Not quite correct code sample in javadoc
Reviewed-by: chegar
|
2014-10-01 23:10:34 +04:00 |
|
Daniel Fuchs
|
7200372290
|
8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
Added additional check in default constructor in order to fix the oddity and make the implementation comply with the spec.
Reviewed-by: lancea
|
2014-10-01 18:16:45 +02:00 |
|
Mark Sheppard
|
4549011c7f
|
8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
Changed hello.foo.bar to invalidhost.invalid
Reviewed-by: chegar
|
2014-10-01 16:36:18 +01:00 |
|
Alejandro Murillo
|
427a0cbe16
|
Merge
|
2014-09-30 08:39:22 -07:00 |
|
Sergey Bylokhov
|
7a259eeb29
|
8058115: Some of MidiDeviceProviders do not follow the specification
Reviewed-by: prr, azvegint
|
2014-09-30 17:39:04 +04:00 |
|
Vinnie Ryan
|
562f2882bd
|
8059462: Typo in keytool resource file
Reviewed-by: weijun
|
2014-09-30 13:25:04 +01:00 |
|
Anton Nashatyrev
|
4ba0786cc0
|
8056914: Right Click Menu for Paste not showing after upgrading to java 7
Reviewed-by: serb, bae
|
2014-09-30 14:51:33 +04:00 |
|