Fri, 05 Jul 2013 08:09:40 -0700 Merge
fparain [Fri, 05 Jul 2013 08:09:40 -0700] rev 18685
Merge
Fri, 05 Jul 2013 08:26:49 +0000 8016465: The hs_err file gets wrong name
fparain [Fri, 05 Jul 2013 08:26:49 +0000] rev 18684
8016465: The hs_err file gets wrong name Reviewed-by: dcubed, dholmes, rdurbin
Thu, 04 Jul 2013 21:10:17 -0700 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
dcubed [Thu, 04 Jul 2013 21:10:17 -0700] rev 18683
8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test Reviewed-by: dsamersoff, zgu, hseigel, coleenp
Thu, 04 Jul 2013 04:03:28 -0700 Merge
zgu [Thu, 04 Jul 2013 04:03:28 -0700] rev 18682
Merge
Thu, 04 Jul 2013 06:24:08 -0400 8016074: NMT: assertion failed: assert(thread->thread_state() == from) failed: coming from wrong thread state
zgu [Thu, 04 Jul 2013 06:24:08 -0400] rev 18681
8016074: NMT: assertion failed: assert(thread->thread_state() == from) failed: coming from wrong thread state Summary: Uses os::NakedYield() on Solaris instead of os::yield_all() Reviewed-by: acorn, coleenp, hseigel
Wed, 03 Jul 2013 13:45:39 -0400 8019833: Wrong JNI error code for preexisting JVM
coleenp [Wed, 03 Jul 2013 13:45:39 -0400] rev 18680
8019833: Wrong JNI error code for preexisting JVM Summary: Return the appropriate JNI error message (instead of the generic one) when the JVM is already started Reviewed-by: coleenp, hseigel Contributed-by: sylvestre@debian.org
Thu, 04 Jul 2013 14:56:49 -0700 8019934: new hotspot build - hs25-b41
amurillo [Thu, 04 Jul 2013 14:56:49 -0700] rev 18679
8019934: new hotspot build - hs25-b41 Reviewed-by: jcoomes
Thu, 11 Jul 2013 10:13:37 -0700 Added tag jdk8-b98 for changeset 9402036a05e2
katleman [Thu, 11 Jul 2013 10:13:37 -0700] rev 18678
Added tag jdk8-b98 for changeset 9402036a05e2
Thu, 11 Jul 2013 10:13:32 -0700 Added tag jdk8-b98 for changeset 99bf8dc53505
katleman [Thu, 11 Jul 2013 10:13:32 -0700] rev 18677
Added tag jdk8-b98 for changeset 99bf8dc53505
Wed, 05 Jul 2017 19:03:14 +0200 Added tag jdk8-b98 for changeset 711eb4aa87de
duke [Wed, 05 Jul 2017 19:03:14 +0200] rev 18676
Added tag jdk8-b98 for changeset 711eb4aa87de
Wed, 05 Jul 2017 19:03:14 +0200 Merge jdk8-b98
duke [Wed, 05 Jul 2017 19:03:14 +0200] rev 18675
Merge
Wed, 05 Jul 2017 19:03:11 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:11 +0200] rev 18674
Merge
Fri, 05 Jul 2013 11:06:24 -0700 Merge
lana [Fri, 05 Jul 2013 11:06:24 -0700] rev 18673
Merge
Tue, 02 Jul 2013 22:49:40 +0100 6326693: variable x might already have been assigned, when assignment is in catch block
vromero [Tue, 02 Jul 2013 22:49:40 +0100] rev 18672
6326693: variable x might already have been assigned, when assignment is in catch block Reviewed-by: mcimadamore
Mon, 01 Jul 2013 16:36:08 -0700 8019460: tests in changeset do not have @bug tag
ksrini [Mon, 01 Jul 2013 16:36:08 -0700] rev 18671
8019460: tests in changeset do not have @bug tag Reviewed-by: darcy
Tue, 02 Jul 2013 10:21:41 +0100 8019397: javap does not show SourceDebugExtension properly
vromero [Tue, 02 Jul 2013 10:21:41 +0100] rev 18670
8019397: javap does not show SourceDebugExtension properly Reviewed-by: jjg Contributed-by: dmytro_sheyko@hotmail.com
Mon, 01 Jul 2013 11:58:45 -0700 7162089: Add support for repeating annotations to javax.annotation.processing
darcy [Mon, 01 Jul 2013 11:58:45 -0700] rev 18669
7162089: Add support for repeating annotations to javax.annotation.processing Reviewed-by: abuckley, jjg, jfranck
Mon, 01 Jul 2013 14:57:03 +0100 7034798: Ambiguity error for abstract method call is too eager
mcimadamore [Mon, 01 Jul 2013 14:57:03 +0100] rev 18668
7034798: Ambiguity error for abstract method call is too eager Summary: Javac should wait and see if ambiguous methods can be reconciled at the end of an overload resolution round Reviewed-by: jjg, vromero
Sat, 29 Jun 2013 20:12:24 +0100 6983646: javap should identify why a DefaultAttribute is being used
vromero [Sat, 29 Jun 2013 20:12:24 +0100] rev 18667
6983646: javap should identify why a DefaultAttribute is being used Reviewed-by: jjg
Fri, 28 Jun 2013 19:47:54 -0700 Merge
lana [Fri, 28 Jun 2013 19:47:54 -0700] rev 18666
Merge
Fri, 28 Jun 2013 14:36:06 +0100 8005552: c.s.t.javap.AttributeWriter.visitLocalVariableTable() uses incorrect format string
vromero [Fri, 28 Jun 2013 14:36:06 +0100] rev 18665
8005552: c.s.t.javap.AttributeWriter.visitLocalVariableTable() uses incorrect format string Reviewed-by: mcimadamore
Fri, 28 Jun 2013 13:20:44 +0100 6473148: TreePath.iterator() should document the iteration order
vromero [Fri, 28 Jun 2013 13:20:44 +0100] rev 18664
6473148: TreePath.iterator() should document the iteration order Reviewed-by: mcimadamore
Fri, 28 Jun 2013 06:54:58 -0400 8016760: Failure of regression test langtools/tools/javac/T6725036.java
emc [Fri, 28 Jun 2013 06:54:58 -0400] rev 18663
8016760: Failure of regression test langtools/tools/javac/T6725036.java Summary: Marking the failing test @ignore; the proposed change for 8015666 addresses the underlying issue Reviewed-by: jjg
Thu, 27 Jun 2013 17:45:56 -0400 8013357: javac accepts erroneous binary comparison operations
emc [Thu, 27 Jun 2013 17:45:56 -0400] rev 18662
8013357: javac accepts erroneous binary comparison operations Summary: javac does not report type errors on illegal Object == primitive comparisons Reviewed-by: abuckley, mcimadamore
Thu, 27 Jun 2013 12:42:47 -0700 7080001: Need to bump version numbers in build.properties for 8
ksrini [Thu, 27 Jun 2013 12:42:47 -0700] rev 18661
7080001: Need to bump version numbers in build.properties for 8 Reviewed-by: jjg
Thu, 27 Jun 2013 11:46:23 -0700 8019308: Add descriptions of Java SE 7 and 8 language changes to SourceVersion
darcy [Thu, 27 Jun 2013 11:46:23 -0700] rev 18660
8019308: Add descriptions of Java SE 7 and 8 language changes to SourceVersion Reviewed-by: jjg
Thu, 27 Jun 2013 17:47:18 +0200 8015720: since tag isn't copied while generating JavaFX documentation
janvalenta [Thu, 27 Jun 2013 17:47:18 +0200] rev 18659
8015720: since tag isn't copied while generating JavaFX documentation Reviewed-by: jjg
Thu, 27 Jun 2013 16:06:56 +0100 7008643: inlined finally clauses confuse debuggers
vromero [Thu, 27 Jun 2013 16:06:56 +0100] rev 18658
7008643: inlined finally clauses confuse debuggers Reviewed-by: jjg
Thu, 27 Jun 2013 16:04:05 +0100 8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
vromero [Thu, 27 Jun 2013 16:04:05 +0100] rev 18657
8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes ) Reviewed-by: jjg
Thu, 27 Jun 2013 09:54:50 +0100 8017609: javac, ClassFile.read(Path) should be ClassFile.read(Path, Attribute.Factory)
vromero [Thu, 27 Jun 2013 09:54:50 +0100] rev 18656
8017609: javac, ClassFile.read(Path) should be ClassFile.read(Path, Attribute.Factory) Reviewed-by: jjg
Thu, 27 Jun 2013 09:51:59 +0100 7066788: javah again accepts -old option (ineffectively) which was removed in 1.5.
vromero [Thu, 27 Jun 2013 09:51:59 +0100] rev 18655
7066788: javah again accepts -old option (ineffectively) which was removed in 1.5. Reviewed-by: jjg
Thu, 27 Jun 2013 10:35:36 +0200 8014513: Sjavac doesn't detect 32-bit jvm properly
erikj [Thu, 27 Jun 2013 10:35:36 +0200] rev 18654
8014513: Sjavac doesn't detect 32-bit jvm properly Reviewed-by: jjg
Thu, 27 Jun 2013 00:37:13 -0400 8014230: Compilation incorrectly succeeds with inner class constructor with 254 parameters
emc [Thu, 27 Jun 2013 00:37:13 -0400] rev 18653
8014230: Compilation incorrectly succeeds with inner class constructor with 254 parameters Summary: The compiler does not account fr extra parameters due to inner this parameters Reviewed-by: jjg
Wed, 26 Jun 2013 20:45:47 -0700 8013738: Two javadoc tests have bug 0000000
bpatel [Wed, 26 Jun 2013 20:45:47 -0700] rev 18652
8013738: Two javadoc tests have bug 0000000 Reviewed-by: jjg
Wed, 26 Jun 2013 20:42:43 -0700 8014017: extra space in javadoc class heading
bpatel [Wed, 26 Jun 2013 20:42:43 -0700] rev 18651
8014017: extra space in javadoc class heading Reviewed-by: jjg
Wed, 26 Jun 2013 20:38:21 -0700 8007338: Method grouping tab line-folding
bpatel [Wed, 26 Jun 2013 20:38:21 -0700] rev 18650
8007338: Method grouping tab line-folding Reviewed-by: jjg
Wed, 26 Jun 2013 18:03:58 -0700 8014137: Update test/tools/javac/literals/UnderscoreLiterals to add testcases with min/max values
jjg [Wed, 26 Jun 2013 18:03:58 -0700] rev 18649
8014137: Update test/tools/javac/literals/UnderscoreLiterals to add testcases with min/max values Reviewed-by: jjg, darcy Contributed-by: matherey.nunez@oracle.com
Wed, 26 Jun 2013 09:54:46 -0700 8016908: TEST_BUG: removing non-ascii characters causes tests to fail
ksrini [Wed, 26 Jun 2013 09:54:46 -0700] rev 18648
8016908: TEST_BUG: removing non-ascii characters causes tests to fail Reviewed-by: jjg, vromero
Tue, 25 Jun 2013 20:08:52 +0400 8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java
kizune [Tue, 25 Jun 2013 20:08:52 +0400] rev 18647
8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java Reviewed-by: ksrini
Tue, 25 Jun 2013 16:12:53 +0100 8017104: javac should have a class for primitive types that inherits from Type
vromero [Tue, 25 Jun 2013 16:12:53 +0100] rev 18646
8017104: javac should have a class for primitive types that inherits from Type Reviewed-by: jjg
Mon, 24 Jun 2013 22:03:57 -0400 8012722: Single comma in array initializer should parse
emc [Mon, 24 Jun 2013 22:03:57 -0400] rev 18645
8012722: Single comma in array initializer should parse Summary: Annotations of the form @Foo({,}) should parse Reviewed-by: jjg
Thu, 20 Jun 2013 19:01:20 -0400 8007546: ClassCastException on JSR308 tests
emc [Thu, 20 Jun 2013 19:01:20 -0400] rev 18644
8007546: ClassCastException on JSR308 tests 8015993: jck-compiler tests are failed with java.lang.ClassCastException Summary: Fix ClassCastExceptions arising from addition of AnnotatedType. Reviewed-by: jjg, abuckley
Thu, 20 Jun 2013 08:45:43 +0100 8016613: javac should avoid source 8 only analysis when compiling for source 7
vromero [Thu, 20 Jun 2013 08:45:43 +0100] rev 18643
8016613: javac should avoid source 8 only analysis when compiling for source 7 Reviewed-by: jjg Contributed-by: maurizio.cimadamore@oracle.com
Thu, 04 Jul 2013 01:01:07 -0700 Added tag jdk8-b97 for changeset 6774fe79db80
cl [Thu, 04 Jul 2013 01:01:07 -0700] rev 18642
Added tag jdk8-b97 for changeset 6774fe79db80
Wed, 05 Jul 2017 19:03:04 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:04 +0200] rev 18641
Merge
Thu, 04 Jul 2013 01:00:38 -0700 Added tag jdk8-b97 for changeset f5105d95c3a3
cl [Thu, 04 Jul 2013 01:00:38 -0700] rev 18640
Added tag jdk8-b97 for changeset f5105d95c3a3
Wed, 05 Jul 2017 19:03:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:01 +0200] rev 18639
Merge
Thu, 04 Jul 2013 01:00:34 -0700 Added tag jdk8-b97 for changeset 611e21a147b1
cl [Thu, 04 Jul 2013 01:00:34 -0700] rev 18638
Added tag jdk8-b97 for changeset 611e21a147b1
Wed, 05 Jul 2017 19:02:58 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:58 +0200] rev 18637
Merge
Fri, 05 Jul 2013 11:05:50 -0700 Merge
lana [Fri, 05 Jul 2013 11:05:50 -0700] rev 18636
Merge
Tue, 02 Jul 2013 18:39:41 +0530 Merge
sundar [Tue, 02 Jul 2013 18:39:41 +0530] rev 18635
Merge
Tue, 02 Jul 2013 15:01:38 +0200 Merge
lagergren [Tue, 02 Jul 2013 15:01:38 +0200] rev 18634
Merge
Tue, 02 Jul 2013 14:50:39 +0200 8017082: Long array literals were slightly broken
lagergren [Tue, 02 Jul 2013 14:50:39 +0200] rev 18633
8017082: Long array literals were slightly broken Reviewed-by: sundar, attila
Tue, 02 Jul 2013 18:00:15 +0530 8019553: NPE on illegal l-value for increment and decrement
sundar [Tue, 02 Jul 2013 18:00:15 +0530] rev 18632
8019553: NPE on illegal l-value for increment and decrement Reviewed-by: jlaskey, attila, lagergren
Tue, 02 Jul 2013 13:50:19 +0200 8016667: Wrong bytecode when testing/setting due to null check shortcut checking against primitive too
lagergren [Tue, 02 Jul 2013 13:50:19 +0200] rev 18631
8016667: Wrong bytecode when testing/setting due to null check shortcut checking against primitive too Reviewed-by: jlaskey, sundar
Tue, 02 Jul 2013 07:45:16 -0300 8019580: Build Script Change for Nashorn promotion testing
jlaskey [Tue, 02 Jul 2013 07:45:16 -0300] rev 18630
8019580: Build Script Change for Nashorn promotion testing Reviewed-by: jlaskey Contributed-by: eugene.drobitko@oracle.com
Mon, 01 Jul 2013 23:36:40 +0530 8019508: Comma handling in object literal parsing is wrong
sundar [Mon, 01 Jul 2013 23:36:40 +0530] rev 18629
8019508: Comma handling in object literal parsing is wrong Reviewed-by: hannesw
Mon, 01 Jul 2013 19:52:07 +0530 8019488: switch on literals result in NoSuchMethodError or VerifyError
sundar [Mon, 01 Jul 2013 19:52:07 +0530] rev 18628
8019488: switch on literals result in NoSuchMethodError or VerifyError Reviewed-by: hannesw
Mon, 01 Jul 2013 17:21:09 +0530 8019482: Number("0x0.0p0") should evaluate to NaN
sundar [Mon, 01 Jul 2013 17:21:09 +0530] rev 18627
8019482: Number("0x0.0p0") should evaluate to NaN Reviewed-by: lagergren
Mon, 01 Jul 2013 14:15:07 +0530 8019478: Object.prototype.toString.call(/a/.exec("a")) === "[object Array]" should be true
sundar [Mon, 01 Jul 2013 14:15:07 +0530] rev 18626
8019478: Object.prototype.toString.call(/a/.exec("a")) === "[object Array]" should be true Reviewed-by: hannesw
Mon, 01 Jul 2013 12:38:01 +0530 8019473: Parser issues related to functions and blocks
sundar [Mon, 01 Jul 2013 12:38:01 +0530] rev 18625
8019473: Parser issues related to functions and blocks Reviewed-by: lagergren
Fri, 28 Jun 2013 19:36:26 +0530 8019365: Error stack format
sundar [Fri, 28 Jun 2013 19:36:26 +0530] rev 18624
8019365: Error stack format Reviewed-by: hannesw
Fri, 28 Jun 2013 19:48:01 -0700 Merge
lana [Fri, 28 Jun 2013 19:48:01 -0700] rev 18623
Merge
Thu, 27 Jun 2013 13:47:20 +0530 Merge
sundar [Thu, 27 Jun 2013 13:47:20 +0530] rev 18622
Merge
Thu, 27 Jun 2013 13:24:50 +0530 8019226: line number not generated for first statement if it is on the same function declaration line
sundar [Thu, 27 Jun 2013 13:24:50 +0530] rev 18621
8019226: line number not generated for first statement if it is on the same function declaration line Reviewed-by: jlaskey, hannesw
Wed, 26 Jun 2013 12:38:35 -0300 8019175: Simplify ScriptObject.modifyOwnProperty
jlaskey [Wed, 26 Jun 2013 12:38:35 -0300] rev 18620
8019175: Simplify ScriptObject.modifyOwnProperty Reviewed-by: hannesw Contributed-by: james.laskey@oracle.com
Wed, 26 Jun 2013 19:42:17 +0530 8014781: support Error.captureStackTrace
sundar [Wed, 26 Jun 2013 19:42:17 +0530] rev 18619
8014781: support Error.captureStackTrace Reviewed-by: jlaskey, hannesw
Wed, 26 Jun 2013 15:40:52 +0200 8019157: Avoid calling ScriptObject.setProto() if possible
hannesw [Wed, 26 Jun 2013 15:40:52 +0200] rev 18618
8019157: Avoid calling ScriptObject.setProto() if possible Reviewed-by: jlaskey, sundar
Wed, 26 Jun 2013 08:36:53 -0300 8008458: Strict functions dont share property map
jlaskey [Wed, 26 Jun 2013 08:36:53 -0300] rev 18617
8008458: Strict functions dont share property map Reviewed-by: sundar, hannesw Contributed-by: james.laskey@oracle.com
Wed, 26 Jun 2013 16:36:13 +0530 8017950: error.stack should be a string rather than an array
sundar [Wed, 26 Jun 2013 16:36:13 +0530] rev 18616
8017950: error.stack should be a string rather than an array Reviewed-by: hannesw, jlaskey
Tue, 25 Jun 2013 17:31:19 +0530 8015969: Needs to enforce and document that global "context" and "engine" can't be modified when running via jsr223
sundar [Tue, 25 Jun 2013 17:31:19 +0530] rev 18615
8015969: Needs to enforce and document that global "context" and "engine" can't be modified when running via jsr223 Reviewed-by: hannesw, jlaskey
Mon, 24 Jun 2013 19:06:01 +0530 8015959: Can't call foreign constructor
sundar [Mon, 24 Jun 2013 19:06:01 +0530] rev 18614
8015959: Can't call foreign constructor Reviewed-by: jlaskey, hannesw
Sat, 22 Jun 2013 10:12:19 -0300 8017448: JDK-8010732.js.EXPECTED truncated
jlaskey [Sat, 22 Jun 2013 10:12:19 -0300] rev 18613
8017448: JDK-8010732.js.EXPECTED truncated Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Fri, 21 Jun 2013 14:34:00 -0300 8010732: BigDecimal, BigInteger and Long handling in nashorn
jlaskey [Fri, 21 Jun 2013 14:34:00 -0300] rev 18612
8010732: BigDecimal, BigInteger and Long handling in nashorn Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Fri, 21 Jun 2013 17:33:05 +0530 Merge
sundar [Fri, 21 Jun 2013 17:33:05 +0530] rev 18611
Merge
Fri, 21 Jun 2013 16:55:18 +0530 8017260: adjust lookup code in objects.* classes
sundar [Fri, 21 Jun 2013 16:55:18 +0530] rev 18610
8017260: adjust lookup code in objects.* classes Reviewed-by: hannesw, jlaskey
Thu, 20 Jun 2013 17:34:42 +0530 Merge
sundar [Thu, 20 Jun 2013 17:34:42 +0530] rev 18609
Merge
Thu, 20 Jun 2013 13:45:38 +0530 8017046: Cannot assign undefined to a function argument if the function uses arguments object
sundar [Thu, 20 Jun 2013 13:45:38 +0530] rev 18608
8017046: Cannot assign undefined to a function argument if the function uses arguments object Reviewed-by: hannesw
Wed, 19 Jun 2013 21:07:59 +0530 8015347: Parsing issue with decodeURIComponent
sundar [Wed, 19 Jun 2013 21:07:59 +0530] rev 18607
8015347: Parsing issue with decodeURIComponent Reviewed-by: jlaskey, hannesw
Wed, 19 Jun 2013 09:10:49 -0300 8010697: DeletedArrayFilter seems to leak memory
jlaskey [Wed, 19 Jun 2013 09:10:49 -0300] rev 18606
8010697: DeletedArrayFilter seems to leak memory Reviewed-by: hannesw, sundar Contributed-by: james.laskey@oracle.com
Tue, 18 Jun 2013 18:43:05 +0530 8012698: [nashorn] tests fail to run with agentvm or samevm
sundar [Tue, 18 Jun 2013 18:43:05 +0530] rev 18605
8012698: [nashorn] tests fail to run with agentvm or samevm Reviewed-by: hannesw, jlaskey
Thu, 04 Jul 2013 01:01:10 -0700 Added tag jdk8-b97 for changeset f9f7fb94f515
cl [Thu, 04 Jul 2013 01:01:10 -0700] rev 18604
Added tag jdk8-b97 for changeset f9f7fb94f515
Wed, 05 Jul 2017 19:02:49 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:49 +0200] rev 18603
Merge
Thu, 04 Jul 2013 01:00:08 -0700 Added tag jdk8-b97 for changeset 1ebe717664d4
cl [Thu, 04 Jul 2013 01:00:08 -0700] rev 18602
Added tag jdk8-b97 for changeset 1ebe717664d4
Wed, 05 Jul 2017 19:02:46 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:46 +0200] rev 18601
Merge
Mon, 08 Jul 2013 14:29:46 -0700 Merge
katleman [Mon, 08 Jul 2013 14:29:46 -0700] rev 18600
Merge
Mon, 08 Jul 2013 07:20:44 -0700 8012925: [parfait] Missing return value in jdk/src/macosx/native/sun/awt/AWTEvent.m
tbell [Mon, 08 Jul 2013 07:20:44 -0700] rev 18599
8012925: [parfait] Missing return value in jdk/src/macosx/native/sun/awt/AWTEvent.m Reviewed-by: katleman, leonidr Contributed-by: petr.pchelko@oracle.com
Fri, 05 Jul 2013 11:07:03 -0700 Merge
lana [Fri, 05 Jul 2013 11:07:03 -0700] rev 18598
Merge
Wed, 03 Jul 2013 19:09:20 -0700 Merge
lana [Wed, 03 Jul 2013 19:09:20 -0700] rev 18597
Merge
Tue, 02 Jul 2013 15:23:23 -0700 Merge
lana [Tue, 02 Jul 2013 15:23:23 -0700] rev 18596
Merge
Tue, 02 Jul 2013 19:47:58 +0200 7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration
dfuchs [Tue, 02 Jul 2013 19:47:58 +0200] rev 18595
7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration Summary: Due to subtle synchronization issues between LogManager & Logger class initialization the global logger doesn't have its 'manager' field initialized until the LogManager is initialized. This fix will ensure that the global logger has its 'manager' field set when getGlobal() is called. Reviewed-by: mchung, plevart
Tue, 02 Jul 2013 05:28:31 -0700 8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution
ksrini [Tue, 02 Jul 2013 05:28:31 -0700] rev 18594
8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution Reviewed-by: mchung
Tue, 02 Jul 2013 11:30:31 +0200 8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
dfuchs [Tue, 02 Jul 2013 11:30:31 +0200] rev 18593
8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger Summary: This patch makes sure that LoggerContext instances created for applets have a root and global logger. Reviewed-by: mchung
Mon, 01 Jul 2013 17:46:12 -0700 8019539: Fix doclint errors in java.security and its subpackages
juh [Mon, 01 Jul 2013 17:46:12 -0700] rev 18592
8019539: Fix doclint errors in java.security and its subpackages Reviewed-by: darcy
Mon, 01 Jul 2013 14:33:08 -0700 8019535: Fix doclint issues in java.time.format
darcy [Mon, 01 Jul 2013 14:33:08 -0700] rev 18591
8019535: Fix doclint issues in java.time.format Reviewed-by: lancea, rriggs
Mon, 01 Jul 2013 13:42:03 -0700 8019529: Fix doclint issues in java.util.spi
darcy [Mon, 01 Jul 2013 13:42:03 -0700] rev 18590
8019529: Fix doclint issues in java.util.spi Reviewed-by: lancea
Mon, 01 Jul 2013 13:29:32 -0700 8019527: Fix doclint issues in java.lang.instrument
darcy [Mon, 01 Jul 2013 13:29:32 -0700] rev 18589
8019527: Fix doclint issues in java.lang.instrument Reviewed-by: lancea, alanb
Mon, 01 Jul 2013 11:30:14 -0700 8017540: Improve multi-threaded contention behavior of radix conversion cache
bpb [Mon, 01 Jul 2013 11:30:14 -0700] rev 18588
8017540: Improve multi-threaded contention behavior of radix conversion cache Summary: Replace array of ArrayList of BigIntegers with a volatile two-dimensional BigInteger array eliminate the synchronization of getRadixConversionCache() Reviewed-by: plevart, shade, bpb, alanb Contributed-by: Peter Levart <peter.levart@gmail.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Aleksey Shipilev <aleksey.shipilev@oracle.com>
Mon, 01 Jul 2013 14:39:47 +0100 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set
vinnie [Mon, 01 Jul 2013 14:39:47 +0100] rev 18587
8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set Reviewed-by: xuelei
Mon, 01 Jul 2013 11:13:56 +0200 8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
dfuchs [Mon, 01 Jul 2013 11:13:56 +0200] rev 18586
8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently Summary: this test was failing because it didn't take into account the fact that Loggers could be garbage collected. Reviewed-by: mchung
Sun, 30 Jun 2013 17:15:47 -0700 8019467: Fix doclint issues in java.util.jar.Pack200
darcy [Sun, 30 Jun 2013 17:15:47 -0700] rev 18585
8019467: Fix doclint issues in java.util.jar.Pack200 Reviewed-by: lancea, ksrini
Sun, 30 Jun 2013 16:02:11 -0700 8019466: Fix doclint issues in java.util.function
darcy [Sun, 30 Jun 2013 16:02:11 -0700] rev 18584
8019466: Fix doclint issues in java.util.function Reviewed-by: briangoetz
Sat, 29 Jun 2013 06:12:28 -0400 8019286: Fix javadoc typo in ResultSet.next
lancea [Sat, 29 Jun 2013 06:12:28 -0400] rev 18583
8019286: Fix javadoc typo in ResultSet.next Reviewed-by: darcy, mchung
Fri, 28 Jun 2013 19:46:18 -0700 Merge
lana [Fri, 28 Jun 2013 19:46:18 -0700] rev 18582
Merge
Fri, 28 Jun 2013 19:45:06 +0100 8019384: jps and jcmd tests fail when there is a process started with a .war file
alanb [Fri, 28 Jun 2013 19:45:06 +0100] rev 18581
8019384: jps and jcmd tests fail when there is a process started with a .war file Reviewed-by: dcubed, sla, mchung
Fri, 28 Jun 2013 11:35:36 -0700 8019407: Fix doclint issues in javax.naming.*
darcy [Fri, 28 Jun 2013 11:35:36 -0700] rev 18580
8019407: Fix doclint issues in javax.naming.* Reviewed-by: lancea
Fri, 28 Jun 2013 10:48:02 -0700 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh [Fri, 28 Jun 2013 10:48:02 -0700] rev 18579
8019360: Cleanup of the javadoc <code> tag in java.security.* Summary: Convert to {@code ...} tags. convert package.html to package-info.java. Reviewed-by: darcy
Fri, 28 Jun 2013 16:39:15 +0100 Merge
chegar [Fri, 28 Jun 2013 16:39:15 +0100] rev 18578
Merge
Fri, 28 Jun 2013 16:38:09 +0100 8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException
jzavgren [Fri, 28 Jun 2013 16:38:09 +0100] rev 18577
8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException Reviewed-by: chegar, dsamersoff, khazra
Fri, 28 Jun 2013 12:12:37 +0100 8019377: Sync j.u.c locks and atomic from 166 to tl
dl [Fri, 28 Jun 2013 12:12:37 +0100] rev 18576
8019377: Sync j.u.c locks and atomic from 166 to tl Reviewed-by: chegar
Fri, 28 Jun 2013 12:10:18 +0100 8017739: ReentrantReadWriteLock is confused by the Threads with reused IDs
dl [Fri, 28 Jun 2013 12:10:18 +0100] rev 18575
8017739: ReentrantReadWriteLock is confused by the Threads with reused IDs Reviewed-by: chegar
Fri, 28 Jun 2013 16:10:23 +0100 8019380: doclint warnings in java.nio, java.nio.file.**, java.nio.channels.**
alanb [Fri, 28 Jun 2013 16:10:23 +0100] rev 18574
8019380: doclint warnings in java.nio, java.nio.file.**, java.nio.channels.** Reviewed-by: chegar
Wed, 26 Jun 2013 19:15:34 +0200 8019155: Update makefiles with correct jfr packages
sla [Wed, 26 Jun 2013 19:15:34 +0200] rev 18573
8019155: Update makefiles with correct jfr packages Reviewed-by: mgronlun, erikj
Fri, 28 Jun 2013 10:29:21 +0200 8012987: Optimizations for Stream.limit/substream
psandoz [Fri, 28 Jun 2013 10:29:21 +0200] rev 18572
8012987: Optimizations for Stream.limit/substream Reviewed-by: mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
Tue, 11 Jun 2013 13:41:38 -0700 8009736: Comparator API cleanup
henryjen [Tue, 11 Jun 2013 13:41:38 -0700] rev 18571
8009736: Comparator API cleanup Reviewed-by: psandoz, briangoetz, mduigou, plevart
Thu, 27 Jun 2013 19:22:51 -0700 8019359: To comment why not use no_renegotiation to reject client initiated renegotiation
xuelei [Thu, 27 Jun 2013 19:22:51 -0700] rev 18570
8019359: To comment why not use no_renegotiation to reject client initiated renegotiation Reviewed-by: wetmore
Thu, 27 Jun 2013 19:02:02 -0700 8019357: Fix doclint warnings in java.lang.invoke
darcy [Thu, 27 Jun 2013 19:02:02 -0700] rev 18569
8019357: Fix doclint warnings in java.lang.invoke Reviewed-by: jrose
Thu, 27 Jun 2013 14:40:21 -0700 6609431: (rb) ResourceBundle.getString() returns incorrect value
naoto [Thu, 27 Jun 2013 14:40:21 -0700] rev 18568
6609431: (rb) ResourceBundle.getString() returns incorrect value Reviewed-by: okutsu, sherman
Thu, 27 Jun 2013 14:11:25 -0700 8019320: Fix doclint issues in javax.script
darcy [Thu, 27 Jun 2013 14:11:25 -0700] rev 18567
8019320: Fix doclint issues in javax.script Reviewed-by: lancea
Thu, 27 Jun 2013 13:35:01 -0700 8019224: add exception chaining to RMI CGIHandler
smarks [Thu, 27 Jun 2013 13:35:01 -0700] rev 18566
8019224: add exception chaining to RMI CGIHandler Reviewed-by: darcy
Thu, 27 Jun 2013 12:24:26 -0700 8019315: Fix doclint issues in java.util.logging
darcy [Thu, 27 Jun 2013 12:24:26 -0700] rev 18565
8019315: Fix doclint issues in java.util.logging Reviewed-by: lancea
Thu, 27 Jun 2013 15:07:56 -0400 8017471: Fix JDBC -Xdoclint public errors
lancea [Thu, 27 Jun 2013 15:07:56 -0400] rev 18564
8017471: Fix JDBC -Xdoclint public errors Reviewed-by: darcy
Thu, 27 Jun 2013 11:06:46 -0700 8019304: Fix doclint issues in java.util.prefs
darcy [Thu, 27 Jun 2013 11:06:46 -0700] rev 18563
8019304: Fix doclint issues in java.util.prefs Reviewed-by: lancea
Thu, 27 Jun 2013 10:21:22 +0100 Merge
chegar [Thu, 27 Jun 2013 10:21:22 +0100] rev 18562
Merge
Thu, 27 Jun 2013 10:19:59 +0100 8019227: JDK-8010325 broke the old build
wetmore [Thu, 27 Jun 2013 10:19:59 +0100] rev 18561
8019227: JDK-8010325 broke the old build Reviewed-by: alanb, chegar
Wed, 26 Jun 2013 22:12:09 -0700 8019228: Fix doclint issues in java.util.zip
darcy [Wed, 26 Jun 2013 22:12:09 -0700] rev 18560
8019228: Fix doclint issues in java.util.zip Reviewed-by: sherman, mchung
Wed, 26 Jun 2013 19:09:18 -0700 8019223: Fix doclint warnings in java.rmi.server
darcy [Wed, 26 Jun 2013 19:09:18 -0700] rev 18559
8019223: Fix doclint warnings in java.rmi.server Reviewed-by: smarks
Wed, 26 Jun 2013 13:24:13 -0700 7018139: Fix HTML accessibility and doclint issues in java.math
darcy [Wed, 26 Jun 2013 13:24:13 -0700] rev 18558
7018139: Fix HTML accessibility and doclint issues in java.math Reviewed-by: lancea, bpb
Wed, 26 Jun 2013 11:21:01 -0700 8017322: java/util/Currency/PropertiesTest.sh should run exclusively
naoto [Wed, 26 Jun 2013 11:21:01 -0700] rev 18557
8017322: java/util/Currency/PropertiesTest.sh should run exclusively Reviewed-by: alanb
Wed, 26 Jun 2013 07:50:04 -0700 8016761: Lambda metafactory - incorrect type conversion of constructor method handle
rfield [Wed, 26 Jun 2013 07:50:04 -0700] rev 18556
8016761: Lambda metafactory - incorrect type conversion of constructor method handle Reviewed-by: jrose
Wed, 26 Jun 2013 15:30:39 +0100 8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum)
chegar [Wed, 26 Jun 2013 15:30:39 +0100] rev 18555
8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum) Reviewed-by: chegar, alanb, psandoz Contributed-by: Doug Lea <dl@cs.oswego.edu>, Tristan Yan <tristan.yan@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
Wed, 26 Jun 2013 06:32:40 -0700 8017049: rename property jdk.tls.rejectClientInitializedRenego
xuelei [Wed, 26 Jun 2013 06:32:40 -0700] rev 18554
8017049: rename property jdk.tls.rejectClientInitializedRenego Reviewed-by: vinnie, wetmore, mullan
Tue, 25 Jun 2013 21:03:08 -0700 8013836: getFirstDayOfWeek reports wrong day for pt-BR locale
yhuang [Tue, 25 Jun 2013 21:03:08 -0700] rev 18553
8013836: getFirstDayOfWeek reports wrong day for pt-BR locale Reviewed-by: naoto
Tue, 25 Jun 2013 14:41:46 -0700 8017326: Cleanup of the javadoc <code> tag in java.security.spec
juh [Tue, 25 Jun 2013 14:41:46 -0700] rev 18552
8017326: Cleanup of the javadoc <code> tag in java.security.spec Summary: Convert javadoc <code> and <tt> tags to {@code ...} Reviewed-by: darcy
Tue, 25 Jun 2013 14:31:29 -0700 8017325: Cleanup of the javadoc <code> tag in java.security.cert
juh [Tue, 25 Jun 2013 14:31:29 -0700] rev 18551
8017325: Cleanup of the javadoc <code> tag in java.security.cert Summary: Convert javadoc <code>...</code> and <tt>...</tt> tags to {@code ...} Reviewed-by: darcy
Tue, 25 Jun 2013 20:06:09 +0100 8014233: java.lang.Thread should have @Contended on TLR fields
shade [Tue, 25 Jun 2013 20:06:09 +0100] rev 18550
8014233: java.lang.Thread should have @Contended on TLR fields Summary: add the @Contended over three TLR fields. Reviewed-by: psandoz, chegar, dholmes, dl
Tue, 25 Jun 2013 21:51:11 +0800 8016051: Possible ClassCastException in KdcComm
weijun [Tue, 25 Jun 2013 21:51:11 +0800] rev 18549
8016051: Possible ClassCastException in KdcComm Reviewed-by: weijun Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
Thu, 20 Jun 2013 12:15:24 -0700 4641897: Faster string conversion of large integers
bpb [Thu, 20 Jun 2013 12:15:24 -0700] rev 18548
4641897: Faster string conversion of large integers Summary: Accelerate conversion to string by means of Schoenhage recursive base conversion. Reviewed-by: bpb, alanb Contributed-by: Alan Eliasen <eliasen@mindspring.com>
Tue, 25 Jun 2013 13:53:23 +0100 8017570: jfr.jar should not be in compact3 (for now)
alanb [Tue, 25 Jun 2013 13:53:23 +0100] rev 18547
8017570: jfr.jar should not be in compact3 (for now) Reviewed-by: erikj
Mon, 24 Jun 2013 23:40:31 -0700 8017550: Fix doclint issues in java.lang and subpackages
darcy [Mon, 24 Jun 2013 23:40:31 -0700] rev 18546
8017550: Fix doclint issues in java.lang and subpackages Reviewed-by: alanb, chegar
Mon, 24 Jun 2013 14:17:14 -0700 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
bpb [Mon, 24 Jun 2013 14:17:14 -0700] rev 18545
6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException Summary: For zero value ensure than an unpadded zero character is passed to Formatter.addZeros() Reviewed-by: iris, darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Mon, 24 Jun 2013 16:21:32 -0700 8017468: typo in javadoc: " ResourceBunlde "
naoto [Mon, 24 Jun 2013 16:21:32 -0700] rev 18544
8017468: typo in javadoc: " ResourceBunlde " Reviewed-by: okutsu
Mon, 24 Jun 2013 11:26:51 +0100 8017477: Remove TimeZone.DisplayNames, no longer used
alanb [Mon, 24 Jun 2013 11:26:51 +0100] rev 18543
8017477: Remove TimeZone.DisplayNames, no longer used Reviewed-by: okutsu
Mon, 24 Jun 2013 16:25:28 +0800 8017453: ReplayCache tests fail on multiple platforms
weijun [Mon, 24 Jun 2013 16:25:28 +0800] rev 18542
8017453: ReplayCache tests fail on multiple platforms Reviewed-by: xuelei
Sat, 22 Jun 2013 08:20:11 +0100 7157360: HttpURLConnection: HTTP method DELETE doesn't support output
arieber [Sat, 22 Jun 2013 08:20:11 +0100] rev 18541
7157360: HttpURLConnection: HTTP method DELETE doesn't support output Reviewed-by: chegar
Sat, 22 Jun 2013 08:14:54 +0100 8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions
chegar [Sat, 22 Jun 2013 08:14:54 +0100] rev 18540
8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions Reviewed-by: alanb, khazra
Fri, 21 Jun 2013 13:42:55 -0700 6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
naoto [Fri, 21 Jun 2013 13:42:55 -0700] rev 18539
6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect Reviewed-by: alanb
Fri, 21 Jun 2013 11:50:45 -0700 7131192: BigInteger.doubleValue() is depressingly slow
bpb [Fri, 21 Jun 2013 11:50:45 -0700] rev 18538
7131192: BigInteger.doubleValue() is depressingly slow Summary: In doubleValue() and floatValue() replace converting to String and parsing to Double or Float with direct conversion into IEEE 754 bits. Reviewed-by: bpb, drchase, martin Contributed-by: Louis Wasserman <lowasser@google.com>
Fri, 21 Jun 2013 11:12:18 -0700 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity.
bpb [Fri, 21 Jun 2013 11:12:18 -0700] rev 18537
7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monotonicity problems in floats and doubles Reviewed-by: bpb, martin Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>
Fri, 21 Jun 2013 18:26:13 +0800 8001326: Improve Kerberos caching
weijun [Fri, 21 Jun 2013 18:26:13 +0800] rev 18536
8001326: Improve Kerberos caching Reviewed-by: valeriep
Thu, 20 Jun 2013 19:14:30 +0100 8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)
alanb [Thu, 20 Jun 2013 19:14:30 +0100] rev 18535
8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx) Reviewed-by: chegar, jzavgren
Thu, 20 Jun 2013 18:53:57 +0100 8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx)
chegar [Thu, 20 Jun 2013 18:53:57 +0100] rev 18534
8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx) Reviewed-by: alanb, chegar Contributed-by: John Zavgren <john.zavgren@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
Thu, 20 Jun 2013 08:21:08 -0700 Merge
mduigou [Thu, 20 Jun 2013 08:21:08 -0700] rev 18533
Merge
Thu, 20 Jun 2013 07:23:51 -0700 8017088: Map/HashMap.compute() incorrect with key mapping to null value
mduigou [Thu, 20 Jun 2013 07:23:51 -0700] rev 18532
8017088: Map/HashMap.compute() incorrect with key mapping to null value Reviewed-by: dl, dholmes, plevart
Thu, 20 Jun 2013 07:48:49 -0700 8017157: catch more exception in test RejectClientRenego
xuelei [Thu, 20 Jun 2013 07:48:49 -0700] rev 18531
8017157: catch more exception in test RejectClientRenego Reviewed-by: vinnie
Thu, 20 Jun 2013 11:21:13 +0200 8016139: PrimitiveIterator.forEachRemaining
psandoz [Thu, 20 Jun 2013 11:21:13 +0200] rev 18530
8016139: PrimitiveIterator.forEachRemaining Reviewed-by: alanb
Thu, 20 Jun 2013 11:15:23 +0200 8016455: Sync stream tests from lambda to tl
psandoz [Thu, 20 Jun 2013 11:15:23 +0200] rev 18529
8016455: Sync stream tests from lambda to tl Reviewed-by: mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
Thu, 20 Jun 2013 11:02:28 +0200 8016324: filter/flatMap pipeline sinks should pass size information to downstream sink
psandoz [Thu, 20 Jun 2013 11:02:28 +0200] rev 18528
8016324: filter/flatMap pipeline sinks should pass size information to downstream sink Reviewed-by: chegar, mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>
Thu, 20 Jun 2013 10:45:46 +0200 8016308: Updates to j.u.stream.Node/Nodes
psandoz [Thu, 20 Jun 2013 10:45:46 +0200] rev 18527
8016308: Updates to j.u.stream.Node/Nodes Reviewed-by: mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
Tue, 02 Jul 2013 15:20:55 -0700 Merge
lana [Tue, 02 Jul 2013 15:20:55 -0700] rev 18526
Merge
Fri, 28 Jun 2013 18:06:26 -0700 Merge
lana [Fri, 28 Jun 2013 18:06:26 -0700] rev 18525
Merge
Fri, 28 Jun 2013 18:32:20 +0400 8016534: javax/swing/text/View/8014863/bug8014863.java failed
dmarkov [Fri, 28 Jun 2013 18:32:20 +0400] rev 18524
8016534: javax/swing/text/View/8014863/bug8014863.java failed Reviewed-by: alexp, alexsch
Thu, 27 Jun 2013 13:56:16 +0400 8019236: [macosx] Add javadoc to the handleWindowFocusEvent in CEmbeddedFrame
pchelko [Thu, 27 Jun 2013 13:56:16 +0400] rev 18523
8019236: [macosx] Add javadoc to the handleWindowFocusEvent in CEmbeddedFrame Reviewed-by: serb, ant
Fri, 21 Jun 2013 21:30:12 +0400 8007642: Media Names on Java Print Do Not Match the Printer’s and Confuse Users
alitvinov [Fri, 21 Jun 2013 21:30:12 +0400] rev 18522
8007642: Media Names on Java Print Do Not Match the Printer’s and Confuse Users Reviewed-by: prr, jgodinez
Fri, 21 Jun 2013 17:13:43 +0400 8016545: java.beans.XMLEncoder.writeObject output is wrong
malenkov [Fri, 21 Jun 2013 17:13:43 +0400] rev 18521
8016545: java.beans.XMLEncoder.writeObject output is wrong Reviewed-by: alexsch
Thu, 20 Jun 2013 18:50:55 +0400 8014264: The applet pathguy_TimeDead throws java.lang.NullPointerException in java console once click drop-down check box.
leonidr [Thu, 20 Jun 2013 18:50:55 +0400] rev 18520
8014264: The applet pathguy_TimeDead throws java.lang.NullPointerException in java console once click drop-down check box. Reviewed-by: art, anthony, serb
Tue, 02 Jul 2013 14:25:56 -0700 8019692: JDK build CC_OPT_HIGHEST setting isn't valid for Sun C++ compiler
prr [Tue, 02 Jul 2013 14:25:56 -0700] rev 18519
8019692: JDK build CC_OPT_HIGHEST setting isn't valid for Sun C++ compiler Reviewed-by: jgodinez
Mon, 01 Jul 2013 12:39:26 -0700 8015144: Performance regression in ICU OpenType Layout library
prr [Mon, 01 Jul 2013 12:39:26 -0700] rev 18518
8015144: Performance regression in ICU OpenType Layout library Reviewed-by: srl, jgodinez
Fri, 28 Jun 2013 19:37:48 -0700 Merge
lana [Fri, 28 Jun 2013 19:37:48 -0700] rev 18517
Merge
Wed, 26 Jun 2013 13:49:16 +0400 8016254: several sun/java2d/OpenGL tests failed with SIGFPE
vadim [Wed, 26 Jun 2013 13:49:16 +0400] rev 18516
8016254: several sun/java2d/OpenGL tests failed with SIGFPE Reviewed-by: prr, bae
Thu, 04 Jul 2013 01:00:52 -0700 Added tag jdk8-b97 for changeset a23062727b66
cl [Thu, 04 Jul 2013 01:00:52 -0700] rev 18515
Added tag jdk8-b97 for changeset a23062727b66
Wed, 05 Jul 2017 19:02:28 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:28 +0200] rev 18514
Merge
Thu, 04 Jul 2013 14:45:58 -0700 Added tag hs25-b40 for changeset d5b4e1fe16bd
amurillo [Thu, 04 Jul 2013 14:45:58 -0700] rev 18513
Added tag hs25-b40 for changeset d5b4e1fe16bd
Thu, 04 Jul 2013 14:45:57 -0700 Merge
amurillo [Thu, 04 Jul 2013 14:45:57 -0700] rev 18512
Merge
Thu, 04 Jul 2013 03:41:57 -0700 Merge
roland [Thu, 04 Jul 2013 03:41:57 -0700] rev 18511
Merge
Thu, 04 Jul 2013 01:42:34 -0700 Merge
roland [Thu, 04 Jul 2013 01:42:34 -0700] rev 18510
Merge
Tue, 02 Jul 2013 22:51:23 -0700 Merge
twisti [Tue, 02 Jul 2013 22:51:23 -0700] rev 18509
Merge
Tue, 02 Jul 2013 20:27:00 -0700 8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual
twisti [Tue, 02 Jul 2013 20:27:00 -0700] rev 18508
8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual Reviewed-by: kvn
Tue, 02 Jul 2013 20:42:12 -0400 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase [Tue, 02 Jul 2013 20:42:12 -0400] rev 18507
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32 Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
Tue, 02 Jul 2013 07:51:31 +0200 8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k
anoll [Tue, 02 Jul 2013 07:51:31 +0200] rev 18506
8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k Summary: Introduce a minimum code cache size that guarantees that the VM can startup. Reviewed-by: kvn, twisti
Tue, 02 Jul 2013 10:30:49 -0700 8019247: SIGSEGV in compiled method c8e.e.t_.getArray(Ljava/lang/Class;)[Ljava/lang/Object
kvn [Tue, 02 Jul 2013 10:30:49 -0700] rev 18505
8019247: SIGSEGV in compiled method c8e.e.t_.getArray(Ljava/lang/Class;)[Ljava/lang/Object Summary: Undo recent changes (and add more comments) in Ideal_allocation(). Reviewed-by: roland
Mon, 01 Jul 2013 14:14:16 -0700 8019382: PPC64: Fix bytecodeInterpreter to compile with '-Wunused-value'
simonis [Mon, 01 Jul 2013 14:14:16 -0700] rev 18504
8019382: PPC64: Fix bytecodeInterpreter to compile with '-Wunused-value' Summary: cast the offending expressions to (void) Reviewed-by: kvn, coleenp
Mon, 01 Jul 2013 12:22:34 -0700 8006629: NEED_TEST: need test for JDK-8001071
kvn [Mon, 01 Jul 2013 12:22:34 -0700] rev 18503
8006629: NEED_TEST: need test for JDK-8001071 Summary: added regression test Reviewed-by: kvn, coleenp Contributed-by: Filipp Zhinkin <filipp.zhinkin@oracle.com>
Thu, 04 Jul 2013 01:03:26 -0700 Merge
bdelsart [Thu, 04 Jul 2013 01:03:26 -0700] rev 18502
Merge
Wed, 03 Jul 2013 22:36:42 -0400 Merge
clucasius [Wed, 03 Jul 2013 22:36:42 -0400] rev 18501
Merge
Mon, 01 Jul 2013 19:44:37 -0400 8006023: Embedded Builds fail management test because of requirement for UsePerfData being enabled.
jiangli [Mon, 01 Jul 2013 19:44:37 -0400] rev 18500
8006023: Embedded Builds fail management test because of requirement for UsePerfData being enabled. Summary: Added -XX:+UsePerfData to Test7196045.java. Reviewed-by: dholmes, collins
Wed, 03 Jul 2013 15:04:53 -0700 Merge
tamao [Wed, 03 Jul 2013 15:04:53 -0700] rev 18499
Merge
Wed, 03 Jul 2013 14:50:10 -0700 Merge
tamao [Wed, 03 Jul 2013 14:50:10 -0700] rev 18498
Merge
Fri, 28 Jun 2013 20:18:04 -0700 8017611: Auto corrector for mistyped vm options
tamao [Fri, 28 Jun 2013 20:18:04 -0700] rev 18497
8017611: Auto corrector for mistyped vm options Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient). Reviewed-by: kvn, dsamersoff, hseigel, johnc
Mon, 01 Jul 2013 09:30:23 -0700 8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed
johnc [Mon, 01 Jul 2013 09:30:23 -0700] rev 18496
8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed Summary: The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression. Reviewed-by: jmasa, tamao, brutisso
Sun, 30 Jun 2013 21:42:07 +0200 8014022: G1: Non Java threads should lock the shared SATB queue lock without safepoint checks.
brutisso [Sun, 30 Jun 2013 21:42:07 +0200] rev 18495
8014022: G1: Non Java threads should lock the shared SATB queue lock without safepoint checks. Reviewed-by: tschatzl, brutisso, jmasa, ysr Contributed-by: per.liden@oracle.com
Fri, 28 Jun 2013 18:28:17 +0200 Merge
ehelin [Fri, 28 Jun 2013 18:28:17 +0200] rev 18494
Merge
Thu, 27 Jun 2013 09:59:59 +0200 8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased
brutisso [Thu, 27 Jun 2013 09:59:59 +0200] rev 18493
8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased Summary: Set HeapBaseMinAddress as default rather than ergo Reviewed-by: stefank, jmasa, kvn
Tue, 02 Jul 2013 16:54:24 +0200 Merge
coleenp [Tue, 02 Jul 2013 16:54:24 +0200] rev 18492
Merge
Tue, 02 Jul 2013 08:42:37 -0400 8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty
coleenp [Tue, 02 Jul 2013 08:42:37 -0400] rev 18491
8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty Summary: Allocate medium chunks for class metaspace when class loader has lots of classes Reviewed-by: mgerdin, jmasa
Mon, 01 Jul 2013 14:13:12 -0700 8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris
sspitsyn [Mon, 01 Jul 2013 14:13:12 -0700] rev 18490
8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris Summary: The fix is basically a backport of JDK-7019165 (pstack issue) to jhelper.d. Reviewed-by: coleenp, sspitsyn Contributed-by: tomas.hurka@oracle.com
Wed, 26 Jun 2013 17:02:04 +0200 8016331: Minor issues in event tracing metadata
egahlin [Wed, 26 Jun 2013 17:02:04 +0200] rev 18489
8016331: Minor issues in event tracing metadata Reviewed-by: stefank, brutisso, mgronlun
Wed, 12 Jun 2013 09:49:42 +0200 8016444: Duplicate zombie check in safe_for_sender
rbackman [Wed, 12 Jun 2013 09:49:42 +0200] rev 18488
8016444: Duplicate zombie check in safe_for_sender Reviewed-by: dholmes, sla
Mon, 01 Jul 2013 09:13:19 +0000 7060111: race condition in VMError::report_and_die()
fparain [Mon, 01 Jul 2013 09:13:19 +0000] rev 18487
7060111: race condition in VMError::report_and_die() Reviewed-by: zgu, coleenp Contributed-by: volker.simonis@gmail.com
Sun, 30 Jun 2013 09:59:08 -0400 7007040: Check of capacity paramenters in JNI_PushLocalFrame is wrong
hseigel [Sun, 30 Jun 2013 09:59:08 -0400] rev 18486
7007040: Check of capacity paramenters in JNI_PushLocalFrame is wrong Summary: changed AND to OR Reviewed-by: coleenp, hseigel Contributed-by: lois.foltan@oracle.com
Sat, 29 Jun 2013 11:55:09 -0700 Merge
dcubed [Sat, 29 Jun 2013 11:55:09 -0700] rev 18485
Merge
Fri, 28 Jun 2013 14:05:27 +0200 Merge
nloodin [Fri, 28 Jun 2013 14:05:27 +0200] rev 18484
Merge
Thu, 27 Jun 2013 10:03:21 -0700 8016075: Win32 crash with CDS enabled and small heap size
iklam [Thu, 27 Jun 2013 10:03:21 -0700] rev 18483
8016075: Win32 crash with CDS enabled and small heap size Summary: Fixed MetaspaceShared::is_in_shared_space Reviewed-by: coleenp, hseigel
Wed, 26 Jun 2013 11:00:11 +0200 Merge
kevinw [Wed, 26 Jun 2013 11:00:11 +0200] rev 18482
Merge
Wed, 26 Jun 2013 00:01:20 +0100 8010278: SA: provide mechanism for using an alternative SA debugger back-end.
kevinw [Wed, 26 Jun 2013 00:01:20 +0100] rev 18481
8010278: SA: provide mechanism for using an alternative SA debugger back-end. Reviewed-by: sla, dsamersoff
Tue, 25 Jun 2013 14:51:46 -0700 Merge
zgu [Tue, 25 Jun 2013 14:51:46 -0700] rev 18480
Merge
Tue, 25 Jun 2013 17:22:04 -0400 8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
zgu [Tue, 25 Jun 2013 17:22:04 -0400] rev 18479
8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites Summary: Fixed possible NULL pointer that caused SIGSEGV Reviewed-by: coleenp, acorn, ctornqvi
Fri, 28 Jun 2013 02:33:13 -0700 8019302: new hotspot build - hs25-b40
amurillo [Fri, 28 Jun 2013 02:33:13 -0700] rev 18478
8019302: new hotspot build - hs25-b40 Reviewed-by: jcoomes
Thu, 04 Jul 2013 01:00:19 -0700 Added tag jdk8-b97 for changeset 3a6f15473944
cl [Thu, 04 Jul 2013 01:00:19 -0700] rev 18477
Added tag jdk8-b97 for changeset 3a6f15473944
Tue, 09 Jul 2013 08:35:20 -0700 8009315: F# on PATH breaks Cygwin tools (mkdir, echo, mktemp ...)
tbell [Tue, 09 Jul 2013 08:35:20 -0700] rev 18476
8009315: F# on PATH breaks Cygwin tools (mkdir, echo, mktemp ...) Reviewed-by: erikj
Thu, 04 Jul 2013 01:00:06 -0700 Added tag jdk8-b97 for changeset 1c0d035d6968
cl [Thu, 04 Jul 2013 01:00:06 -0700] rev 18475
Added tag jdk8-b97 for changeset 1c0d035d6968
Wed, 05 Jul 2017 19:02:09 +0200 Added tag jdk8-b97 for changeset 0a85476a0b9c
duke [Wed, 05 Jul 2017 19:02:09 +0200] rev 18474
Added tag jdk8-b97 for changeset 0a85476a0b9c
Wed, 05 Jul 2017 19:02:09 +0200 Merge jdk8-b97
duke [Wed, 05 Jul 2017 19:02:09 +0200] rev 18473
Merge
Wed, 05 Jul 2017 19:02:06 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:06 +0200] rev 18472
Merge
Thu, 27 Jun 2013 13:40:36 -0700 Added tag jdk8-b96 for changeset 51ef92228b23
katleman [Thu, 27 Jun 2013 13:40:36 -0700] rev 18471
Added tag jdk8-b96 for changeset 51ef92228b23
Wed, 05 Jul 2017 19:02:03 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:03 +0200] rev 18470
Merge
Thu, 27 Jun 2013 13:40:26 -0700 Added tag jdk8-b96 for changeset 388de52dcee3
katleman [Thu, 27 Jun 2013 13:40:26 -0700] rev 18469
Added tag jdk8-b96 for changeset 388de52dcee3
Wed, 05 Jul 2017 19:02:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:00 +0200] rev 18468
Merge
Tue, 02 Jul 2013 15:55:36 -0700 Merge
katleman [Tue, 02 Jul 2013 15:55:36 -0700] rev 18467
Merge
Fri, 28 Jun 2013 16:25:51 -0700 8019347: JDK8 b96 source with GPL header errors
katleman [Fri, 28 Jun 2013 16:25:51 -0700] rev 18466
8019347: JDK8 b96 source with GPL header errors Reviewed-by: iris, alanb, lancea
Thu, 27 Jun 2013 13:40:25 -0700 Added tag jdk8-b96 for changeset ca76027384ab
katleman [Thu, 27 Jun 2013 13:40:25 -0700] rev 18465
Added tag jdk8-b96 for changeset ca76027384ab
Wed, 05 Jul 2017 19:01:56 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:56 +0200] rev 18464
Merge
Thu, 27 Jun 2013 13:40:38 -0700 Added tag jdk8-b96 for changeset 472d8f5f0d9b
katleman [Thu, 27 Jun 2013 13:40:38 -0700] rev 18463
Added tag jdk8-b96 for changeset 472d8f5f0d9b
Wed, 05 Jul 2017 19:01:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:53 +0200] rev 18462
Merge
Thu, 27 Jun 2013 13:40:14 -0700 Added tag jdk8-b96 for changeset f7f6b997342b
katleman [Thu, 27 Jun 2013 13:40:14 -0700] rev 18461
Added tag jdk8-b96 for changeset f7f6b997342b
Wed, 05 Jul 2017 19:01:51 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:51 +0200] rev 18460
Merge
Tue, 02 Jul 2013 15:55:55 -0700 Merge
katleman [Tue, 02 Jul 2013 15:55:55 -0700] rev 18459
Merge
Fri, 28 Jun 2013 16:26:36 -0700 8019347: JDK8 b96 source with GPL header errors
katleman [Fri, 28 Jun 2013 16:26:36 -0700] rev 18458
8019347: JDK8 b96 source with GPL header errors Reviewed-by: iris, alanb, lancea
Tue, 02 Jul 2013 13:06:50 +0200 8019500: Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration
ehelin [Tue, 02 Jul 2013 13:06:50 +0200] rev 18457
8019500: Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration Reviewed-by: erikj, alanb
Thu, 27 Jun 2013 13:40:29 -0700 Added tag jdk8-b96 for changeset 627400b6bdcf
katleman [Thu, 27 Jun 2013 13:40:29 -0700] rev 18456
Added tag jdk8-b96 for changeset 627400b6bdcf
Wed, 05 Jul 2017 19:01:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:47 +0200] rev 18455
Merge
Fri, 28 Jun 2013 02:25:08 -0700 Added tag hs25-b39 for changeset 4056af328b00
amurillo [Fri, 28 Jun 2013 02:25:08 -0700] rev 18454
Added tag hs25-b39 for changeset 4056af328b00
Fri, 28 Jun 2013 02:25:07 -0700 Merge
amurillo [Fri, 28 Jun 2013 02:25:07 -0700] rev 18453
Merge
Thu, 27 Jun 2013 11:12:19 -0700 Merge
kvn [Thu, 27 Jun 2013 11:12:19 -0700] rev 18452
Merge
Mon, 24 Jun 2013 16:11:47 +0200 8017531: 8010460 changes broke bytecodeInterpreter.cpp
goetz [Mon, 24 Jun 2013 16:11:47 +0200] rev 18451
8017531: 8010460 changes broke bytecodeInterpreter.cpp Summary: Replace _indy by _jsr292 and also fix VERIFY_OOP macros. Reviewed-by: kvn
Wed, 26 Jun 2013 00:40:13 +0200 8017510: Add a regression test for 8005956
adlertz [Wed, 26 Jun 2013 00:40:13 +0200] rev 18450
8017510: Add a regression test for 8005956 Summary: Regression test for 8005956 Reviewed-by: kvn, twisti
Tue, 25 Jun 2013 12:07:07 -0700 8017243: 8001345 is incomplete
adlertz [Tue, 25 Jun 2013 12:07:07 -0700] rev 18449
8017243: 8001345 is incomplete Summary: Replaces unused decodeN at MemBarAcquire with its corresponding loadN if loadN is used at more than one place. Reviewed-by: kvn, twisti
Mon, 24 Jun 2013 18:23:45 -0700 Merge
twisti [Mon, 24 Jun 2013 18:23:45 -0700] rev 18448
Merge
Mon, 24 Jun 2013 17:47:25 -0700 8017538: Clang support broke slowdebug build for i586
twisti [Mon, 24 Jun 2013 17:47:25 -0700] rev 18447
8017538: Clang support broke slowdebug build for i586 Reviewed-by: kvn
Mon, 24 Jun 2013 11:53:54 -0700 8017308: Remove unused breakpoint relocation type
goetz [Mon, 24 Jun 2013 11:53:54 -0700] rev 18446
8017308: Remove unused breakpoint relocation type Summary: remove unused breakpoint relocation type Reviewed-by: kvn
Thu, 27 Jun 2013 10:56:10 +0200 Merge
ehelin [Thu, 27 Jun 2013 10:56:10 +0200] rev 18445
Merge
Wed, 26 Jun 2013 16:58:37 +0200 8013590: NPG: Add a memory pool MXBean for Metaspace
ehelin [Wed, 26 Jun 2013 16:58:37 +0200] rev 18444
8013590: NPG: Add a memory pool MXBean for Metaspace Reviewed-by: jmasa, mgerdin
Tue, 25 Jun 2013 15:17:11 -0700 8014851: UseAdaptiveGCBoundary is broken
jmasa [Tue, 25 Jun 2013 15:17:11 -0700] rev 18443
8014851: UseAdaptiveGCBoundary is broken Reviewed-by: tschatzl, brutisso
Tue, 25 Jun 2013 09:58:26 -0700 8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity
jmasa [Tue, 25 Jun 2013 09:58:26 -0700] rev 18442
8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity Reviewed-by: johnc, tschatzl
Fri, 07 Jun 2013 09:46:58 -0700 7122222: GC log is limited to 2G for 32-bit
tamao [Fri, 07 Jun 2013 09:46:58 -0700] rev 18441
7122222: GC log is limited to 2G for 32-bit Summary: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation Reviewed-by: tbell, mgerdin, dcubed Contributed-by: tamao <tao.mao@oracle.com>
Tue, 25 Jun 2013 14:11:57 +0200 8017561: Build errors caused by missing .PHONY
sla [Tue, 25 Jun 2013 14:11:57 +0200] rev 18440
8017561: Build errors caused by missing .PHONY Reviewed-by: stefank, brutisso
Mon, 24 Jun 2013 18:55:46 -0400 8016325: JVM hangs verifying system dictionary
coleenp [Mon, 24 Jun 2013 18:55:46 -0400] rev 18439
8016325: JVM hangs verifying system dictionary Summary: Minimize redundant verifications of Klasses. Reviewed-by: hseigel, jmasa
Sun, 23 Jun 2013 22:08:28 -0700 8009575: Reduce Symbol::_refcount from 4 bytes to 2 bytes
iklam [Sun, 23 Jun 2013 22:08:28 -0700] rev 18438
8009575: Reduce Symbol::_refcount from 4 bytes to 2 bytes Summary: Added Atomic::inc(short*) to support this change. Reviewed-by: coleenp, dcubed, dholmes, minqi
Fri, 21 Jun 2013 10:55:26 -0700 Merge
dcubed [Fri, 21 Jun 2013 10:55:26 -0700] rev 18437
Merge
Fri, 21 Jun 2013 08:18:08 -0700 Merge
dcubed [Fri, 21 Jun 2013 08:18:08 -0700] rev 18436
Merge
Fri, 21 Jun 2013 10:57:00 -0400 8017177: more explicit code location information in hs_err crash log
coleenp [Fri, 21 Jun 2013 10:57:00 -0400] rev 18435
8017177: more explicit code location information in hs_err crash log Summary: Add code pc location for compiled code Reviewed-by: kvn, coleenp Contributed-by: doug.simon@oracle.com
Fri, 21 Jun 2013 10:50:19 -0400 8004124: Handle and/or warn about SI_KERNEL
coleenp [Fri, 21 Jun 2013 10:50:19 -0400] rev 18434
8004124: Handle and/or warn about SI_KERNEL Summary: Detect this crash in the signal handler and give a fatal error message instead of making us chase down bugs that don't reproduce Reviewed-by: kvn, mgerdin, dholmes
Thu, 20 Jun 2013 11:53:51 +0200 8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check
mgronlun [Thu, 20 Jun 2013 11:53:51 +0200] rev 18433
8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check Reviewed-by: sla, dholmes
Wed, 19 Jun 2013 20:51:39 -0700 8008964: NPG: Memory regression: Thread::_metadata_handles uses 1 KB per thread.
iklam [Wed, 19 Jun 2013 20:51:39 -0700] rev 18432
8008964: NPG: Memory regression: Thread::_metadata_handles uses 1 KB per thread. Summary: Reduce default size of Thread::_metadata_handles from 300 to 30 Reviewed-by: coleenp, sspitsyn
Wed, 19 Jun 2013 13:14:03 -0700 8014326: [OSX] All libjvm symbols are exported
dholmes [Wed, 19 Jun 2013 13:14:03 -0700] rev 18431
8014326: [OSX] All libjvm symbols are exported Summary: Add support for a MacOS X compatible form of the libjvm mapfile. Reviewed-by: dcubed, rdurbin, coleenp
Fri, 21 Jun 2013 00:59:12 -0700 8017253: new hotspot build - hs25-b39
amurillo [Fri, 21 Jun 2013 00:59:12 -0700] rev 18430
8017253: new hotspot build - hs25-b39 Reviewed-by: jcoomes
(0) -10000 -3000 -1000 -256 +256 +1000 +3000 +10000 +30000 tip