Mike Duigou
3e6daeda3a
7143928: Optimize empty HashMap and ArrayList
...
Co-authored-by: Sergey Linetskiy <sergey.linetskiy@oracle.com>
Co-authored-by: John Rose <john.rose@oracle.com>
Reviewed-by: mduigou
2013-04-01 20:15:48 -07:00
Dan Xu
2ffe97f06e
8010837: FileInputStream.available() throw IOException when encountering negative available values
...
Remove the check in the native code to allow negative values
Reviewed-by: mchung
2013-03-27 09:00:34 -07:00
Denis Fokin
36fd8181af
7075105: WIN: Provide a way to format HTML on drop
...
Reviewed-by: uta, serb
2013-03-27 16:19:51 +04:00
Lana Steuck
bd671cb7fa
Merge
2013-03-26 12:04:35 -07:00
Martin Buchholz
edcaf23233
8010316: Improve handling of char sequences containing surrogates
...
Fix and optimize codePointAt, codePointBefore and similar methods
Reviewed-by: sherman, okutsu, ulfzibis, kizune
2013-03-26 13:36:51 -07:00
Martin Buchholz
2a57075d85
8007905: To add a system property to create zip file without using ZIP64 end table when entry count > 64k
...
Provide a system property to inhibit ZIP64 mode for >64k entries
Reviewed-by: alanb, sherman
2013-03-26 13:34:54 -07:00
Alexander Scherbatiy
d089002460
8007146: [macosx] Setting a display mode crashes JDK under VNC
...
Reviewed-by: serb
2013-03-21 16:50:35 +04:00
Mandy Chung
c9e6a41b99
8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration
...
Reviewed-by: alanb
2013-03-20 09:50:07 -07:00
Anton Litvinov
58a945da1c
6550588: java.awt.Desktop cannot open file with Windows UNC filename
...
Reviewed-by: art, uta
2013-03-20 20:41:03 +04:00
Konstantin Shefov
f61a46ce67
8009880: TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be modified again
...
Reviewed-by: malenkov, alexsch
2013-03-20 14:02:25 +04:00
Brian Goetz
5b1cca1b96
8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong
...
Reviewed-by: mduigou, darcy, alanb, jjb
2013-03-19 16:05:34 -07:00
Lana Steuck
31330fc47a
Merge
2013-03-12 19:04:49 -07:00
Lana Steuck
5adedccb9c
Merge
2013-03-12 16:40:22 -07:00
Henry Jen
9db6479318
8001667: Comparator combinators and extension methods
...
Reviewed-by: mduigou, briangoetz
2013-03-08 15:45:06 -08:00
Alan Bateman
9849742625
8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently
...
Reviewed-by: chegar
2013-03-08 12:03:26 +00:00
Chris Hegarty
7d6b4b81de
6370908: Add support for HTTP_CONNECT proxy in Socket class
...
Co-authored-by: Damjan Jovanovic <damjan.jov@gmail.com>
Reviewed-by: chegar
2013-03-07 10:07:13 +00:00
Vladimir Ivanov
9aba745d56
8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field
...
Reviewed-by: jrose, twisti
2013-03-06 16:59:42 +04:00
Lana Steuck
4f62a2b334
Merge
2013-03-15 23:31:19 -07:00
Yiming Wang
a7f501c620
7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
...
Reviewed-by: alanb, chegar
2013-03-14 16:59:06 +00:00
Jim Gish
709f67b8f9
8002070: Remove the stack search for a resource bundle for Logger to use
...
The fragile, vulnerable, stack crawling has been eliminated from findResourceBundle(String)
Reviewed-by: mchung, alanb
2013-03-13 11:24:48 -04:00
Naoto Sato
16bd2e1298
8004240: Return value from getAdapterPrefence() can be modified
...
Reviewed-by: okutsu
2013-03-04 20:46:42 -08:00
Joe Darcy
bc576240bc
8009267: Restore isAnnotationPresent methods in public AnnotatedElement implementations
...
Reviewed-by: jjg
2013-03-04 19:42:56 -08:00
Chris Hegarty
3a216a7fdc
8008378: FJP.commonPool support parallelism 0, add awaitQuiescence
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: chegar
2013-03-02 08:54:37 +00:00
Dan Xu
4994fe0840
8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol)
...
Fix test failures and update java doc of Files.move
Reviewed-by: alanb, chegar
2013-03-01 14:12:59 -08:00
Sergey Malenkov
19bc54290f
7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
...
Reviewed-by: alexsch
2013-03-01 14:30:52 +04:00
Mike Duigou
5262142601
8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167
...
Reviewed-by: alanb
2013-02-27 11:00:20 -08:00
Edvard Wendelin
f5518d2c81
Merge
2013-02-27 18:13:20 +01:00
Edvard Wendelin
7ecb0fd433
Merge
2013-02-26 20:36:52 +01:00
Robert Field
b0dc9de25e
8008770: SerializedLambda incorrect class loader for lambda deserializing class
...
Current thread's context ClassLoader was used to load class by name, pass class not name in serialization (Thank you Peter Levart for test and prototype. Thank you Sundar and Peter for unofficial reviews)
Reviewed-by: forax
2013-02-26 10:38:58 -08:00
Chris Hegarty
4e9403c378
Merge
2013-02-26 11:06:49 +00:00
Krystal Mo
f5666f9a69
7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor
...
REF_invokeSpecial DMHs (which are unusual) get marked explicitly; tweak the MHI to use this bit
Reviewed-by: jrose, twisti
2013-02-26 11:05:26 +00:00
Lana Steuck
38697490b4
Merge
2013-02-23 19:49:17 -08:00
Alan Bateman
f99a5d722e
8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present
...
Reviewed-by: hawtin, mullan, dsamersoff, mchung
2013-02-27 14:24:45 +00:00
Edvard Wendelin
2f5be3ab0d
Merge
2013-02-25 08:44:00 +01:00
Lana Steuck
835c35dc91
Merge
2013-02-21 17:43:57 -08:00
Robert Field
56baa11720
8008356: Test LambdaSerialization.java failing
...
Run in /othervm mode
Reviewed-by: ksrini
2013-02-21 15:46:37 -08:00
Daniel D. Daugherty
5eb01d191d
8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS
...
Use more portable pattern counting constructs in test driver.
Reviewed-by: sspitsyn, sla, coleenp
2013-02-20 13:23:56 -08:00
Lana Steuck
09dadebbf1
Merge
2013-02-19 22:23:34 -08:00
Edvard Wendelin
cbfc80d987
Merge
2013-02-19 21:48:01 +01:00
Eric McCorkle
78fe727c6d
8008312: Re-enable MethodParameter tests in JDK
...
Reviewed-by: darcy
2013-02-19 17:09:25 +00:00
Konstantin Shefov
a97003cb22
8006070: TEST_BUG: Up and down the Y coordinate of the mouse position, the selected item doesn't change for the single list
...
Reviewed-by: serb, anthony
2013-02-19 20:00:02 +04:00
Konstantin Shefov
88eea092fb
8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException
...
Reviewed-by: serb, anthony
2013-02-19 17:26:40 +04:00
Frank Ding
7886b3e26b
6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps
...
Reviewed-by: alanb
2013-02-18 08:14:18 +00:00
David Holmes
390cc1d7a1
Merge
2013-02-17 16:44:19 -05:00
Robert Field
381aecb7c2
8004970: Implement serialization in the lambda metafactory
...
Reviewed-by: forax
2013-02-16 12:36:54 -08:00
Vera Akulova
d273278133
8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized
...
Reviewed-by: serb, denis
2013-02-15 17:46:39 +04:00
Chris Hegarty
5c9a25d2d2
8008223: java/net/BindException/Test.java fails rarely
...
Reviewed-by: khazra, alanb
2013-02-15 11:06:52 +00:00
Xueming Shen
a433a8918d
8008254: j.u.Calendar.JavatimeTest failed at TL b78 pit testing
...
To use j.t.ZoneId zone name to keep round-trip
Reviewed-by: okutsu
2013-02-15 01:17:31 +00:00
Lana Steuck
9b523dc375
Merge
2013-02-13 17:57:31 -08:00
Daniel D. Daugherty
ba9cf66b48
8007935: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh should use $COMPILEJAVA for javac
...
Reviewed-by: sspitsyn, alanb
2013-02-13 13:22:31 -08:00