Joe Darcy
66b344c616
8008434: Misc javadoc warning fixes in DateTimeFormatterBuilder and TimeZone
...
Reviewed-by: mduigou, okutsu
2013-02-19 00:19:15 -08:00
Jia-Hong Chen
80da999bf3
8005191: [parfait] #384 sun/font/layout/LookupProcessor.cpp Null pointer dereference
...
Reviewed-by: prr, vadim
2013-02-18 14:04:00 -08: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
Yong Jeffrey Huang
bf26c0a143
8006748: getISO3Country() returns wrong value
...
Reviewed-by: naoto
2013-02-16 21:22:11 -08:00
Robert Field
381aecb7c2
8004970: Implement serialization in the lambda metafactory
...
Reviewed-by: forax
2013-02-16 12:36:54 -08:00
Frank Ding
4615442550
8008289: DefaultButtonModel instance keeps stale listeners in html FormView
...
Reviewed-by: malenkov, alexsch
2013-02-15 15:05:58 +04:00
Alexander Scherbatiy
5287640ec6
7173873: JFrame.setDefaultCloseOperation(EXIT_ON_CLOSE) will never lead to SE if EXIT_ON_CLOSE is already set
...
Reviewed-by: malenkov, serb
2013-02-15 14:24:42 +04:00
Jia-Hong Chen
f5e3306d75
8008173: [parfait] #1173 Uninitialised variable -- TransformHelper.cpp
...
Reviewed-by: prr, vadim
2013-02-14 14:14:38 -08:00
Bharadwaj Yadavalli
07c7afeaac
8007736: VerifyError for use of static method in interface
...
Reviewed-by: mchung
2013-02-14 11:09:07 -08:00
Lana Steuck
9b523dc375
Merge
2013-02-13 17:57:31 -08:00
Lana Steuck
187c4688e0
Merge
2013-02-13 17:55:44 -08:00
Jia-Hong Chen
20987e6144
8008017: The fix for 8005129 does not build on Windows
...
Reviewed-by: prr, jgodinez
2013-02-13 15:06:47 -08:00
Peter Levart
1930d1f090
8008167: IdentityHashMap.[keySet|values|entrySet].toArray speed-up
...
Reviewed-by: mduigou, martin
2013-02-13 14:50:14 -08:00
Bharadwaj Yadavalli
db31a896d8
8007888: jdk fix default method: VerifyError: Illegal use of nonvirtual
...
Recognize VM generated method in old verifier. With 8004967
Reviewed-by: coleenp, acorn
2013-02-13 16:09:13 -05:00
Lana Steuck
61363dfe99
Merge
2013-02-13 13:01:16 -08:00
Kumar Srinivasan
4c2a4c9b4a
8005750: [parfait] Memory leak at jdk/src/share/bin/parse_manifest.c
...
Reviewed-by: jjh
2013-02-13 12:56:46 -08:00
Lana Steuck
56014d30fc
Merge
2013-02-13 12:38:28 -08:00
Lana Steuck
0691bb6c06
Merge
2013-02-13 11:57:59 -08:00
Xueming Shen
48a592be5a
8008161: Regression: j.u.TimeZone.getAvailableIDs(rawOffset) returns non-sorted list
...
To return a sorted list
Reviewed-by: lancea, naoto
2013-02-13 11:49:34 -08:00
Vinnie Ryan
8f58ebc261
8007755: Support the logical grouping of keystores
...
Reviewed-by: mullan
2013-02-13 19:40:51 +00:00
Lana Steuck
264f4dbe27
Merge
2013-02-13 11:25:14 -08:00
Vinnie Ryan
fdcad628a4
Merge
2013-02-13 16:03:24 +00: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
959ddfce4a
8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow
...
Removed macosx specific workaround from shared code and made macosx use public API
Reviewed-by: art, serb
2013-02-13 15:32:50 +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
Vladislav Karnaukhov
f44592861c
4199622: RFE: JComboBox shouldn't sending ActionEvents for keyboard navigation
...
Reviewed-by: alexp, alexsch
2013-02-13 19:23:09 +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
Kumar Srinivasan
2373a63188
8008262: pack200 should support MethodParameters - part 2
...
Reviewed-by: jrose
2013-02-19 16:49:28 -08:00
John Zavgren
ab4a830be8
8008107: [parfait] Use after free of pointer in jdk/src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
...
Reviewed-by: mullan, chegar
2013-02-19 15:31:19 -05: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
Zhengyu Gu
4e7de85e4d
8006691: Remove jvm_version_info->is_kernel_jvm field
...
Remove is_kernel_jvm field in jvm_version_info structure, as kernel VM has been deprecated
Reviewed-by: mchung
2013-02-12 14:47:36 -05:00
Phil Race
7ca3c9dd84
8007748: MacOSX build error : cast of type 'SEL' to 'uintptr_t' (aka 'unsigned long') is deprecated; use sel_getName instead
...
Reviewed-by: anthony
2013-02-12 09:58:21 -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
Jia-Hong Chen
c3e1c6d07b
8005261: [parfait] #415 sun/java2d/opengl/GLXSurfaceData.c Memory leak of pointer 'glxsdo' allocated with malloc
...
Reviewed-by: prr, vadim
2013-02-08 11:36:18 -08:00
Jia-Hong Chen
410876d0ee
8005129: [parfait] #1122 - #1130 native/sun/awt/medialib/mlib_Image*.c Memory leak of pointer 'k' allocated with mlib_malloc
...
Reviewed-by: prr, vadim
2013-02-08 11:25:42 -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
Valerie Peng
3ae3ac4f87
8007688: Blacklist known bad certificate
...
Added two known bad certs to the blacklist certs.
Reviewed-by: mullan
2013-02-07 16:03:43 -08:00
Xue-Lei Andrew Fan
e1d6f09bba
8006777: Improve TLS handling of invalid messages
...
Reviewed-by: wetmore, ahgross
2013-02-07 16:05:55 -08:00
Mandy Chung
3479e4412a
8007611: logging behavior in applet changed
...
Reviewed-by: alanb, jgish
2013-02-07 09:41:47 -08:00
Jia-Hong Chen
fb6927c36c
8005194: [parfait] #353 sun/awt/image/jpeg/imageioJPEG.c Memory leak of pointer 'scale' allocated with calloc()
...
Reviewed-by: prr, vadim
2013-02-06 14:45:02 -08:00
Alan Bateman
b74073c0db
8007405: Update java.lang.reflect API to replace SYNTHESIZED with MANDATED
...
Reviewed-by: darcy
2013-02-11 20:16:18 +00:00
Dmitry Samersoff
be1edfbb6f
8007536: Incorrect copyright header in JDP files
...
Copyright header in JDP files missed the "classpath exception" rule.
Reviewed-by: mikael
2013-02-11 18:44:22 +04:00
Kumar Srinivasan
83b9b38fc5
8007902: [unpack200] incorrect BootstrapMethods attribute
...
Reviewed-by: jjh
2013-02-10 08:49:39 -08:00
Weijun Wang
76953b4d1e
8007761: NTLM coding errors
...
Reviewed-by: chegar
2013-02-09 16:43:58 +08:00
Weijun Wang
d8233ec657
8001104: Unbound SASL service: the GSSAPI/krb5 mech
...
Reviewed-by: valeriep
2013-02-09 16:43:49 +08:00
Doug Lea
724f325f44
8005697: Add StampedLock
...
Reviewed-by: chegar, alanb, dice, martin
2013-02-09 08:35:57 +00:00
Joe Darcy
826105d548
8005623: Retrofit FunctionalInterface annotations to core platform interfaces
...
Reviewed-by: mduigou, chegar, alanb
2013-02-08 16:00:23 -08:00
Naoto Sato
ea5819f8d3
8007038: ArrayIndexOutOfBoundsException on calling localizedDateTime().print() with JapaneseChrono
...
Reviewed-by: okutsu
2013-02-08 09:35:14 -08:00