7394 Commits

Author SHA1 Message Date
Alexander Zvegintsev
d39a778d5f 8040007: GtkFileDialog strips user inputted filepath
Reviewed-by: anthony, serb
2014-06-17 19:05:06 +04:00
Sergey Bylokhov
c450cf57a3 8033786: White flashing when opening Dialogs and Menus using Nimbus with dark background
Reviewed-by: alexsch, anthony
2014-06-12 00:43:14 +04:00
Sergey Bylokhov
652e8b5ffb 8029455: [JLightweightFrame] support scaled painting
Reviewed-by: anthony, ant
2014-06-12 00:32:33 +04:00
Sergey Bylokhov
4a9ad9f15f 8040271: Uninitialised memory in jdk/src/windows/native/sun/windows: awt_List.cpp, awt_InputMethod.cpp
Reviewed-by: pchelko, prr
2014-06-12 00:19:00 +04:00
Joe Darcy
f829432469 8043549: Fix raw and unchecked lint warnings in javax.swing.text.*
Reviewed-by: prr
2014-06-11 13:25:15 -07:00
Henry Jen
8538800448 8044551: Fix raw and unchecked lint warnings in platform-specific sun.awt files
8044396: Fix raw and unchecked lint warnings in platform-specific sun.java2d.*

Reviewed-by: darcy, prr
2014-06-05 13:59:01 -07:00
Sergey Bylokhov
d192765837 8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception
Reviewed-by: bae, flar
2014-06-11 14:38:50 +04:00
Sergey Bylokhov
e26ff7211c 8041644: [OGL] clip is ignored during surface->sw blit
Reviewed-by: bae, prr
2014-06-11 14:21:12 +04:00
Alexey Ivanov
ec7589bf7d 8046391: Hang displaying JFileChooser with Windows L&F
Reviewed-by: anthony, serb
2014-06-11 10:53:27 +04:00
Joe Darcy
f06c5555b0 8046271: Fix overrides lint warnings in Apple laf code
Reviewed-by: alanb, prr
2014-06-09 16:24:47 -07:00
Phil Race
dc20ecddcf Merge 2014-06-09 11:58:27 -07:00
Joe Darcy
c606599482 8042870: Fix raw and unchecked warnings in sun.print
Reviewed-by: prr
2014-06-09 11:47:18 -07:00
Sergey Bylokhov
e89442e619 8039901: jdk/src/share/classes/com/sun/media/sound/services/<platform> appear not to be used
Reviewed-by: amenkov, azvegint
2014-06-09 20:23:26 +04:00
Alexey Ivanov
48b2a7c0c7 8046239: Build failure in 9-client on all non-Windows platforms
Reviewed-by: anthony, serb, alexp
2014-06-09 18:10:49 +04:00
Vladimir Ivanov
b2e8017412 8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
Reviewed-by: psandoz, jrose
2014-06-09 15:40:40 +04:00
Mike Duigou
a76e39b79f 8046085: inserting null key into HashMap treebin fails
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: dl, mduigou, alanb, chegar
2014-06-06 14:23:08 -07:00
Jonathan Lu
879b239e41 8043954: Add async connect() support to NET_Connect() for AIX platform
Reviewed-by: alanb
2014-06-07 00:17:02 +08:00
Alexey Ivanov
b3090f044e 8039383: NPE when changing Windows theme
Reviewed-by: pchelko, anthony
2014-06-06 17:51:32 +04:00
Petr Pchelko
bfa90f6f30 8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
Reviewed-by: alexsch, serb
2014-06-06 14:52:07 +04:00
Petr Pchelko
6733dcbb1c 8044516: [macosx] ScreenPopupFactory uses native method that could be avoided
Reviewed-by: anthony, serb
2014-06-06 13:52:49 +04:00
Chris Hegarty
865fac8406 8043613: Update .properties files for serialver tool
Reviewed-by: mfang
2014-06-06 10:47:30 +01:00
Joe Darcy
61431e72a8 8044553: Fix raw and unchecked lint warnings in javax.sound.*
Reviewed-by: prr
2014-06-05 23:17:05 -07:00
Henry Jen
fc858b5c96 8044855: Add missing @since tag under java.beans.*
Reviewed-by: prr, malenkov
2014-06-05 10:37:24 -07:00
Michael McMahon
4e1b129be0 8044766: New jdk.net classes have @since 1.9 tags in 8u20
Reviewed-by: chegar
2014-06-05 12:13:50 +01:00
Xueming Shen
6d8f7601c4 8044727: Problem reading the contents of some zip files
Zis.readLOC() should not interpret ZIP64 data in extra field, if not necessary

Reviewed-by: alanb
2014-06-04 14:00:19 -07:00
Xueming Shen
097a7021b3 8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
To upgrade zlib version from 1.2.5 to 1.2.8

Reviewed-by: alanb, iris
2014-06-04 11:25:13 -07:00
Sergey Bylokhov
e31033ff1a 8043979: Javadoc cleanup of javax.sound.sampled package
Reviewed-by: pchelko, azvegint
2014-06-04 17:14:56 +04:00
Sergey Bylokhov
61a1a26d7a 8041129: [OGL] surface->sw blit is extremely slow
8017626: [OGL] Translucent VolatileImages don't paint correctly

Reviewed-by: bae, flar
2014-06-04 16:55:06 +04:00
Joel Borggrén-Franck
a1ae0af017 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
Reviewed-by: psandoz
2014-06-04 14:42:48 +02:00
Chris Hegarty
79188a9310 8044590: Broken links in jre.api.net.socketoptions
Reviewed-by: michaelm
2014-06-04 13:37:16 +01:00
Aleksei Efimov
56dcda05d3 8032901: WaitForMultipleObjects() return value not handled appropriately
Reviewed-by: dholmes, sla
2014-06-04 16:26:11 +04:00
Joe Darcy
c7056f1df1 8044698: Fix finally lint warnings in javax.swing
Reviewed-by: prr, henryjen
2014-06-03 17:03:29 -07:00
Joe Darcy
f14291c318 8044694: Fix finally lint warnings in sun.print
Reviewed-by: prr
2014-06-03 12:32:25 -07:00
Joe Darcy
faa3d72cb0 8042860: Fix raw and unchecked warnings in java.beans
Reviewed-by: malenkov, alanb, mduigou
2014-06-03 09:22:59 -07:00
Otavio Goncalves de Santana
333b1ed5ba 8044460: Cleanup new Boolean and single character strings
Reviewed-by: pchelko, serb, rriggs
2014-06-03 11:18:03 -04:00
Xue-Lei Andrew Fan
0c11a6a444 8044771: PKIXValidator indent cleanup
Reviewed-by: weijun
2014-06-04 09:48:02 +00:00
Alexander Zuev
b9b322467f 8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
Reviewed-by: briangoetz, jjg
2014-06-03 18:31:13 +04:00
Alexander Stepanov
0e0ccc7025 8040081: Tidy warnings cleanup for java.applet
Reviewed-by: pchelko
2014-06-03 17:55:58 +04:00
Sean Mullan
33c9aaf7d8 Merge 2014-06-03 07:35:35 -04:00
Sean Mullan
605924f8ef 8036841: Reuse no-perms AccessControlContext object when performing isAuthorized check
Reviewed-by: wetmore
2014-06-03 07:34:35 -04:00
Tobias Hartmann
4d074d6309 8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
Reviewed-by: vlivanov, jrose, psandoz
2014-06-03 14:58:47 +04:00
Steven Sides
1618f90bc9 8032527: fix a couple doclint errors in java/awt/geom/Path2D
Reviewed-by: prr
2014-06-03 12:52:59 +04:00
Anthony Scarpino
77d07416d5 8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris
Reviewed-by: valeriep
2014-06-02 17:14:35 -07:00
Anthony Scarpino
9d2221daa6 8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
Reviewed-by: valeriep
2014-06-02 17:08:40 -07:00
Petr Pchelko
ffed33a491 8043807: Incorrect StackTrace in IOException thrown from ClipboardTransferable
Reviewed-by: anthony, serb
2014-06-02 15:25:43 +04:00
Dmitry Markov
b57d6c9a4f 8042465: Applet menus not rendering when browser is full screen on Mac
Reviewed-by: anthony, pchelko
2014-06-02 14:20:02 +04:00
Joe Darcy
4bc2761620 8044477: Fix fallthrough lint warning in ASM
Reviewed-by: lancea
2014-05-30 16:41:18 -07:00
Kumar Srinivasan
58442c77e6 8044046: [asm] refresh internal ASM version to v5.0.3
Reviewed-by: psandoz, sundar
2014-05-30 13:37:35 -07:00
Otavio Goncalves de Santana
8f0e6e3060 8044461: Cleanup new Boolean and single character strings
Reviewed-by: rriggs, alanb, lancea
2014-05-30 15:46:12 -04:00
Alan Bateman
d4d5655556 8044027: Remove unused XML Signature schema and dtd files from source
Reviewed-by: mullan
2014-05-30 14:32:01 +01:00