Yuri Nesterenko
86df48bb43
Merge
2009-06-01 01:06:28 -07:00
Yuri Nesterenko
5979ab9e03
Merge
2009-06-01 01:05:22 -07:00
Xueming Shen
01649412e3
6808625: Incomplete code sample in Deflater javadoc
...
Added compresser.end() into example
Reviewed-by: martin
2009-05-29 16:34:49 -07:00
Mandy Chung
e2f7248afb
6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
...
Remove @ignore
Reviewed-by: swamyv
2009-05-26 17:47:57 -07:00
Jean-Christophe Collet
74bfe722ce
6726695: HttpURLConnection shoul support 'Expect: 100-contimue' headers for PUT
...
Added code triggered when 'Expect: 100-continue' header has been added
Reviewed-by: chegar
2009-05-26 16:03:51 +02:00
Xue-Lei Andrew Fan
93614a3c7d
6720721: CRL check with circular depency support needed
...
Checking AKID of certificates and CRLs
Reviewed-by: mullan, weijun
2009-05-26 16:43:22 +08:00
Xue-Lei Andrew Fan
5f228867b6
6822460: support self-issued certificate
...
Checking self-issued certificate during certification path building
Reviewed-by: mullan, weijun
2009-05-26 16:19:18 +08:00
Weijun Wang
9823ad0eae
6844887: NPE in TextCallbackHandler
...
Reviewed-by: xuelei
2009-05-26 10:12:22 +08:00
Jean-Christophe Collet
97c0be0045
6349566: java.net.CookieManager doesn't set default domain
...
Enforce default domain in CookieManager
Reviewed-by: michaelm
2009-05-25 22:27:26 +02:00
Xiaobin Lu
9f9d70b270
6622432: RFE: Performance improvements to java.math.BigDecimal
...
Reviewed-by: darcy
2009-05-24 16:29:57 -07:00
Andrew Brygin
8e2b3cf306
4893408: JPEGReader throws IllegalArgException when setting the destination to BYTE_GRAY
...
Reviewed-by: igor, prr
2009-05-23 08:35:37 +04:00
Andrei Dmitriev
072ba357bf
6799099: All automatic regression tests that create Robot fail on X11
...
Reviewed-by: art, ant
2009-05-22 16:09:45 +04:00
Xueming Shen
f625a6d545
6843578: Re-implement IBM doublebyte charsets
...
6639450: IBM949C encoder modifies state of IBM949 encoder
6569191: Cp943 io converter returns U+0000 and U+FFFD for unconvertable character
6577466: Character encoder IBM970 throws a BufferOverflowException
5065777: CharsetEncoder canEncode() methods often incorrectly return false
Re-write 11 IBM doublebyte charsets. Thanks Ulf.Zibis for the codereview!
Reviewed-by: martin
2009-05-21 23:32:46 -07:00
Andrew Haley
dfe2bac1c2
6839133: lcms 1.18 update breaks ICC_ProfileRGB Tests
...
Reviewed-by: avu, prr
2009-05-21 18:41:50 +01:00
Hiroshi Yamauchi
f3d01961f8
6829659: Circle is rendered in C shape
...
Reviewed-by: campbell, flar
2009-05-21 09:56:03 -07:00
Anton Tarasov
b02a9e2e05
6833019: KeyboardFocusManager.getCurrentKeyboardFocusManager() throws unspecified HeadlessException
...
Reviewed-by: art
2009-05-21 15:04:23 +04:00
Artem Ananiev
55c50f50d0
6794764: Translucent windows are completely repainted on every paint event, on Windows
...
6719382: Printing of AWT components on windows is not working
6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel
6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
Reviewed-by: anthony, tdv, alexp
2009-05-21 12:29:25 +04:00
Weijun Wang
0263c2809b
6832353: Krb5LoginModule: use the KRB5CCNAME when searching for Kerberos ticket cache
...
Reviewed-by: xuelei
2009-05-20 10:12:37 +08:00
Weijun Wang
04e56f7701
6682516: SPNEGO_HTTP_AUTH/WWW_KRB and SPNEGO_HTTP_AUTH/WWW_SPNEGO failed on all non-windows platforms
...
Reviewed-by: xuelei
2009-05-20 10:12:00 +08:00
Christian Thalinger
2005a31e5d
6832016: {DigestMD5Base,Des3DkCrypto}.setParityBit should use Integer.bitCount
...
Reviewed-by: weijun
2009-05-20 10:11:23 +08:00
Xueming Shen
c27639c4d2
6728376: Wrong error handling in Java_java_util_zip_Deflater_deflateBytes leads to size 0 if compress fails
...
6735255: ZipFile.close() does not close ZipFileInputStreams, contrary to the API document
Throws OOM when malloc failed. Closes all outstanding streams when closing
Reviewed-by: alanb
2009-05-19 16:21:48 -07:00
Xueming Shen
a1958b22ef
6831794: charset EUC_TW is 12.6% of the total size of charsets.jar
...
6229811: Several codepoints in EUC_TW failed in roundtrip conversion
Re-write EUC_TW charset to address the size and roundtrip issue.
Reviewed-by: alanb
2009-05-19 15:25:29 -07:00
Anthony Petrov
7648a0d70b
6812298: Dynamic GraphicsConfig changes don't work on X11 platforms
...
The peer gets recreated if the visual of the new GC differs from the previous one
Reviewed-by: art, dcherepanov
2009-05-19 14:14:31 +04:00
Pavel Porvatov
210c9c8b6f
6713352: Deadlock in JFileChooser with synchronized custom FileSystemView
...
Reviewed-by: malenkov, peterz
2009-05-15 17:26:45 +04:00
Peter Zhelezniakov
ec0e5a2b69
6827581: Contextkey does not work in Nimbus
...
Reviewed-by: rupashka
2009-05-15 12:06:22 +04:00
Jennifer Godinez
47aba10d4e
Merge
2009-05-14 09:53:35 -07:00
Peter Zhelezniakov
8514d49a21
6741426: ClassCastException from ComboBoxEditableState (Nimbus LaF) in JDK 1.6.0_10 RC
...
Reviewed-by: rupashka
2009-05-14 18:12:13 +04:00
Yuri Nesterenko
ac54f240e8
Merge
2009-05-14 00:17:25 -07:00
Alex Menkov
272f5e12f9
6777448: JDK13Services.getProviders creates instances with full privileges [hawtin, alexp]
...
Reviewed-by: hawtin, alexp
2009-05-13 14:32:33 +04:00
Alex Menkov
00b701feda
6738524: JDK13Services allows read access to system properties from untrusted code
...
Reviewed-by: hawtin
2009-05-13 14:32:14 +04:00
Alex Menkov
28848d3300
6657625: RmfFileReader/StandardMidiFileWriter.types are public mutable statics (findbugs)
...
Reviewed-by: hawtin
2009-05-13 13:52:52 +04:00
Xiomara Jayasena
78f516d04e
Merge
2009-05-12 14:05:09 -07:00
John R Rose
708863fcf9
6839839: access checking logic is wrong at three points in MethodHandles
...
Point fixes to access checking logic
Reviewed-by: mr
2009-05-12 13:54:22 -07:00
Chris Hegarty
ce7e28f3e6
6801071: Remote sites can compromise user privacy and possibly hijack web sessions
...
Reviewed-by: jccollet, hawtin
2009-05-12 16:32:34 +01:00
Yuri Nesterenko
a529aee20c
Merge
2009-05-12 00:40:13 -07:00
Yuka Kamiya
136168a10c
6834474: (tz) Support tzdata2009g
...
Reviewed-by: okutsu
2009-05-12 15:21:55 +09:00
John R Rose
9d698bded0
6839802: java.dyn needs to be on the CORE_PKGS list
...
Fix makefile to expose the new APIs in the core list; edit some javadocs for correctness
Reviewed-by: mr
2009-05-11 21:09:58 -07:00
Andrew Brygin
813ad65e9a
6823373: [ZDI-CAN-460] Java Web Start JPEG header parsing needs more scruity
...
Reviewed-by: igor
2009-05-08 16:15:15 +04:00
Andrew Brygin
8fdb1d367a
6657133: Mutable statics in imageio plugins (findbugs)
...
Reviewed-by: prr
2009-05-08 15:57:33 +04:00
Andrew Brygin
10f62128a4
6656625: ImageReaderSpi.STANDARD_INPUT_TYPE/ImageWriterSpi.STANDARD_OUTPUT_TYPE are mutable static (findbugs)
...
Reviewed-by: prr
2009-05-08 15:38:21 +04:00
Abhijit Saha
2b871b4ad6
Merge
2009-05-07 13:18:12 -07:00
Eamonn McManus
ec41d4d0e9
6736293: OpenType checks can be bypassed through finalizer resurrection
...
Reviewed-by: hawtin
2009-05-07 10:44:45 +02:00
Phil Race
c71395c821
6806822: Font.getFontName() is slow in Java5 and 6
...
Reviewed-by: igor, jgodinez
2009-05-06 14:14:54 -07:00
Yuri Nesterenko
d1277d1d57
Merge
2009-05-06 09:37:34 -07:00
Artem Ananiev
f6e8569c85
6656586: Cursor.predefined is protected static mutable (findbugs)
...
Reviewed-by: hawtin, igor
2009-05-06 15:17:22 +04:00
Artem Ananiev
825bafa0ea
6837004: java.awt.GraphicsDevice.setFullScreenWindow throws NPE for windows with background color not set
...
Reviewed-by: yan, dcherepanov
2009-05-06 12:39:23 +04:00
Tim Bell
8f52d15f97
Merge
2009-05-05 23:12:47 -07:00
John R Rose
fb6164cec8
6829144: JSR 292 JVM features need a provisional Java API
...
JDK API and runtime (partial) for anonk, meth, indy
Reviewed-by: mr
2009-05-05 22:40:09 -07:00
Anthony Petrov
dfb6852a16
6818787: It is possible to reposition the security icon too far from the border of the window on X11
...
The constraints for the position of the icon are moved to the shared code
Reviewed-by: art, dcherepanov
2009-05-05 17:56:31 +04:00
Jean-Christophe Collet
b23fe07b43
6801497: Proxy is assumed to be immutable but is non-final
...
Cloned the proxy instance when necessary
Reviewed-by: chegar
2009-05-05 11:02:51 +02:00