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
Peter Zhelezniakov
d663bac931
6837293: Reapply fix for 6588003 to JDK7
...
Reviewed-by: alexp
2009-05-05 12:07:37 +04:00
Tim Bell
7a94d5e47f
Merge
2009-05-04 22:16:02 -07:00
Xueming Shen
2c08c535e0
6836489: Incorrect @link usage in java.util.zip API doc
...
Correct the wrong @link tag
Reviewed-by: alanb
2009-05-01 12:06:14 -07:00
Jennifer Godinez
934dac40ef
Merge
2009-04-29 12:27:05 -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
Yuri Nesterenko
33484a2710
Merge
2009-04-28 13:41:11 -07:00
Yuri Nesterenko
06a805b13f
Merge
2009-04-28 13:30:42 -07:00
Jennifer Godinez
b7456052cd
Merge
2009-04-28 13:25:25 -07:00
Mandy Chung
f7b87611c6
6829503: addShutdownHook fails if called after shutdown has commenced
...
Allow shutdown hook to be added during shutdown and handle properly if it fails to add
Reviewed-by: alanb, dholmes, martin
2009-04-27 12:08:41 -07:00
Peter Zhelezniakov
c738ebdc67
6591875: Nimbus Swing Look and Feel
...
Reviewed-by: jasper, ohair
2009-04-25 21:17:50 +04:00
Tim Bell
cdcdf54d1e
Merge
2009-04-21 21:26:21 -07:00
Roman Kennke
a14c950998
6829678: StrokeShapeTest: createStrokedShape() behaves differently
...
Reviewed-by: igor, flar
2009-04-21 09:43:49 -07:00
Anthony Petrov
176a41f92e
6802853: API: shaped & translucent windows
...
A public API for the feature forward-ported from 6u10.
Reviewed-by: yan
2009-04-21 11:35:52 +04: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
Jeremy Manson
8d5b9cfad8
6830220: Logging issues due to regression from bug fix 6797480
...
Reviewed-by: swamyv
2009-04-20 21:23:47 -07:00
Dmitry Cherepanov
fbea8d87f4
6825362: Avoid calling peer.setZOrder on Window instances
...
Reviewed-by: anthony
2009-04-20 19:18:41 +04:00
Dmitry Cherepanov
75d9b0f986
6633354: AppletPanel loads Swing classes
...
Reviewed-by: art, anthony
2009-04-20 14:41:24 -04: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
Tim Bell
f70e9b8dd9
Merge
2009-04-18 14:10:27 -07:00
Abhijit Saha
d3af1f284c
Merge
2009-04-17 09:21:27 -07:00
Anthony Petrov
4b321c2bfc
6829858: JInternalFrame is not redrawing heavyweight children properly
...
The Container.recursiveApplyCurrentShape() is now recursively called for all hw containers, even those having non-null layout
Reviewed-by: art, dcherepanov
2009-04-17 16:42:14 +04:00
Karl Helgason
b426a72177
6823446: Gervill SoftLowFrequencyOscillator fails when freq is set to 0 cent or 8.1758 Hz
...
Reviewed-by: amenkov
2009-04-17 16:28:02 +04:00
Karl Helgason
2f6783dce5
6823445: Gervill SoftChannel/ResetAllControllers jtreg test fails after portamento fix from last merge
...
Reviewed-by: amenkov
2009-04-17 16:20:50 +04:00
Karl Helgason
b136abc344
6821030: Merge OpenJDK Gervill with upstream sources, Q1CY2009
...
Reviewed-by: darcy, amenkov
2009-04-17 16:13:43 +04:00
Alex Menkov
9a0763bf6b
6806019: 38 JCK api/javax_sound/midi/ tests fails starting from jdk7 b46
...
Reviewed-by: kalli
2009-04-17 15:15:20 +04:00
Alex Menkov
d15fceaa77
4895403: SPEC: documentation of javax.sound.sampled.spi.MixerProvider should be detailed
...
Reviewed-by: malenkov
2009-04-17 15:11:43 +04:00
Alex Menkov
8d4e786794
4672194: FloatControl should provide consistent policy for the floats
...
Reviewed-by: alexp
2009-04-17 15:10:05 +04:00
Alex Menkov
a758339886
5050147: RFE: Add More Useful Constructors to MidiMessage Subclasses
...
Reviewed-by: alexp
2009-04-17 15:02:46 +04:00
Alan Bateman
dd28a663e4
Merge
2009-04-17 09:38:24 +01:00
Yuri Nesterenko
4f420274a7
Merge
2009-04-16 23:14:12 -07: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