7394 Commits

Author SHA1 Message Date
Joe Darcy
745db9c388 8039861: Fix fallthrough lint warnings in awt
Reviewed-by: pchelko
2014-04-17 09:45:16 -07:00
Petr Pchelko
aab9bcc042 8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7
Reviewed-by: anthony, azvegint
2014-04-17 16:26:45 +04:00
Thomas Ng
c4745c1830 Merge 2014-04-16 12:42:40 -07:00
Abhijit Saha
8ce25291e3 Merge 2014-04-16 10:53:10 -07:00
Oleg Pekhovskiy
1c659f6945 8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp
Reviewed-by: serb, pchelko
2014-04-16 17:01:47 +04:00
Oleg Pekhovskiy
db41ea8bba 8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp
Reviewed-by: serb, pchelko
2014-04-16 16:55:45 +04:00
Pavel Rappo
8c09bf2308 8038178: Fix corrupt license header
Reviewed-by: chegar, dholmes
2014-04-16 11:56:58 +01:00
Sean Mullan
127af4062a Merge 2014-04-16 09:49:45 -04:00
Sean Mullan
e67420cefc 8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
Reviewed-by: xuelei
2014-04-16 09:46:49 -04:00
Jonathan Lu
3aab919815 8034220: Improve time zone mapping for AIX platform
Reviewed-by: okutsu
2014-04-16 17:32:39 +08:00
Dmitry Markov
26041134a8 8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
Reviewed-by: alexp, alexsch
2014-04-16 12:51:25 +04:00
Ivan Gerasimov
c738b124d3 8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
Reviewed-by: alanb
2014-04-16 12:37:49 +04:00
Chris Hegarty
6b404cfdfe 8038821: Fix typos in java.net
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: wetmore
2014-04-16 08:16:51 +01:00
Thomas Ng
404c4add66 Merge 2014-04-15 22:57:02 -07:00
Weijun Wang
ce428ecfec 8039853: Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms
Reviewed-by: mullan
2014-04-16 10:39:36 +08:00
Vivi An
22bde5f770 8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
Reviewed-by: pchelko, alexsch
2014-04-15 15:28:01 -07:00
Xueming Shen
0298d8c0fa 8038500: (zipfs) Upgrade ZIP provider to be a supported provider
To move zipfs into jdk.nio.zipfs

Reviewed-by: alanb, mchung, erikj
2014-04-15 13:17:05 -07:00
Phil Race
bf84755d46 Merge 2014-04-14 12:59:50 -07:00
Oleg Pekhovskiy
c8a940ff30 8035866: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp
Reviewed-by: serb, pchelko
2014-04-14 21:24:45 +04:00
Xue-Lei Andrew Fan
34ace4a41a 8040062: Need to add new methods in BaseSSLSocketImpl
Reviewed-by: mullan
2014-04-14 13:40:45 +00:00
Ivan Gerasimov
998176c65e 8009637: Some error messages are missing a space
Reviewed-by: alanb
2014-04-14 16:15:10 +04:00
Joe Darcy
fd7570b143 8039863: Fix fallthrough lint warnings in sound
Reviewed-by: kalli
2014-04-11 11:03:13 -07:00
Sergey Bylokhov
c801528f02 8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0
Reviewed-by: bae, flar
2014-04-11 17:28:45 +04:00
Sergey Bylokhov
0a66f69221 8039418: [macosx] Calling JNI functions in the scope of Get/ReleasePrimitiveArrayCritical
Reviewed-by: bae, prr
2014-04-11 16:18:58 +04:00
Brian Burkhalter
a8ce9efc15 8039474: sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)
Specify ISO-8859-1 as charset of String to decode.

Reviewed-by: chegar, sherman, mduigou, mchung
2014-04-10 13:19:29 -07:00
Sean Coffey
c34e0869d0 8038491: Improve synchronization in ZipFile.read()
Reviewed-by: alanb, chegar
2014-04-10 20:01:52 +01:00
Sergey Malenkov
6d6cf4d693 8039776: Introspector throws NullPointerException for subclasses' mismatched get/setter
Reviewed-by: alexsch, serb
2014-04-10 22:30:58 +04:00
Sergey Malenkov
717bcde5f3 8039750: KSS: Replace MetalLazyValue with lambda
Reviewed-by: alexsch, serb
2014-04-10 22:26:43 +04:00
Joe Darcy
002e08e73d 8039864: Fix fallthrough lint warnings in other libs
Reviewed-by: alanb, lancea
2014-04-10 08:43:46 -07:00
Dmitry Samersoff
34b9e5a9bb 8039368: Remove testcase from npt utf.c
Don't compile testcase by default

Reviewed-by: sla, vkempik
2014-04-10 07:09:13 -07:00
Chris Hegarty
b8e32d8ca5 8039527: Broken links in ConcurrentMap javadoc
Reviewed-by: martin, alanb
2014-04-10 11:01:15 +01:00
Alexander Scherbatiy
9048f36c38 8038113: [macosx] JTree icon is not rendered in high resolution on Retina
Reviewed-by: serb, pchelko
2014-04-10 13:22:23 +04:00
Petr Pchelko
16da9a5125 8035739: [parfait] JNI exception pending and primitive type mismatch in jdk/src/windows/native/sun/windows/awt_List.cpp
Reviewed-by: serb, azvegint
2014-04-10 11:57:19 +04:00
Petr Pchelko
f7bbe45067 8035734: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Choice.cpp
Reviewed-by: anthony, serb
2014-04-10 11:56:01 +04:00
Weijun Wang
87cb02ac81 8039575: liberate two manual kerberos tests
Reviewed-by: xuelei
2014-04-10 10:31:05 +08:00
Jeremy Manson
55d8dc5d85 8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant
To add the StringBuilder variant

Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: alanb, sherman
2014-04-09 09:36:19 -07:00
Petr Pchelko
c3a9369016 8039752: Regression: Clipboard couldn't be used on linux
Reviewed-by: anthony, serb, azvegint
2014-04-09 18:20:55 +04:00
Xue-Lei Andrew Fan
2f501cd8a5 8028192: Use of PKCS11-NSS provider in FIPS mode broken
Reviewed-by: ahgross, ascarpino, asmotrak
2014-04-09 12:49:51 +00:00
Petr Pchelko
fbb2e2c782 8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
Reviewed-by: serb, azvegint
2014-04-09 15:20:09 +04:00
Sergey Bylokhov
61a704cc87 8038765: [macosx] Toolkit.sync should be implemented
Reviewed-by: pchelko, anthony
2014-04-09 14:38:27 +04:00
Weijun Wang
8962e7ee34 8035986: KerberosKey algorithm names are not specified
Reviewed-by: xuelei
2014-04-09 17:19:19 +08:00
Sean Mullan
fa633bad05 8038431: Close InputStream when finished retrieving XML Signature HTTP References
Reviewed-by: xuelei
2014-04-08 11:57:57 -04:00
Petr Pchelko
0ec7b5fb94 6690000: Typo's in DataFlavor Javadoc
Reviewed-by: serb, azvegint
2014-04-08 14:02:30 +04:00
Alexander Zvegintsev
175dba662b 8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
Reviewed-by: anthony, pchelko, serb
2014-04-07 17:45:18 +01:00
Alexander Zvegintsev
adb37773e7 6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?
Reviewed-by: pchelko, serb
2014-04-07 17:43:42 +01:00
Alexander Zvegintsev
43246996f4 8031087: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/xawt
Reviewed-by: anthony, pchelko, serb
2014-04-07 17:41:16 +01:00
Pavel Reppo
f4f394efb5 8037396: URI getQuery() and getFragment() don't decode properly
Reviewed-by: chegar, michaelm
2014-04-07 15:40:05 +01:00
Alexander Scherbatiy
5cd27375dd 6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour
Reviewed-by: serb, pchelko
2014-04-07 18:01:52 +04:00
Alan Bateman
f046294abc 8039253: Remove undocumented com.oracle.net
Reviewed-by: chegar
2014-04-07 13:16:17 +01:00
Sergey Bylokhov
bb75caf509 8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
Reviewed-by: pchelko, flar
2014-04-07 15:34:27 +04:00