Commit Graph

9550 Commits

Author SHA1 Message Date
Rajeev Chamyal
9c3a40427c 7104635: HTMLEditorKit fails to write down some html files
Reviewed-by: serb, alexsch
2016-01-21 13:09:17 +05:30
Laurent Bourgès
d65a51afb7 8147443: Use the Common Cleaner in Marlin OffHeapArray
OffHeapArray clean-up to use the jdk.internal.ref.Cleaner to free unsafe arrays (PhantomReference)

Reviewed-by: prr, rriggs, mchung
2016-01-20 22:53:26 +01:00
Sergey Bylokhov
173e79ac66 8147407: Provide support of WaveExtensible sound format
Reviewed-by: prr, amenkov
2016-01-14 23:14:01 +03:00
Sergey Bylokhov
d19138e94b 8064800: AudioSystem/WaveFileWriter can't write PCM_FLOAT, but writes it anyway
Reviewed-by: prr, amenkov
2016-01-07 23:50:00 +03:00
Sergey Bylokhov
ad8f08fbf6 6459818: Audio A-law and law decoder skip() method not implemented
Reviewed-by: amenkov
2016-01-12 23:33:45 +03:00
Sergey Bylokhov
e5820d08ec 8146144: Incorrect behaviour of AudioSystem.getTargetFormats/getTargetEncodings/isConversionSupported
Reviewed-by: amenkov
2016-01-12 23:27:23 +03:00
Sergey Bylokhov
762d2c555e 8131974: AudioFileReader incorrectly handle EOFException
Reviewed-by: amenkov
2016-01-01 18:33:53 +03:00
Sergey Bylokhov
e3c4a8683a 8080492: [Parfait] Uninitialised variable in jdk/src/java/desktop/windows/native/libawt/
Reviewed-by: prr, vadim
2016-01-20 15:10:25 +03:00
Avik Niyogi
46f6e32652 8015748: [macosx] JProgressbar with Aqua LaF ignores JProgressbar#applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT) call
Reviewed-by: rchamyal, alexsch
2016-01-20 16:57:53 +05:30
Jayathirth D V
91f78743d7 8144744: ImageWriter.replacePixels() specification is incorrect regarding null ImageWriteParam
Reviewed-by: prr, psadhukhan
2016-01-19 11:14:41 +05:30
Jayathirth D V
a757640460 8143562: JPEG reader returns null for getRawImageType()
Reviewed-by: prr, arapte
2016-01-19 11:11:20 +05:30
Alex Henrie
0e2ceaee82 8146317: Memory leak in wcstombsdmp
Reviewed-by: serb, psadhukhan, ssadetsky
2016-01-18 21:19:36 +03:00
Avik Niyogi
e6db69be04 8016665: [macosx] JComponent behaviour doesn't comply API documentation (setComponentOrientation method), Aqua LAF
Reviewed-by: serb, alexsch
2016-01-18 14:27:12 +05:30
Avik Niyogi
9578f1aecb 8041894: [macosx] Test javax/swing/JSpinner/8008657/bug8008657.java failed on Mac
Reviewed-by: serb, alexsch
2016-01-18 14:20:39 +05:30
Peter Brunet
355c7d8dfe 8145735: Tests api/javax_swing/JTabbedPane/AccessibleJTabbedPane/* are failing
Try indexOfComponent before indexOfTabComponent

Reviewed-by: van, alexsch
2016-01-14 18:59:11 -06:00
Prasanta Sadhukhan
47ca01cdfc 8023213: [macosx] closed/java/awt/FontClass/NaNTransform.java fails on MacOS X 10.9
Reviewed-by: prr, serb
2016-01-14 13:24:22 +05:30
Rajeev Chamyal
dddc64dfeb 4769772: JInternalFrame.setIcon(true) before JDesktopPane.add(JIF) causes wrong state
Reviewed-by: alexsch, aivanov
2016-01-13 11:56:46 +05:30
David Dehaven
83802373ee Merge 2016-01-12 13:13:16 -08:00
Semyon Sadetsky
760fbab5dc 8145784: [PIT] closed/java/awt/Robot/SpuriousMouseEvents/SpuriousMouseEvents.java fails
Reviewed-by: alexsch, serb
2016-01-12 18:02:07 +03:00
Athijegannathan Sundararajan
1ef609ca8f 8068938: javax.script package description should specify use of ServiceLoader
Reviewed-by: alanb, hannesw
2016-01-12 17:08:18 +05:30
Nadeesh TV
a67a5265d3 8068803: Performance of LocalDate.plusDays could be better
Reviewed-by: rriggs, scolebourne
2016-01-11 11:39:12 -05:00
Roger Riggs
13c9cbfb57 8146567: Remove dead code finalizer methods
Reviewed-by: dfuchs, alanb
2016-01-11 10:24:20 -05:00
Roger Riggs
5f559c6d31 8146028: Common Cleaner for finalization replacements in OpenJDK
Reviewed-by: dfuchs, alanb, chegar, plevart
2016-01-11 10:03:36 -05:00
Alexander Stepanov
73fb68a80d 8138838: docs cleanup for java.desktop
Docs cleanup for java.desktop

Reviewed-by: serb
2016-01-11 17:51:54 +03:00
Alexander Scherbatiy
aeccbee0e7 8143316: Crash Trend in 1.9.0-ea-b93 (sun.awt.DefaultMouseInfoPeer.fillPointWithCoords)
Reviewed-by: serb
2016-01-11 06:10:32 -08:00
Claes Redestad
79ef0bb994 8146686: Create the schemeSpecificPart for non-opaque URIs lazily
Reviewed-by: alanb, chegar
2016-01-10 14:14:13 +01:00
Xue-Lei Andrew Fan
666444c0e8 8146725: Issues with SignatureAndHashAlgorithm.getSupportedAlgorithms
Reviewed-by: weijun, wetmore
2016-01-09 13:02:22 +00:00
Brent Christian
a75216a09c 8144552: java/lang/StackWalker/LocalsAndOperands.java fails with java.lang.NullPointerException
Update test case to expect null

Reviewed-by: mchung, dfuchs
2016-01-08 13:14:30 -08:00
Daniel Fuchs
7ec6ed7ce4 8146691: @since 9 tag missing for System.getLogger
Reviewed-by: chegar
2016-01-08 17:39:00 +01:00
Alan Bateman
547854a41f 8049422: Remove @jdk.Exported
Reviewed-by: dfuchs, mchung, darcy, chegar
2016-01-08 11:47:35 +00:00
Phil Race
f6845705bc 8145584: java/awt/font/TextLayout/TestGetPixelBounds.java fails on Linux
Reviewed-by: serb, jgodinez
2016-01-06 12:38:42 -08:00
Rajeev Chamyal
7b016fd85d 8145060: Minimizing a JInternal frame not shifting focus to frame below it
Reviewed-by: serb, alexsch
2016-01-06 14:17:14 +05:30
Phil Race
a951b32503 Merge 2016-01-05 10:38:10 -08:00
Naoto Sato
3f8548453c 8039301: [ja] Host Locale Provider uses non-translated Calendar field names
8039969: Old Korean Calendar conflicts with Host Locale
8049835: [ar/HOST adapter] Hijri calendar era is used but date number follows gregorian
8054010: [HOST provider, not gregory] Return NULL when calling Calendar.getDisplayNames for Calendar.ERA
8054482: [HOST provider] only return standalone-style month display name
8055258: [HOST provider] Short era display name is not returned

Reviewed-by: okutsu
2016-01-05 10:15:54 -08:00
Nadeesh TV
2cfdb95251 8145166: Duration.toString violates specification
Correct Duration.toString method

Reviewed-by: rriggs, scolebourne
2016-01-05 10:09:48 -05:00
Brian Burkhalter
4fd3a00aaa 8144991: AIOOB Exception in AutoImageWriterTest with TIFF writer
In TIFFImageWriter call reset() in setOuput() when output != null.

Reviewed-by: prr
2016-01-04 17:07:23 -08:00
Brian Burkhalter
ceb6329fdc 8145113: OutOfMemoryError when reading a 17KB corrupted TIFF image
Add checks on size of field count and size of field data and consistency of data offsets and byte counts.

Reviewed-by: prr
2016-01-04 17:05:04 -08:00
Xueming Shen
9b77da0f46 8146431: j.u.z.ZipFile.getEntry("") throws AIOOBE
Reviewed-by: lancea
2016-01-04 14:34:53 -08:00
Lance Andersen
3da2de846c 8144082: Add Statement.enquoteNCharLiteral
Reviewed-by: joehw
2016-01-04 12:25:45 -05:00
Sebastian Sickelmann
053032b76c 8145981: (fs) LinuxWatchService can reports events against wrong directory
Fixes wakeup mechanism of LinuxWatchService and introduces a test

Reviewed-by: alanb
2015-12-30 19:20:51 +01:00
Steve Drach
cdc0735c60 8144355: JDK 9 changes to ZipFileSystem to support multi-release jar files
JEP 238 Multi-Release JarFileSystem implementation

Reviewed-by: alanb, psandoz, sherman
2015-12-30 16:15:21 +00:00
Omair Majid
089bc71081 6961123: setWMClass fails to null-terminate WM_CLASS string
Reviewed-by: serb
2015-12-29 10:40:43 -05:00
Sergey Bylokhov
344d4a5fc5 8143054: [macosx] KeyEvent modifiers do not contain information about mouse buttons
Reviewed-by: ssadetsky, alexsch
2015-12-29 16:46:11 +03:00
Sergey Bylokhov
245457f2c5 8135088: Typo in AuFileReader
Reviewed-by: prr, amenkov
2015-12-29 16:43:17 +03:00
Sergey Bylokhov
3bf8e76847 8143150: DrawImagePipe can skip some unnecessary blits
Reviewed-by: flar
2015-12-29 16:41:34 +03:00
Ramanand Patil
c31b3a5e83 8145388: URLConnection.guessContentTypeFromStream returns image/jpg for some JPEG images
Since "image/jpg" is not a valid Content Type, the method should return "image/jpeg" when APPn marker segment has 'EE' as a marker type.

Reviewed-by: prr, bpb
2015-12-25 16:45:15 +03:00
Ramanand Patil
c6d209b505 8066982: ZonedDateTime.parse() returns wrong ZoneOffset around DST fall transition
In Parsed.java the method resolveInstant() is altered such that, the offset (if present) will be given priority over zone.

Reviewed-by: rriggs, scolebourne
2015-12-25 16:43:37 +03:00
Ambarish Rapte
96da64c503 8041928: MouseEvent.getModifiersEx gives wrong result
Reviewed-by: alexsch, serb, rchamyal
2015-12-24 14:04:36 +03:00
Nadeesh TV
6a9a5a80ea 8143413: add toEpochSecond methods for efficient access
Reviewed-by: rriggs, scolebourne
2015-12-23 13:19:58 -05:00
Phil Race
84c2303502 Merge 2015-12-22 10:59:51 -08:00