Fri, 15 Mar 2013 12:31:57 -0700 8007927: Improve cmsAllocProfileSequenceDescription
jgodinez [Fri, 15 Mar 2013 12:31:57 -0700] rev 18194
8007927: Improve cmsAllocProfileSequenceDescription Reviewed-by: bae, mschoene, prr Contributed-by: jia-hong.chen@oracle.com
Wed, 13 Mar 2013 17:24:34 -0700 8001033: Refactor network address handling in virtual machine identifiers
dmocek [Wed, 13 Mar 2013 17:24:34 -0700] rev 18193
8001033: Refactor network address handling in virtual machine identifiers Reviewed-by: smarks, hawtin, mchung
Thu, 14 Mar 2013 13:46:15 -0700 7170730: Improve Windows network stack support.
khazra [Thu, 14 Mar 2013 13:46:15 -0700] rev 18192
7170730: Improve Windows network stack support. Summary: Enable exclusive binding of ports on Windows Reviewed-by: alanb, chegar, ahgross
Thu, 14 Mar 2013 14:45:55 +0100 8008607: Better input checking in JMX
jbachorik [Thu, 14 Mar 2013 14:45:55 +0100] rev 18191
8008607: Better input checking in JMX Reviewed-by: dfuchs, mchung, skoivu, sjiang
Thu, 14 Mar 2013 14:42:12 +0100 8008585: Better JMX data handling
jbachorik [Thu, 14 Mar 2013 14:42:12 +0100] rev 18190
8008585: Better JMX data handling Reviewed-by: alanb, dfuchs, jfdenise, skoivu, sjiang
Tue, 12 Mar 2013 11:09:37 +0100 8009034: Improve resulting notifications in JMX
jbachorik [Tue, 12 Mar 2013 11:09:37 +0100] rev 18189
8009034: Improve resulting notifications in JMX Summary: Disallowing access to mutable shared arrays Reviewed-by: dfuchs, mchung, skoivu
Tue, 12 Mar 2013 09:34:26 +0100 8009038: Improve JMX notification support
jbachorik [Tue, 12 Mar 2013 09:34:26 +0100] rev 18188
8009038: Improve JMX notification support Summary: Disallowing access to mutable shared arrays Reviewed-by: dfuchs, mchung, skoivu
Thu, 07 Mar 2013 14:05:05 +0100 8008603: Improve provision of JMX providers
jbachorik [Thu, 07 Mar 2013 14:05:05 +0100] rev 18187
8008603: Improve provision of JMX providers Reviewed-by: alanb, dfuchs, jfdenise, skoivu
Mon, 04 Mar 2013 14:34:15 -0800 8000638: Improve deserialization
dmocek [Mon, 04 Mar 2013 14:34:15 -0800] rev 18186
8000638: Improve deserialization Reviewed-by: smarks, hawtin, mchung
Wed, 27 Feb 2013 11:44:41 +0000 8004288: (fs) Files.probeContentType problems
alanb [Wed, 27 Feb 2013 11:44:41 +0000] rev 18185
8004288: (fs) Files.probeContentType problems Reviewed-by: ahgross, sherman
Wed, 27 Feb 2013 12:10:59 +0400 8001034: Memory management improvements
bae [Wed, 27 Feb 2013 12:10:59 +0400] rev 18184
8001034: Memory management improvements Reviewed-by: mschoene, prr, jgodinez
Tue, 18 Jun 2013 17:19:49 +0400 8016046: (process) Strict validation of input should be security manager case only [win].
uta [Tue, 18 Jun 2013 17:19:49 +0400] rev 18183
8016046: (process) Strict validation of input should be security manager case only [win]. Reviewed-by: alanb, ahgross
Mon, 17 Jun 2013 20:31:04 -0700 8015402: Lambda metafactory should not attempt to determine bridge methods
rfield [Mon, 17 Jun 2013 20:31:04 -0700] rev 18182
8015402: Lambda metafactory should not attempt to determine bridge methods Summary: paired with 8013789: Compiler should emit bridges in interfaces Reviewed-by: twisti
Mon, 17 Jun 2013 17:36:20 -0700 8014620: Signature.getAlgorithm return null in special case
youdwei [Mon, 17 Jun 2013 17:36:20 -0700] rev 18181
8014620: Signature.getAlgorithm return null in special case Reviewed-by: wetmore
Mon, 17 Jun 2013 16:24:48 -0700 7177472: JSR292: MethodType interning penalizes scalability
twisti [Mon, 17 Jun 2013 16:24:48 -0700] rev 18180
7177472: JSR292: MethodType interning penalizes scalability Reviewed-by: twisti Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Mon, 17 Jun 2013 16:28:22 +0400 8016236: Class.getGenericInterfaces performance improvement
shade [Mon, 17 Jun 2013 16:28:22 +0400] rev 18179
8016236: Class.getGenericInterfaces performance improvement Summary: cache more reflective data and lookup results. Reviewed-by: alanb, plevart, psandoz, dl Contributed-by: Doug Lea <dl@cs.oswego.edu>, Aleksey Shipilev <aleksey.shipilev@oracle.com>
Mon, 17 Jun 2013 14:09:25 +0100 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar [Mon, 17 Jun 2013 14:09:25 +0100] rev 18178
8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level) Reviewed-by: darcy
Sun, 16 Jun 2013 22:36:41 -0700 Merge
lana [Sun, 16 Jun 2013 22:36:41 -0700] rev 18177
Merge
Fri, 14 Jun 2013 15:14:56 +0400 8015978: Incorrect transformation of XPath expression "string(-0)"
coffeys [Fri, 14 Jun 2013 15:14:56 +0400] rev 18176
8015978: Incorrect transformation of XPath expression "string(-0)" Reviewed-by: darcy, joehw Contributed-by: aleksej.efimov@oracle.com
Fri, 14 Jun 2013 09:13:03 -0400 8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c
jzavgren [Fri, 14 Jun 2013 09:13:03 -0400] rev 18175
8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c Summary: I modified the native procedure: Java_sun_security_jgss_wrapper_GSSLibStub_initContext() so that allocated memory is freed when errors occur. Reviewed-by: chegar, valeriep
Thu, 13 Jun 2013 17:48:11 -0700 7169142: CookieHandler does not work with localhost
khazra [Thu, 13 Jun 2013 17:48:11 -0700] rev 18174
7169142: CookieHandler does not work with localhost Summary: Add .local to derived effective hostnames without dot Reviewed-by: chegar
Thu, 13 Jun 2013 11:23:00 -0700 8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE
khazra [Thu, 13 Jun 2013 11:23:00 -0700] rev 18173
8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE Summary: Ensure integer overflow does not occur Reviewed-by: chegar
Thu, 13 Jun 2013 15:15:03 +0400 7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently
igerasim [Thu, 13 Jun 2013 15:15:03 +0400] rev 18172
7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently Reviewed-by: chegar, dholmes
Thu, 13 Jun 2013 11:13:30 +0200 8016251: Balanced spliterator for SpinedBuffer
psandoz [Thu, 13 Jun 2013 11:13:30 +0200] rev 18171
8016251: Balanced spliterator for SpinedBuffer Reviewed-by: mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
Wed, 12 Jun 2013 23:54:55 -0700 7040556: SimpleDateFormat.format Portuguese Month should not be capitalized
yhuang [Wed, 12 Jun 2013 23:54:55 -0700] rev 18170
7040556: SimpleDateFormat.format Portuguese Month should not be capitalized Reviewed-by: okutsu
Thu, 13 Jun 2013 10:00:00 +0800 8015274: TEST_BUG: Step2: After selecting 'View Warning Log', it is empty instead of FileNotFound.
weijun [Thu, 13 Jun 2013 10:00:00 +0800] rev 18169
8015274: TEST_BUG: Step2: After selecting 'View Warning Log', it is empty instead of FileNotFound. 8015276: TEST_BUG: The 'ptool.test' can't be saved in the 'tmp' folder. 8016158: Instruction is not clear on how to use keytool to create JKS store in case Reviewed-by: mullan
Thu, 13 Jun 2013 09:59:29 +0800 8014310: JAAS/Krb5LoginModule using des encytypes failure with NPE after JDK-8012679
weijun [Thu, 13 Jun 2013 09:59:29 +0800] rev 18168
8014310: JAAS/Krb5LoginModule using des encytypes failure with NPE after JDK-8012679 Reviewed-by: valeriep
Wed, 12 Jun 2013 14:07:14 -0700 8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895
henryjen [Wed, 12 Jun 2013 14:07:14 -0700] rev 18167
8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895 Reviewed-by: mduigou
Wed, 12 Jun 2013 11:11:59 -0700 8010325: Remove hash32() method and hash32 int field from java.lang.String
bchristi [Wed, 12 Jun 2013 11:11:59 -0700] rev 18166
8010325: Remove hash32() method and hash32 int field from java.lang.String Reviewed-by: alanb, mduigou
Wed, 12 Jun 2013 09:44:34 +0100 8016369: java/lang/instrument/RetransformBigClass.sh failing again
alanb [Wed, 12 Jun 2013 09:44:34 +0100] rev 18165
8016369: java/lang/instrument/RetransformBigClass.sh failing again Reviewed-by: sla, sergei
Wed, 12 Jun 2013 08:04:11 +0100 8016370: javadoc warnings, unexpected </p> mostly
alanb [Wed, 12 Jun 2013 08:04:11 +0100] rev 18164
8016370: javadoc warnings, unexpected </p> mostly Reviewed-by: martin, jjg
Tue, 11 Jun 2013 15:39:20 -0700 8016213: Convert j2se NetBeans project to use top-level make targets
mduigou [Tue, 11 Jun 2013 15:39:20 -0700] rev 18163
8016213: Convert j2se NetBeans project to use top-level make targets Reviewed-by: chegar
Tue, 11 Jun 2013 11:18:02 -0700 8015960: java/util/Locale/LocaleProviders.java failing again on Windows
naoto [Tue, 11 Jun 2013 11:18:02 -0700] rev 18162
8015960: java/util/Locale/LocaleProviders.java failing again on Windows Reviewed-by: alanb
Tue, 11 Jun 2013 14:09:06 +0100 Merge
alanb [Tue, 11 Jun 2013 14:09:06 +0100] rev 18161
Merge
Tue, 11 Jun 2013 11:25:59 +0100 8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable)
alanb [Tue, 11 Jun 2013 11:25:59 +0100] rev 18160
8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable) Reviewed-by: alanb Contributed-by: martinrb@google.com
Tue, 11 Jun 2013 11:22:28 +0100 7059085: Retire Thread.stop(Throwable) so that it throws UOE
alanb [Tue, 11 Jun 2013 11:22:28 +0100] rev 18159
7059085: Retire Thread.stop(Throwable) so that it throws UOE Reviewed-by: dholmes, chegar, forax, darcy, mduigou
Tue, 11 Jun 2013 12:13:26 +0200 8015895: Int/LongStream.range/rangeClosed
psandoz [Tue, 11 Jun 2013 12:13:26 +0200] rev 18158
8015895: Int/LongStream.range/rangeClosed 8012986: Right-bias range spliterators for large ranges Reviewed-by: mduigou
Mon, 10 Jun 2013 11:06:26 -0700 8013827: File.createTempFile hangs with temp file starting with 'com1.4'
dxu [Mon, 10 Jun 2013 11:06:26 -0700] rev 18157
8013827: File.createTempFile hangs with temp file starting with 'com1.4' 8011950: java.io.File.createTempFile enters infinite loop when passed invalid data Reviewed-by: alanb
Mon, 10 Jun 2013 12:58:32 +0100 8016217: More javadoc warnings
alanb [Mon, 10 Jun 2013 12:58:32 +0100] rev 18156
8016217: More javadoc warnings Reviewed-by: lancea, chegar, psandoz
Mon, 10 Jun 2013 12:26:20 +0200 8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
psandoz [Mon, 10 Jun 2013 12:26:20 +0200] rev 18155
8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator Reviewed-by: chegar
Mon, 10 Jun 2013 12:20:34 +0200 8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
psandoz [Mon, 10 Jun 2013 12:20:34 +0200] rev 18154
8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream Reviewed-by: alanb
Mon, 10 Jun 2013 11:52:32 +0200 8015492: Remove DoubleStream.range methods
psandoz [Mon, 10 Jun 2013 11:52:32 +0200] rev 18153
8015492: Remove DoubleStream.range methods Reviewed-by: alanb
Sat, 08 Jun 2013 09:05:49 -0700 8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing
ksrini [Sat, 08 Jun 2013 09:05:49 -0700] rev 18152
8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing Reviewed-by: alanb, darcy, chegar
Fri, 07 Jun 2013 22:15:27 -0400 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
coleenp [Fri, 07 Jun 2013 22:15:27 -0400] rev 18151
7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted Summary: The code for this test is fixed now and integrated to TL repo and it passes now. Reviewed-by: alanb
Fri, 07 Jun 2013 13:49:37 -0700 8015728: (zipfs) demo/zipfs/basic.sh failing
sherman [Fri, 07 Jun 2013 13:49:37 -0700] rev 18150
8015728: (zipfs) demo/zipfs/basic.sh failing Summary: to return the correct loc entry size from wirteLOC(); Reviewed-by: alanb
Fri, 07 Jun 2013 14:13:40 -0400 8016101: Fix typo in SerialRef and missing @param in SerialStruct
lancea [Fri, 07 Jun 2013 14:13:40 -0400] rev 18149
8016101: Fix typo in SerialRef and missing @param in SerialStruct Reviewed-by: darcy
Fri, 07 Jun 2013 10:59:41 -0700 7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
khazra [Fri, 07 Jun 2013 10:59:41 -0700] rev 18148
7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER Summary: Return false for null arguments in ACCEPT_ORIGINAL_SERVER#shouldAccept() Reviewed-by: chegar
Fri, 07 Jun 2013 17:37:23 +0900 7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8
okutsu [Fri, 07 Jun 2013 17:37:23 +0900] rev 18147
7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8 Reviewed-by: peytoia
Fri, 07 Jun 2013 17:07:12 +0900 7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
okutsu [Fri, 07 Jun 2013 17:07:12 +0900] rev 18146
7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces Reviewed-by: peytoia
Thu, 06 Jun 2013 16:45:25 -0700 8016117: New sun.misc.FDBigInteger class as part of 7032154
bpb [Thu, 06 Jun 2013 16:45:25 -0700] rev 18145
8016117: New sun.misc.FDBigInteger class as part of 7032154 Reviewed-by: martin, iris Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
Thu, 06 Jun 2013 22:22:56 +0100 8016063: getFinalAttributes should use FindClose
robm [Thu, 06 Jun 2013 22:22:56 +0100] rev 18144
8016063: getFinalAttributes should use FindClose Reviewed-by: alanb
Wed, 05 Jun 2013 21:01:02 -0700 7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
bpb [Wed, 05 Jun 2013 21:01:02 -0700] rev 18143
7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal Summary: Performance improvements for double/float -> String and decimal/hex String -> double/float conversions. Reviewed-by: martin, iris Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
Thu, 06 Jun 2013 11:39:34 -0700 Merge
mduigou [Thu, 06 Jun 2013 11:39:34 -0700] rev 18142
Merge
Wed, 05 Jun 2013 15:56:51 -0700 8015522: CharSequence.codePoints can be faster
henryjen [Wed, 05 Jun 2013 15:56:51 -0700] rev 18141
8015522: CharSequence.codePoints can be faster Reviewed-by: martin, psandoz, alanb Contributed-by: henry.jen@oracle.com
Thu, 06 Jun 2013 20:43:05 +0400 8009579: Xpathexception does not honor initcause()
dmeetry [Thu, 06 Jun 2013 20:43:05 +0400] rev 18140
8009579: Xpathexception does not honor initcause() Reviewed-by: alanb, dholmes, joehw Contributed-by: aleksej.efimov@oracle.com
Thu, 06 Jun 2013 09:51:17 -0400 8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK
emc [Thu, 06 Jun 2013 09:51:17 -0400] rev 18139
8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK Summary: setProtectionDomain0 and JVM_SetProtectionDomain are unused since at least 1.5. This is the JDK side of a changeset to remove it. Reviewed-by: alanb
Thu, 06 Jun 2013 14:10:44 +0100 8000450: Restrict access to com/sun/corba/se/impl package
coffeys [Thu, 06 Jun 2013 14:10:44 +0100] rev 18138
8000450: Restrict access to com/sun/corba/se/impl package Reviewed-by: alanb, chegar, lancea
Thu, 06 Jun 2013 05:32:26 -0400 8015470: Remove redundant calls of toString() on String objects
dholmes [Thu, 06 Jun 2013 05:32:26 -0400] rev 18137
8015470: Remove redundant calls of toString() on String objects Reviewed-by: dholmes, alanb Contributed-by: Otavio Goncalves <otariojava@java.net>
Wed, 19 Jun 2013 17:59:09 -0700 Merge
lana [Wed, 19 Jun 2013 17:59:09 -0700] rev 18136
Merge
Wed, 19 Jun 2013 17:12:23 +0400 8005661: [parfait] Possible buffer overrun in jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c
pchelko [Wed, 19 Jun 2013 17:12:23 +0400] rev 18135
8005661: [parfait] Possible buffer overrun in jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c 8005695: [parfait] Format string argument mismatch in jdk/src/solaris/native/sun/xawt/XToolkit.c 8005752: [parfait] False positive function call mismatch at jdk/src/solaris/native/sun/xawt/XWindow.c Reviewed-by: art, serb
Wed, 19 Jun 2013 14:28:44 +0400 8013442: No file filter selected in file type combo box when using JFileChooser
malenkov [Wed, 19 Jun 2013 14:28:44 +0400] rev 18134
8013442: No file filter selected in file type combo box when using JFileChooser Reviewed-by: alexsch
Mon, 17 Jun 2013 18:30:49 +0400 8013571: TreeModelEvent doesn't accept "null" for root as Javadoc specifies.
malenkov [Mon, 17 Jun 2013 18:30:49 +0400] rev 18133
8013571: TreeModelEvent doesn't accept "null" for root as Javadoc specifies. Reviewed-by: alexsch
Fri, 14 Jun 2013 10:41:45 -0700 Merge
lana [Fri, 14 Jun 2013 10:41:45 -0700] rev 18132
Merge
Fri, 14 Jun 2013 16:38:18 +0400 8014821: Regression: Focus issues with Oracle WebCenter Capture applet
ant [Fri, 14 Jun 2013 16:38:18 +0400] rev 18131
8014821: Regression: Focus issues with Oracle WebCenter Capture applet Reviewed-by: leonidr
Thu, 13 Jun 2013 18:46:17 +0400 6847588: AWT test fails
alitvinov [Thu, 13 Jun 2013 18:46:17 +0400] rev 18130
6847588: AWT test fails Reviewed-by: anthony, serb
Thu, 13 Jun 2013 11:10:29 +0400 8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
pchelko [Thu, 13 Jun 2013 11:10:29 +0400] rev 18129
8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac Reviewed-by: anthony, serb
Wed, 12 Jun 2013 16:18:04 +0400 8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56
ant [Wed, 12 Jun 2013 16:18:04 +0400] rev 18128
8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56 Reviewed-by: anthony
Tue, 11 Jun 2013 16:30:34 +0400 8009984: [parfait] Buffer overrun at jdk/src/macosx/native/com/apple/laf/AquaFileView.m
alexsch [Tue, 11 Jun 2013 16:30:34 +0400] rev 18127
8009984: [parfait] Buffer overrun at jdk/src/macosx/native/com/apple/laf/AquaFileView.m Reviewed-by: serb, art
Tue, 11 Jun 2013 16:02:22 +0400 8015336: BasicComboBoxEditor throws NullPointerException
malenkov [Tue, 11 Jun 2013 16:02:22 +0400] rev 18126
8015336: BasicComboBoxEditor throws NullPointerException Reviewed-by: alexsch
Tue, 11 Jun 2013 14:20:37 +0400 7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails
kshefov [Tue, 11 Jun 2013 14:20:37 +0400] rev 18125
7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails Reviewed-by: alexsch, serb
Tue, 11 Jun 2013 14:14:31 +0400 8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails
kshefov [Tue, 11 Jun 2013 14:14:31 +0400] rev 18124
8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails Reviewed-by: anthony, serb
Mon, 10 Jun 2013 16:44:40 +0400 7105030: [TEST_BUG] [macosx] The tests never finishes
kshefov [Mon, 10 Jun 2013 16:44:40 +0400] rev 18123
7105030: [TEST_BUG] [macosx] The tests never finishes Reviewed-by: alexsch, serb
Thu, 06 Jun 2013 17:59:37 +0400 8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo
dmarkov [Thu, 06 Jun 2013 17:59:37 +0400] rev 18122
8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo Reviewed-by: alexp, serb
Thu, 06 Jun 2013 17:06:22 +0400 7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
kshefov [Thu, 06 Jun 2013 17:06:22 +0400] rev 18121
7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner Reviewed-by: serb, anthony
Thu, 06 Jun 2013 17:02:05 +0400 8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions
kshefov [Thu, 06 Jun 2013 17:02:05 +0400] rev 18120
8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions Reviewed-by: serb, anthony
Wed, 19 Jun 2013 17:57:12 -0700 Merge
lana [Wed, 19 Jun 2013 17:57:12 -0700] rev 18119
Merge
Mon, 17 Jun 2013 10:34:24 -0700 8015334: Memory leak when kerning is used on Windows.
prr [Mon, 17 Jun 2013 10:34:24 -0700] rev 18118
8015334: Memory leak when kerning is used on Windows. Reviewed-by: srl, bae
Fri, 14 Jun 2013 11:10:00 -0700 Merge
lana [Fri, 14 Jun 2013 11:10:00 -0700] rev 18117
Merge
Thu, 13 Jun 2013 13:02:37 -0700 8016485: Windows native print dialog does not reflect default printer settings
prr [Thu, 13 Jun 2013 13:02:37 -0700] rev 18116
8016485: Windows native print dialog does not reflect default printer settings Reviewed-by: jgodinez, jchen
Fri, 07 Jun 2013 10:26:29 -0700 8013810: PrintServiceLookup.lookupPrintServices() does not return consistent result
jgodinez [Fri, 07 Jun 2013 10:26:29 -0700] rev 18115
8013810: PrintServiceLookup.lookupPrintServices() does not return consistent result Reviewed-by: prr, jgodinez Contributed-by: patrick@reini.net
Fri, 07 Jun 2013 14:45:29 +0400 6830714: cmm test failures with OpenJDK
bae [Fri, 07 Jun 2013 14:45:29 +0400] rev 18114
6830714: cmm test failures with OpenJDK Reviewed-by: prr
Thu, 06 Jun 2013 13:57:25 +0400 8013430: REGRESSION: closed/java/awt/color/ICC_Profile/LoadProfileTest/LoadProfileTest.java fails with java.io.StreamCorruptedException: invalid type code: EE since 8b87
bae [Thu, 06 Jun 2013 13:57:25 +0400] rev 18113
8013430: REGRESSION: closed/java/awt/color/ICC_Profile/LoadProfileTest/LoadProfileTest.java fails with java.io.StreamCorruptedException: invalid type code: EE since 8b87 Reviewed-by: prr, vadim
Thu, 20 Jun 2013 10:17:29 -0700 Added tag jdk8-b95 for changeset b537ef8da8d5
katleman [Thu, 20 Jun 2013 10:17:29 -0700] rev 18112
Added tag jdk8-b95 for changeset b537ef8da8d5
Wed, 05 Jul 2017 19:00:09 +0200 Merge
duke [Wed, 05 Jul 2017 19:00:09 +0200] rev 18111
Merge
Wed, 26 Jun 2013 11:25:42 -0700 8017323: JDK8 b95 source with GPL header errors
katleman [Wed, 26 Jun 2013 11:25:42 -0700] rev 18110
8017323: JDK8 b95 source with GPL header errors Reviewed-by: tbell, darcy
Tue, 25 Jun 2013 12:46:21 -0700 Merge
amurillo [Tue, 25 Jun 2013 12:46:21 -0700] rev 18109
Merge
Fri, 21 Jun 2013 00:51:57 -0700 Added tag hs25-b38 for changeset 5fa5cb572ab6
amurillo [Fri, 21 Jun 2013 00:51:57 -0700] rev 18108
Added tag hs25-b38 for changeset 5fa5cb572ab6
Fri, 21 Jun 2013 00:51:56 -0700 Merge
amurillo [Fri, 21 Jun 2013 00:51:56 -0700] rev 18107
Merge
Thu, 20 Jun 2013 16:08:11 -0700 Merge
kvn [Thu, 20 Jun 2013 16:08:11 -0700] rev 18106
Merge
Wed, 19 Jun 2013 00:41:56 +0200 8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
adlertz [Wed, 19 Jun 2013 00:41:56 +0200] rev 18105
8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc Summary: Remove unnecessary LoadN / DecodeN nodes at MemBarAcquire nodes. Reviewed-by: kvn, roland
Mon, 17 Jun 2013 12:35:53 -0400 8002160: Compilation issue with adlc using latest SunStudio compilers
drchase [Mon, 17 Jun 2013 12:35:53 -0400] rev 18104
8002160: Compilation issue with adlc using latest SunStudio compilers Summary: modify declaration of 'swap' overloading; dodge optimizer bug in c1_LIR.cpp Reviewed-by: kvn, jrose
Fri, 14 Jun 2013 16:33:34 -0700 Merge
kvn [Fri, 14 Jun 2013 16:33:34 -0700] rev 18103
Merge
Fri, 14 Jun 2013 01:19:56 +0200 8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
adlertz [Fri, 14 Jun 2013 01:19:56 +0200] rev 18102
8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block Summary: Disable rematerialization for negD node Reviewed-by: kvn, roland
Thu, 13 Jun 2013 15:39:47 -0400 8010124: JVM_GetClassContext: use GrowableArray instead of KlassLink
drchase [Thu, 13 Jun 2013 15:39:47 -0400] rev 18101
8010124: JVM_GetClassContext: use GrowableArray instead of KlassLink Summary: replace linked data structure with array (performance) Reviewed-by: kvn Contributed-by: christian.thalinger@oracle.com, david.r.chase@oracle.com
Tue, 11 Jun 2013 16:40:31 -0700 Merge
kvn [Tue, 11 Jun 2013 16:40:31 -0700] rev 18100
Merge
Tue, 11 Jun 2013 16:34:34 -0400 8014959: assert(Compile::current()->live_nodes() < (uint)MaxNodeLimit) failed: Live Node limit exceeded limit
drchase [Tue, 11 Jun 2013 16:34:34 -0400] rev 18099
8014959: assert(Compile::current()->live_nodes() < (uint)MaxNodeLimit) failed: Live Node limit exceeded limit Summary: Insert extra checks and bailouts for too many nodes Reviewed-by: kvn
Tue, 11 Jun 2013 11:13:09 -0700 8003268: SharedRuntime::generate_native_wrapper doesn't save all registers across runtime tracing calls for JNI critical native methods
twisti [Tue, 11 Jun 2013 11:13:09 -0700] rev 18098
8003268: SharedRuntime::generate_native_wrapper doesn't save all registers across runtime tracing calls for JNI critical native methods Reviewed-by: kvn
Fri, 07 Jun 2013 16:46:37 -0700 8008407: remove SPARC V8 support
morris [Fri, 07 Jun 2013 16:46:37 -0700] rev 18097
8008407: remove SPARC V8 support Summary: Removed most of the SPARC V8 instructions Reviewed-by: kvn, twisti
Fri, 07 Jun 2013 11:43:53 -0700 Merge
kvn [Fri, 07 Jun 2013 11:43:53 -0700] rev 18096
Merge
Fri, 07 Jun 2013 07:33:35 -0700 8015437: SPARC cbcond branch offset out of 10-bit range
morris [Fri, 07 Jun 2013 07:33:35 -0700] rev 18095
8015437: SPARC cbcond branch offset out of 10-bit range Summary: Forced SPARC MacroAssembler eden_alloate to use long branch to slow case Reviewed-by: kvn, twisti
Thu, 20 Jun 2013 10:03:58 +0200 Merge
ehelin [Thu, 20 Jun 2013 10:03:58 +0200] rev 18094
Merge
Wed, 19 Jun 2013 06:09:46 -0700 8015903: Format issue with -XX:+PrintAdaptiveSizePolicy on JDK8
poonam [Wed, 19 Jun 2013 06:09:46 -0700] rev 18093
8015903: Format issue with -XX:+PrintAdaptiveSizePolicy on JDK8 Summary: Missing linebreak in hotspot log. Reviewed-by: brutisso, tschatzl Contributed-by: vladimir.kempik@oracle.com
Tue, 18 Jun 2013 22:45:32 +0200 8016556: G1: Use ArrayAllocator for BitMaps
brutisso [Tue, 18 Jun 2013 22:45:32 +0200] rev 18092
8016556: G1: Use ArrayAllocator for BitMaps Reviewed-by: tschatzl, dholmes, coleenp, johnc
Tue, 18 Jun 2013 12:31:07 -0700 8015237: Parallelize string table scanning during strong root processing
johnc [Tue, 18 Jun 2013 12:31:07 -0700] rev 18091
8015237: Parallelize string table scanning during strong root processing Summary: Parallelize the scanning of the intern string table by having each GC worker claim a given number of buckets. Changes were also reviewed by Per Liden <per.liden@oracle.com>. Reviewed-by: tschatzl, stefank, twisti
Fri, 14 Jun 2013 08:02:32 +0200 8012265: VM often crashes on solaris with a lot of memory
brutisso [Fri, 14 Jun 2013 08:02:32 +0200] rev 18090
8012265: VM often crashes on solaris with a lot of memory Summary: Increase HeapBaseMinAddress for G1 from 256m to 1g on Solaris x86 Reviewed-by: mgerdin, coleenp, kvn
Wed, 19 Jun 2013 18:13:52 +0200 Merge
nloodin [Wed, 19 Jun 2013 18:13:52 +0200] rev 18089
Merge
Tue, 18 Jun 2013 09:08:35 -0700 8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25"
minqi [Tue, 18 Jun 2013 09:08:35 -0700] rev 18088
8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25" Summary: Windows reserves and only partially commits thread stack. For detecting more thread stack space for execution, Windows installs one-shot page as guard page just before the current commited edge. It will trigger STACK_OVERFLOW_EXCEPTION when lands on last 4 pages of thread stack space. StackYellowPages default value is 2 on Windows (plus 1 page of StackRedPages, 3 pages guarded by hotspot) so the exception happens one page before Yellow pages. Same route executed second time will have one more page brought in, this leads same execution with different stack depth(interpreter mode). We need match Windows settings so the stack overflow exception will not happen before Yellow pages. Reviewed-by: dholmes Contributed-by: andreas.schoesser@sap.com
Tue, 18 Jun 2013 09:34:16 -0400 Merge
zgu [Tue, 18 Jun 2013 09:34:16 -0400] rev 18087
Merge
Tue, 18 Jun 2013 08:44:08 -0400 8013651: NMT: reserve/release sequence id's in incorrect order due to race
zgu [Tue, 18 Jun 2013 08:44:08 -0400] rev 18086
8013651: NMT: reserve/release sequence id's in incorrect order due to race Summary: Fixed NMT race condition for realloc, uncommit and release Reviewed-by: coleenp, ccheung
Mon, 17 Jun 2013 18:35:44 +0200 8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8
sla [Mon, 17 Jun 2013 18:35:44 +0200] rev 18085
8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8 Reviewed-by: dcubed, mgronlun
Mon, 10 Jun 2013 10:45:19 -0400 8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
zgu [Mon, 10 Jun 2013 10:45:19 -0400] rev 18084
8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites Summary: Simple fix when memory allocation site is gone, NMT should report 0 memory size, instead old memory size. Reviewed-by: dcubed, ctornqvi
Sat, 15 Jun 2013 13:17:36 +0200 8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp
mgronlun [Sat, 15 Jun 2013 13:17:36 +0200] rev 18083
8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp Reviewed-by: sla, rbackman
Fri, 14 Jun 2013 22:34:08 -0700 Merge
sspitsyn [Fri, 14 Jun 2013 22:34:08 -0700] rev 18082
Merge
Fri, 14 Jun 2013 15:17:10 -0700 6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description
sspitsyn [Fri, 14 Jun 2013 15:17:10 -0700] rev 18081
6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description Summary: A typo in the parameter spelling, a bound update missed when the parameter was renamed Reviewed-by: sla, minqi Contributed-by: serguei.spitsyn@oracle.com
Fri, 14 Jun 2013 19:49:58 -0700 Merge
dcubed [Fri, 14 Jun 2013 19:49:58 -0700] rev 18080
Merge
Fri, 14 Jun 2013 08:00:35 -0700 Merge
dcubed [Fri, 14 Jun 2013 08:00:35 -0700] rev 18079
Merge
Fri, 14 Jun 2013 07:46:22 -0700 7178026: os::close can restart ::close but that is not a restartable syscall
rdurbin [Fri, 14 Jun 2013 07:46:22 -0700] rev 18078
7178026: os::close can restart ::close but that is not a restartable syscall Summary: Removed restart macros from all os:close calls on Solaris, Linux, MacOS X platforms. Reviewed-by: dcubed, dholmes
Fri, 14 Jun 2013 15:20:32 -0700 Merge
zgu [Fri, 14 Jun 2013 15:20:32 -0700] rev 18077
Merge
Fri, 14 Jun 2013 07:39:19 -0700 Merge
zgu [Fri, 14 Jun 2013 07:39:19 -0700] rev 18076
Merge
Fri, 14 Jun 2013 09:18:42 -0400 8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline
zgu [Fri, 14 Jun 2013 09:18:42 -0400] rev 18075
8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline Summary: Simple fix to add NULL pointer check that can cause segv Reviewed-by: coleenp, ctornqvi
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip