Fri, 31 May 2013 15:18:15 -0400 7188517: Check on '$' character is missing in the HttpCookie class constructor
jzavgren [Fri, 31 May 2013 15:18:15 -0400] rev 17926
7188517: Check on '$' character is missing in the HttpCookie class constructor Summary: Modified the constructor code so that the cookie names are examined for leading dollar signs and if they do, an illegal argument exception is thrown. Reviewed-by: chegar, khazra, michaelm Contributed-by: john.zavgren@oracle.com
Fri, 31 May 2013 15:23:26 -0400 8008972: Memory leak: Java_java_net_TwoStacksPlainDatagramSocketImpl_receive0 [parfait]
jzavgren [Fri, 31 May 2013 15:23:26 -0400] rev 17925
8008972: Memory leak: Java_java_net_TwoStacksPlainDatagramSocketImpl_receive0 [parfait] Summary: Modified the code so that "jumbo frames" are truncated before buffer allocation is considered. This makes the buffer length a reliable indication that a buffer has been allocated, and it can then be used during clean up. Reviewed-by: chegar, khazra, alanb Contributed-by: john.zavgren@oracle.com
Fri, 31 May 2013 13:34:27 -0700 8015628: Test Failure in closed/java/io/pathNames/GeneralSolaris.java
dxu [Fri, 31 May 2013 13:34:27 -0700] rev 17924
8015628: Test Failure in closed/java/io/pathNames/GeneralSolaris.java Reviewed-by: alanb
Fri, 31 May 2013 11:20:51 -0700 7006052: awt_InputMethod.c cleanup is needed
naoto [Fri, 31 May 2013 11:20:51 -0700] rev 17923
7006052: awt_InputMethod.c cleanup is needed Reviewed-by: anthony
Fri, 31 May 2013 12:17:30 +0100 8014854: (bf) CharBuffer.chars too slow with default implementation
alanb [Fri, 31 May 2013 12:17:30 +0100] rev 17922
8014854: (bf) CharBuffer.chars too slow with default implementation Reviewed-by: erikj, briangoetz, henryjen, psandoz, mduigou
Fri, 31 May 2013 09:30:44 +0100 7107883: getNetworkPrefixLength() does not return correct prefix length
chegar [Fri, 31 May 2013 09:30:44 +0100] rev 17921
7107883: getNetworkPrefixLength() does not return correct prefix length Reviewed-by: alanb, michaelm
Fri, 31 May 2013 09:58:00 +0200 8014732: Minor spec issue: java.util.Spliterator.getExactSizeIfKnown
psandoz [Fri, 31 May 2013 09:58:00 +0200] rev 17920
8014732: Minor spec issue: java.util.Spliterator.getExactSizeIfKnown Summary: A minor documentation issue (not a spec issue). Reviewed-by: chegar, dl
Thu, 30 May 2013 14:11:32 -0700 6750584: Cipher.wrap/unwrap methods should define UnsupportedOperationException
ascarpino [Thu, 30 May 2013 14:11:32 -0700] rev 17919
6750584: Cipher.wrap/unwrap methods should define UnsupportedOperationException Reviewed-by: mullan
Wed, 29 May 2013 20:54:43 -0700 8013069: javax.crypto tests fail with new PBE algorithm names
valeriep [Wed, 29 May 2013 20:54:43 -0700] rev 17918
8013069: javax.crypto tests fail with new PBE algorithm names Summary: Shouldn't auto-generate default parameters for MAC objects. Reviewed-by: vinnie
Thu, 30 May 2013 22:19:28 -0700 7160837: DigestOutputStream does not turn off digest calculation when "close()" is called
ascarpino [Thu, 30 May 2013 22:19:28 -0700] rev 17917
7160837: DigestOutputStream does not turn off digest calculation when "close()" is called Reviewed-by: mullan, xuelei
Thu, 30 May 2013 22:02:43 -0700 8014618: Need to strip leading zeros in TlsPremasterSecret of DHKeyAgreement
xuelei [Thu, 30 May 2013 22:02:43 -0700] rev 17916
8014618: Need to strip leading zeros in TlsPremasterSecret of DHKeyAgreement Reviewed-by: xuelei Contributed-by: Pasi Eronen <pe@iki.fi>
Thu, 30 May 2013 14:47:57 -0700 8015271: Conversion table for EUC-KR is incorrect
sherman [Thu, 30 May 2013 14:47:57 -0700] rev 17915
8015271: Conversion table for EUC-KR is incorrect Summary: to add the requested postal code mark character u+327e Reviewed-by: alanb
Tue, 28 May 2013 15:22:30 +0200 8014393: Minor typo in the spec for j.u.stream.Stream.findFirst()
psandoz [Tue, 28 May 2013 15:22:30 +0200] rev 17914
8014393: Minor typo in the spec for j.u.stream.Stream.findFirst() Reviewed-by: alanb, chegar
Thu, 30 May 2013 16:08:43 +0200 8014409: Spec typo: extra } in the spec for j.u.s.StreamBuilder
psandoz [Thu, 30 May 2013 16:08:43 +0200] rev 17913
8014409: Spec typo: extra } in the spec for j.u.s.StreamBuilder Summary: Also fixes documentation on StreamBuilder.OfDouble Reviewed-by: alanb, chegar, mduigou
Thu, 30 May 2013 13:58:02 +0200 8015627: test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails in agentvm mode
jbachorik [Thu, 30 May 2013 13:58:02 +0200] rev 17912
8015627: test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails in agentvm mode Reviewed-by: alanb, chegar
Thu, 30 May 2013 12:19:10 +0100 8015299: Memory leak in jdk/src/solaris/bin/java_md_solinux.c
jzavgren [Thu, 30 May 2013 12:19:10 +0100] rev 17911
8015299: Memory leak in jdk/src/solaris/bin/java_md_solinux.c Reviewed-by: martin, dholmes, chegar, ksrini
Wed, 29 May 2013 19:50:47 -0700 4759491: method ZipEntry.setTime(long) works incorrectly
sherman [Wed, 29 May 2013 19:50:47 -0700] rev 17910
4759491: method ZipEntry.setTime(long) works incorrectly 6303183: Support NTFS and Unix-style timestamps for entries in Zip files 7012856: (zipfs) Newly created entry in zip file system should set all file times non-null values. 7012868: (zipfs) file times of entry in zipfs should always be the same regardless of TimeZone. Summary: to add suuport of Info-ZIP extended timestamp in extra data fields Reviewed-by: martin, alanb
Wed, 05 Jun 2013 12:30:02 -0700 Merge
lana [Wed, 05 Jun 2013 12:30:02 -0700] rev 17909
Merge
Wed, 05 Jun 2013 09:16:24 -0700 Merge
lana [Wed, 05 Jun 2013 09:16:24 -0700] rev 17908
Merge
Wed, 05 Jun 2013 00:37:11 -0700 Merge
lana [Wed, 05 Jun 2013 00:37:11 -0700] rev 17907
Merge
Wed, 05 Jun 2013 18:15:58 +0400 8013370: Null pointer exception when adding more than 9 accelators to a JMenuBar
malenkov [Wed, 05 Jun 2013 18:15:58 +0400] rev 17906
8013370: Null pointer exception when adding more than 9 accelators to a JMenuBar Reviewed-by: serb
Wed, 05 Jun 2013 17:44:50 +0400 8015339: Correct a wording in javadoc of java.awt.ContainerOrderFocusTraversalPolicy
ant [Wed, 05 Jun 2013 17:44:50 +0400] rev 17905
8015339: Correct a wording in javadoc of java.awt.ContainerOrderFocusTraversalPolicy Reviewed-by: art, anthony
Wed, 05 Jun 2013 16:57:33 +0400 8015425: [macosx] A follow-up for the fix 8010721
vkarnauk [Wed, 05 Jun 2013 16:57:33 +0400] rev 17904
8015425: [macosx] A follow-up for the fix 8010721 Reviewed-by: serb, anthony
Wed, 05 Jun 2013 14:21:31 +0400 8015375: Edits to text components hang for clipboard access
mcherkas [Wed, 05 Jun 2013 14:21:31 +0400] rev 17903
8015375: Edits to text components hang for clipboard access Reviewed-by: art, anthony Contributed-by: Dmitry Markov <dmitry.markov@oracle.com>
Mon, 03 Jun 2013 16:37:13 +0400 6337518: Null Arrow Button Throws Exception in BasicComboBoxUI
alitvinov [Mon, 03 Jun 2013 16:37:13 +0400] rev 17902
6337518: Null Arrow Button Throws Exception in BasicComboBoxUI Reviewed-by: alexp, alexsch
Mon, 03 Jun 2013 16:27:44 +0400 8015500: Prevent sending multiple WINDOW_CLOSED events for already disposed windows
anthony [Mon, 03 Jun 2013 16:27:44 +0400] rev 17901
8015500: Prevent sending multiple WINDOW_CLOSED events for already disposed windows Reviewed-by: anthony, serb Contributed-by: Jose Luis Martin <jlm@joseluismartin.info>
Mon, 03 Jun 2013 14:05:55 +0400 7151823: The test incorrectly recognizing OS
alitvinov [Mon, 03 Jun 2013 14:05:55 +0400] rev 17900
7151823: The test incorrectly recognizing OS Reviewed-by: serb, alexp
Mon, 03 Jun 2013 10:14:05 +0400 8015477: Support single threaded AWT/FX mode.
pchelko [Mon, 03 Jun 2013 10:14:05 +0400] rev 17899
8015477: Support single threaded AWT/FX mode. Reviewed-by: ant, anthony
Fri, 31 May 2013 19:34:02 +0400 6436314: Vector could be created with appropriate size in DefaultComboBoxModel
vkarnauk [Fri, 31 May 2013 19:34:02 +0400] rev 17898
6436314: Vector could be created with appropriate size in DefaultComboBoxModel Reviewed-by: alexsch, alexp
Fri, 31 May 2013 18:46:41 +0400 7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
vkarnauk [Fri, 31 May 2013 18:46:41 +0400] rev 17897
7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds Reviewed-by: alexsch, alexp
Fri, 31 May 2013 18:25:38 +0400 8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
malenkov [Fri, 31 May 2013 18:25:38 +0400] rev 17896
8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor Reviewed-by: alexsch
Fri, 31 May 2013 15:56:07 +0400 8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
ant [Fri, 31 May 2013 15:56:07 +0400] rev 17895
8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX Reviewed-by: anthony
Fri, 31 May 2013 14:12:53 +0400 8013189: JMenuItems draw behind TextArea
anthony [Fri, 31 May 2013 14:12:53 +0400] rev 17894
8013189: JMenuItems draw behind TextArea Summary: Untie XTextAreaPeer internal components from the TextArea parent to prevent its invalidation. I.e. force the java.awt.smartInvalidate=true locally. Reviewed-by: art, serb
Thu, 30 May 2013 18:31:33 +0400 8013773: requestFocusInWindow to a disabled component prevents window of getting focused
ant [Thu, 30 May 2013 18:31:33 +0400] rev 17893
8013773: requestFocusInWindow to a disabled component prevents window of getting focused Reviewed-by: leonidr, alexsch
Thu, 30 May 2013 18:23:21 +0400 8013424: Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7
ant [Thu, 30 May 2013 18:23:21 +0400] rev 17892
8013424: Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7 Reviewed-by: anthony
Thu, 30 May 2013 18:10:26 +0400 8015303: [macosx] Application launched via custom URL Scheme does not receive URL
anthony [Thu, 30 May 2013 18:10:26 +0400] rev 17891
8015303: [macosx] Application launched via custom URL Scheme does not receive URL Summary: Make copies of event parameters Reviewed-by: anthony, swingler, serb Contributed-by: James Tomson <james.b.tomson@gmail.com>
Wed, 05 Jun 2013 09:52:41 -0700 Merge
lana [Wed, 05 Jun 2013 09:52:41 -0700] rev 17890
Merge
Fri, 31 May 2013 09:25:37 -0700 8015556: [macosx] surrogate pairs do not render properly.
prr [Fri, 31 May 2013 09:25:37 -0700] rev 17889
8015556: [macosx] surrogate pairs do not render properly. Reviewed-by: bae, jchen
Fri, 31 May 2013 14:30:28 +0400 8015606: Text is not rendered correctly if destination buffer is custom
bae [Fri, 31 May 2013 14:30:28 +0400] rev 17888
8015606: Text is not rendered correctly if destination buffer is custom Reviewed-by: prr, vadim
Thu, 30 May 2013 16:50:31 +0100 8011693: Remove redundant fontconfig files
andrew [Thu, 30 May 2013 16:50:31 +0100] rev 17887
8011693: Remove redundant fontconfig files Summary: Remove unused fontconfig files from OpenJDK GNU/Linux builds Reviewed-by: andrew, prr Contributed-by: Jiri Vanek <jvanek@redhat.com>
Thu, 06 Jun 2013 09:55:00 -0700 Added tag jdk8-b93 for changeset 9bf66362d942
katleman [Thu, 06 Jun 2013 09:55:00 -0700] rev 17886
Added tag jdk8-b93 for changeset 9bf66362d942
Wed, 05 Jul 2017 18:58:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:58:25 +0200] rev 17885
Merge
Fri, 07 Jun 2013 09:25:19 -0700 Added tag hs25-b36 for changeset 0403dabe9186
amurillo [Fri, 07 Jun 2013 09:25:19 -0700] rev 17884
Added tag hs25-b36 for changeset 0403dabe9186
Fri, 07 Jun 2013 09:25:18 -0700 Merge
amurillo [Fri, 07 Jun 2013 09:25:18 -0700] rev 17883
Merge
Thu, 06 Jun 2013 11:02:25 -0700 Merge
kvn [Thu, 06 Jun 2013 11:02:25 -0700] rev 17882
Merge
Thu, 06 Jun 2013 09:29:38 -0700 8014246: remove assert to catch access to object headers in index_oop_from_field_offset_long
anoll [Thu, 06 Jun 2013 09:29:38 -0700] rev 17881
8014246: remove assert to catch access to object headers in index_oop_from_field_offset_long Reviewed-by: twisti, jrose
Tue, 04 Jun 2013 22:16:15 -0700 8015252: Enable HotSpot build with Clang
simonis [Tue, 04 Jun 2013 22:16:15 -0700] rev 17880
8015252: Enable HotSpot build with Clang Reviewed-by: twisti, dholmes, kvn
Tue, 04 Jun 2013 12:06:54 -0700 8010724: [parfait] Null pointer dereference in hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
morris [Tue, 04 Jun 2013 12:06:54 -0700] rev 17879
8010724: [parfait] Null pointer dereference in hotspot/src/share/vm/c1/c1_LIRGenerator.cpp Summary: added guarantee() Reviewed-by: kvn
Mon, 03 Jun 2013 14:02:05 -0700 Merge
kvn [Mon, 03 Jun 2013 14:02:05 -0700] rev 17878
Merge
Mon, 03 Jun 2013 12:39:33 -0700 8005956: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
adlertz [Mon, 03 Jun 2013 12:39:33 -0700] rev 17877
8005956: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block Summary: Disable re-materialization of reaching definitions (which have live inputs) for phi nodes when spilling. Reviewed-by: twisti, kvn
Mon, 03 Jun 2013 08:52:20 +0200 8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp
anoll [Mon, 03 Jun 2013 08:52:20 +0200] rev 17876
8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp Summary: Added calling of the destructor of CompileLog so that files are closed. Added/moved memory allocation/deallocation of the string that contains the name of the log file to class CompileLog. Reviewed-by: kvn, roland
Wed, 24 Apr 2013 11:49:38 +0200 8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292
roland [Wed, 24 Apr 2013 11:49:38 +0200] rev 17875
8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292 Summary: ConstMethod::max_stack() doesn't account for JSR 292 appendix. Reviewed-by: kvn
Fri, 31 May 2013 06:41:50 +0200 8013496: Code cache management command line options work only in special order. Another order of arguments does not deliver the second parameter to the jvm.
anoll [Fri, 31 May 2013 06:41:50 +0200] rev 17874
8013496: Code cache management command line options work only in special order. Another order of arguments does not deliver the second parameter to the jvm. Summary: Moved check that ReservedCodeCacheSize >= InitialCodeCacheSize to Arguments::check_vm_args_consistency(). As a result, the ordering in which the two parameters are given to the VM is not relevant. Added a regression test. Reviewed-by: kvn, twisti
Fri, 31 May 2013 13:54:47 -0700 8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity
kvn [Fri, 31 May 2013 13:54:47 -0700] rev 17873
8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity Summary: Relax the assert to accept any raw ptr types. Reviewed-by: roland
Fri, 31 May 2013 14:40:26 +0200 8009981: nashorn tests fail with -XX:+VerifyStack
roland [Fri, 31 May 2013 14:40:26 +0200] rev 17872
8009981: nashorn tests fail with -XX:+VerifyStack Summary: nmethod::preserve_callee_argument_oops() must take appendix into account. Reviewed-by: kvn, twisti
Thu, 30 May 2013 08:37:08 -0700 8015266: fix some -Wsign-compare warnings in adlc
twisti [Thu, 30 May 2013 08:37:08 -0700] rev 17871
8015266: fix some -Wsign-compare warnings in adlc Reviewed-by: kvn
Thu, 30 May 2013 11:21:01 +0200 8015585: Missing regression test for 8011771
roland [Thu, 30 May 2013 11:21:01 +0200] rev 17870
8015585: Missing regression test for 8011771 Summary: missing regression test Reviewed-by: kvn
Thu, 06 Jun 2013 05:56:33 -0700 Merge
dcubed [Thu, 06 Jun 2013 05:56:33 -0700] rev 17869
Merge
Wed, 05 Jun 2013 14:12:49 -0400 8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread
hseigel [Wed, 05 Jun 2013 14:12:49 -0400] rev 17868
8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread Summary: Use SA_ONSTACK flag to ensure signal gets delivered properly. Reviewed-by: dholmes, coleenp Contributed-by: gerard.ziemski@oracle.com
Tue, 04 Jun 2013 19:39:21 -0700 8010257: remove unused thread-local variables _ScratchA and _ScratchB
dcubed [Tue, 04 Jun 2013 19:39:21 -0700] rev 17867
8010257: remove unused thread-local variables _ScratchA and _ScratchB Summary: Remove dead code. Reviewed-by: twisti, coleenp
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip