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
Alexander Scherbatiy
d089002460
8007146: [macosx] Setting a display mode crashes JDK under VNC
...
Reviewed-by: serb
2013-03-21 16:50:35 +04: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
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
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
Lana Steuck
56014d30fc
Merge
2013-02-13 12:38:28 -08:00
Lana Steuck
264f4dbe27
Merge
2013-02-13 11:25:14 -08:00
Vinnie Ryan
3d55cc1e02
8007934: algorithm parameters for PBE Scheme 2 not decoded correctly in PKCS12 keystore
...
Reviewed-by: mullan
2013-02-13 16:01:26 +00:00
Petr Pchelko
42b8720bef
7079260: InputContext leaks memory
...
Replaced strong refs with weak refs
Reviewed-by: art, serb
2013-02-13 15:27:29 +00:00
Vera Akulova
30a25e41d2
7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
...
Added @build Util jtreg tag
Reviewed-by: serb, alexsch
2013-02-13 18:01:18 +04:00
Joel Borggrén-Franck
e0eba88c1b
8007278: Rename j.l.r.AnnotatedElement.getAnnotations(Class) to getAnnotationsByType(Class)
...
Reviewed-by: darcy, abuckley
2013-02-13 10:36:36 +01:00
Lana Steuck
5a2e0c4105
Merge
2013-02-19 20:52:39 -08:00
Mike Duigou
71666c4c5a
8004561: Additional functional interfaces, extension methods and name changes
...
Adds additional functional interfaces for primitives and "Bi" (two operand). Adds utility extension methods. Includes some name changes for existing functional interfaces per EG decisions.
Reviewed-by: briangoetz, darcy, chegar, dholmes
2013-02-19 11:56:49 -08:00
Stephen Colebourne
73c043f49e
8007392: JSR 310: DateTime API Updates
...
8007520: Update date/time classes in j.util and j.sql packages
8007572: Replace existing jdk timezone data at <java.home>/lib/zi with JSR310's tzdb
Integration of JSR310 Date/Time API for M7
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Patrick Zhang <patrick.zhang@oracle.com>
Reviewed-by: darcy, alanb, naoto
2013-02-12 09:25:43 -08:00
Mikhail Cherkasov
fc6a9c2d07
8005932: Java 7 on mac os x only provides text clipboard formats
...
Reviewed-by: alexp, denis
2013-02-08 22:08:10 +04:00
Daniel D. Daugherty
249b55b573
8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument
...
Reviewed-by: coleenp, sspitsyn
2013-02-11 10:07:01 -08:00