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
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
Eamonn McManus
ec41d4d0e9
6736293: OpenType checks can be bypassed through finalizer resurrection
...
Reviewed-by: hawtin
2009-05-07 10:44:45 +02:00
Artem Ananiev
f6e8569c85
6656586: Cursor.predefined is protected static mutable (findbugs)
...
Reviewed-by: hawtin, igor
2009-05-06 15:17:22 +04: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
Anthony Petrov
2453a64fc4
6805231: Security Warning Icon is missing in Windows 2000 Prof from Jdk build 6u12
...
The icon becomes layered only when the fading-out effect is being performed.
Reviewed-by: art, dcherepanov
2009-05-05 17:47:04 +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
Peter Zhelezniakov
d663bac931
6837293: Reapply fix for 6588003 to JDK7
...
Reviewed-by: alexp
2009-05-05 12:07:37 +04:00
Abhijit Saha
c3de9bf468
Merge
2009-04-29 11:43:19 -07:00
Sergey Malenkov
de6e2fb6e2
6777487: Encoder allows reading private variables with certain names
...
Reviewed-by: peterz
2009-04-29 20:55:13 +04:00
Sergey Malenkov
99c5ea5368
6660539: Introspector shares cache of mutable BeanInfo between AppContexts
...
Reviewed-by: peterz
2009-04-29 20:03:09 +04:00
Kelly O'Hair
2756e99316
6835241: Annotate some tests with @ignore that have shown to be unpredictable
...
Reviewed-by: tbell
2009-04-28 14:43:44 -07:00
Kelly O'Hair
101e0eb871
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
...
Reviewed-by: tbell
2009-04-27 20:26:18 -07:00
Tim Bell
ce6f939956
Merge
2009-04-23 21:32:44 -07:00
Xiomara Jayasena
2906215abb
Added tag jdk7-b56 for changeset 825f6628794a
2009-04-23 15:55:01 -07:00
Tim Bell
cdcdf54d1e
Merge
2009-04-21 21:26:21 -07:00
Tim Bell
af422c1d2f
Merge
2009-04-21 09:03:36 -07:00
Tim Bell
9331eed2d6
6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6
...
6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk
Reviewed-by: darcy
2009-04-21 08:46:25 -07:00
Martin Buchholz
c0b32f4e3c
6278014: java.util.logging.LogRecord.getThreadID() should provide real thread id
...
Make j.u.l. thread id a copy of Thread's id, for small values of thread id.
Reviewed-by: alanb
2009-04-20 21:57:01 -07:00
Martin Buchholz
4910f50ea2
6716076: test UTIL_REGRESSION/test/java/util/logging/LoggingDeadlock2.java failed with exit code 1
...
Reviewed-by: swamyv, mchung
2009-04-20 21:53:38 -07:00
Jeremy Manson
8d5b9cfad8
6830220: Logging issues due to regression from bug fix 6797480
...
Reviewed-by: swamyv
2009-04-20 21:23:47 -07:00
Alan Bateman
d4a0d0c66d
6831461: (sample) Copy -r fails with IllegalArgumentexception: 'maxDepth' is negative
...
Reviewed-by: chegar
2009-04-20 13:27:23 +01:00
Alan Bateman
cab29c9b7a
6830721: (fc) test/java/nio/channels/AsynchronousFileChannel/Basic.java intermittent failure
...
Reviewed-by: sherman
2009-04-20 09:30:50 +01:00
Tim Bell
f70e9b8dd9
Merge
2009-04-18 14:10:27 -07:00
Abhijit Saha
d3af1f284c
Merge
2009-04-17 09:21:27 -07:00
Alan Bateman
dd28a663e4
Merge
2009-04-17 09:38:24 +01:00
Abhijit Saha
885f8851c5
Merge
2009-04-16 22:47:29 -07:00
Abhijit Saha
32bc86d541
Merge
2009-04-16 21:08:04 -07:00
Xueming Shen
c435a0905d
4244499: ZipEntry() does not convert filenames from Unicode to platform
...
4532049: IllegalArgumentException in ZipInputStream while reading unicode file
5030283: Incorrect implementation of UTF-8 in zip package
4700978: ZipFile can't treat Japanese name in a zipfile properly
4980042: Cannot use Surrogates in zip file metadata like filenames
4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name
Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file
Reviewed-by: alanb, martin
2009-04-16 21:00:42 -07:00
Xiomara Jayasena
c9560133fd
Merge
2009-04-16 19:10:32 -07:00
Xiomara Jayasena
6451f9b113
Added tag jdk7-b55 for changeset 357e7d58ea2f
2009-04-16 11:22:52 -07:00
Chris Hegarty
26ae13fe80
4927640: Implementation of the sctp protocol
...
An implementation-specific API for the Stream Control Transmission Protocol
Reviewed-by: alanb, michaelm, jccollet
2009-04-16 17:42:00 +01:00
Weijun Wang
3119cce77d
6830658: Changeset ec64fd74aa69 breaks the fastdebug build in NativeCreds.c
...
Reviewed-by: tbell
2009-04-16 11:16:40 +08:00
Alan Bateman
26dc2b8949
6543863: (fc) FileLock.release can deadlock with FileChannel.close
...
6429910: (fc) FileChannel.lock() IOException: Bad file number, not AsynchronousCloseException
6814948: (fc) test/java/nio/channels/AsynchronousFileChannel/Lock.java failed intermittently
6822643: (fc) AsynchronousFileChannel.close does not invalidate FileLocks
Reviewed-by: sherman
2009-04-15 16:16:35 +01:00
Alan Bateman
9e2590b7bf
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
...
Reviewed-by: sherman, iris
2009-04-15 14:53:34 +01:00
Lana Steuck
1c53c596df
Merge
2009-04-14 04:21:02 -07:00
Lana Steuck
b290c5dc99
Merge
2009-04-14 00:05:07 -07:00
Lana Steuck
9769fa9e3b
Merge
2009-04-13 22:34:29 -07:00
Valerie Peng
bca01e0826
6829098: Regression test java/security/Security/ClassLoaderDeadlock/Deadlock2.java error - missing ";"
...
Added back the missing ";"
Reviewed-by: weijun
2009-04-13 18:20:51 -07:00
Lana Steuck
b482e41692
Merge
2009-04-13 15:33:50 -07:00
Dmitry Cherepanov
29e370d911
6829326: Getting java.lang.NullPointerException: null pData while opening a File,Print,Page Dialog in Win
...
Reviewed-by: art, yan
2009-04-13 15:22:12 +04:00
Martin Buchholz
e8f11acb07
6827153: Miscellaneous typos in javadoc
...
Reviewed-by: alanb
2009-04-12 20:21:43 -07:00
Tim Bell
b5b691accb
Merge
2009-04-10 15:30:37 -07:00
Lana Steuck
92f020bb7c
Merge
2009-04-09 20:34:56 -07:00
Weijun Wang
23d8c5ddc1
6587676: Krb5LoginModule failure if useTicketCache=true on Vista
...
Reviewed-by: valeriep
2009-04-10 11:21:31 +08:00
Yuka Kamiya
7a543510bd
6404304: RFE: Unicode 5.1 support
...
Reviewed-by: okutsu, naoto
2009-04-10 11:51:36 +09:00
Lana Steuck
415053276d
Merge
2009-04-09 13:12:58 -07:00
Xiomara Jayasena
ab095606fe
Added tag jdk7-b54 for changeset 0e9e14e7f54a
2009-04-09 10:37:30 -07:00