Fri, 25 Dec 2015 16:45:15 +0300 8145388: URLConnection.guessContentTypeFromStream returns image/jpg for some JPEG images
igerasim [Fri, 25 Dec 2015 16:45:15 +0300] rev 34832
8145388: URLConnection.guessContentTypeFromStream returns image/jpg for some JPEG images Summary: 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 Contributed-by: ramanand.patil@oracle.com
Fri, 25 Dec 2015 16:43:37 +0300 8066982: ZonedDateTime.parse() returns wrong ZoneOffset around DST fall transition
igerasim [Fri, 25 Dec 2015 16:43:37 +0300] rev 34831
8066982: ZonedDateTime.parse() returns wrong ZoneOffset around DST fall transition Summary: In Parsed.java the method resolveInstant() is altered such that, the offset (if present) will be given priority over zone. Reviewed-by: rriggs, scolebourne Contributed-by: ramanand.patil@oracle.com
Thu, 24 Dec 2015 10:34:31 -0800 Merge
lana [Thu, 24 Dec 2015 10:34:31 -0800] rev 34830
Merge
Thu, 24 Dec 2015 15:22:04 +0000 8146192: Add test for JDK-8049321
xuelei [Thu, 24 Dec 2015 15:22:04 +0000] rev 34829
8146192: Add test for JDK-8049321 Reviewed-by: mullan
Wed, 23 Dec 2015 13:19:58 -0500 8143413: add toEpochSecond methods for efficient access
ntv [Wed, 23 Dec 2015 13:19:58 -0500] rev 34828
8143413: add toEpochSecond methods for efficient access Reviewed-by: rriggs, scolebourne
Fri, 18 Dec 2015 17:42:06 +0100 8058865: JMX Test Refactoring
olagneau [Fri, 18 Dec 2015 17:42:06 +0100] rev 34827
8058865: JMX Test Refactoring Reviewed-by: jbachorik
Wed, 23 Dec 2015 03:51:35 +0000 8133070: Hot lock on BulkCipher.isAvailable
xuelei [Wed, 23 Dec 2015 03:51:35 +0000] rev 34826
8133070: Hot lock on BulkCipher.isAvailable Reviewed-by: mullan
Tue, 22 Dec 2015 21:32:29 +0000 8146000: Remove sun.mics.CompoundEnumeration
chegar [Tue, 22 Dec 2015 21:32:29 +0000] rev 34825
8146000: Remove sun.mics.CompoundEnumeration Reviewed-by: coffeys, shade
Tue, 22 Dec 2015 21:30:48 +0000 8146038: CleanerImpl should not depend on ManagedLocalsThread
chegar [Tue, 22 Dec 2015 21:30:48 +0000] rev 34824
8146038: CleanerImpl should not depend on ManagedLocalsThread Reviewed-by: rriggs
Tue, 22 Dec 2015 14:12:55 -0500 8146012: CleanerTest fails: Cleanable should have been freed
rriggs [Tue, 22 Dec 2015 14:12:55 -0500] rev 34823
8146012: CleanerTest fails: Cleanable should have been freed Summary: Simplify cleanables being called and use WhiteBox to trigger GC Reviewed-by: chegar
Tue, 22 Dec 2015 10:45:56 -0800 Merge
prr [Tue, 22 Dec 2015 10:45:56 -0800] rev 34822
Merge
Tue, 22 Dec 2015 09:14:16 -0800 Merge
prr [Tue, 22 Dec 2015 09:14:16 -0800] rev 34821
Merge
Mon, 14 Dec 2015 14:12:17 -0800 Merge
prr [Mon, 14 Dec 2015 14:12:17 -0800] rev 34820
Merge
Mon, 14 Dec 2015 10:36:12 -0800 Merge
prr [Mon, 14 Dec 2015 10:36:12 -0800] rev 34819
Merge
Fri, 11 Dec 2015 15:07:35 -0800 8144997: "IIOException: Field data is past end-of-stream" when calling TIFFImageReader.read()
bpb [Fri, 11 Dec 2015 15:07:35 -0800] rev 34818
8144997: "IIOException: Field data is past end-of-stream" when calling TIFFImageReader.read() Summary: Instead of failing for an IFD entry with bad type or offset, continue with the next entry. Reviewed-by: prr
Fri, 11 Dec 2015 11:38:18 -0800 8144245: [PIT] javax/imageio/plugins/shared/WriteAfterAbort.java
bpb [Fri, 11 Dec 2015 11:38:18 -0800] rev 34817
8144245: [PIT] javax/imageio/plugins/shared/WriteAfterAbort.java Summary: Reset stream position after abort; change IAEs to NPEs. Reviewed-by: prr, serb
Thu, 10 Dec 2015 15:58:01 -0800 8144654: Improve Marlin logging
lbourges [Thu, 10 Dec 2015 15:58:01 -0800] rev 34816
8144654: Improve Marlin logging Reviewed-by: prr, flar
Thu, 10 Dec 2015 15:52:14 -0800 8144445: Maximum size checking in Marlin ArrayCache utility methods is not optimal
lbourges [Thu, 10 Dec 2015 15:52:14 -0800] rev 34815
8144445: Maximum size checking in Marlin ArrayCache utility methods is not optimal Reviewed-by: prr, flar
Thu, 10 Dec 2015 15:45:18 -0800 8144446: Automate the Marlin crash test
lbourges [Thu, 10 Dec 2015 15:45:18 -0800] rev 34814
8144446: Automate the Marlin crash test Reviewed-by: prr, flar
Thu, 10 Dec 2015 12:51:08 -0800 8144858: HBShaper.c does not compiler with VS2010
prr [Thu, 10 Dec 2015 12:51:08 -0800] rev 34813
8144858: HBShaper.c does not compiler with VS2010 Reviewed-by: serb, simonis
Thu, 10 Dec 2015 11:46:23 -0800 Merge
prr [Thu, 10 Dec 2015 11:46:23 -0800] rev 34812
Merge
Thu, 10 Dec 2015 12:16:29 -0600 8071334: Investigate JAB changes required to support the version string change
ptbrunet [Thu, 10 Dec 2015 12:16:29 -0600] rev 34811
8071334: Investigate JAB changes required to support the version string change Summary: remove use of java.version property; no longer needed Reviewed-by: van, alexsch Contributed-by: peter.brunet@oracle.com
Thu, 10 Dec 2015 16:09:42 +0300 8040139: Test closed/javax/print/attribute/Services_getDocFl.java fails with NullpointerException
psadhukhan [Thu, 10 Dec 2015 16:09:42 +0300] rev 34810
8040139: Test closed/javax/print/attribute/Services_getDocFl.java fails with NullpointerException Reviewed-by: jdv, prr
Thu, 10 Dec 2015 14:21:44 +0300 8139169: [macosx] Action registered for keyboard shortcut is called twice
aniyogi [Thu, 10 Dec 2015 14:21:44 +0300] rev 34809
8139169: [macosx] Action registered for keyboard shortcut is called twice Reviewed-by: serb, alexsch
Wed, 09 Dec 2015 15:20:39 -0800 8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
prr [Wed, 09 Dec 2015 15:20:39 -0800] rev 34808
8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+ Reviewed-by: serb, jgodinez
Wed, 09 Dec 2015 13:59:45 -0800 8144828: Marlin renderer causes unaligned write accesses
lbourges [Wed, 09 Dec 2015 13:59:45 -0800] rev 34807
8144828: Marlin renderer causes unaligned write accesses Reviewed-by: prr, flar
Wed, 09 Dec 2015 18:56:59 +0300 8143909: Behavior of null arguments not specified in javax.sound.midi.spi
serb [Wed, 09 Dec 2015 18:56:59 +0300] rev 34806
8143909: Behavior of null arguments not specified in javax.sound.midi.spi Summary: The specification change was reviewed by Florian Bomers also Reviewed-by: amenkov
Wed, 09 Dec 2015 18:12:49 +0300 8144915: TextField throws NPE
arapte [Wed, 09 Dec 2015 18:12:49 +0300] rev 34805
8144915: TextField throws NPE Reviewed-by: ssadetsky, serb
Tue, 08 Dec 2015 19:50:14 +0300 7159591: [macosx] In SetFontTest there's no space for the second button
serb [Tue, 08 Dec 2015 19:50:14 +0300] rev 34804
7159591: [macosx] In SetFontTest there's no space for the second button Reviewed-by: arapte, serb Contributed-by: manajit.halder@oracle.com
Wed, 09 Dec 2015 02:41:51 +0400 8060137: Removing Text from TextField / TextArea is not possible after typing
arapte [Wed, 09 Dec 2015 02:41:51 +0400] rev 34803
8060137: Removing Text from TextField / TextArea is not possible after typing Reviewed-by: ssadetsky, psadhukhan
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip