Wed, 05 Jul 2017 19:03:38 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:38 +0200] rev 18722
Merge
Thu, 11 Jul 2013 10:13:34 -0700 Added tag jdk8-b98 for changeset f832872e55e5
katleman [Thu, 11 Jul 2013 10:13:34 -0700] rev 18721
Added tag jdk8-b98 for changeset f832872e55e5
Wed, 05 Jul 2017 19:03:35 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:35 +0200] rev 18720
Merge
Tue, 16 Jul 2013 15:16:24 -0700 Merge
katleman [Tue, 16 Jul 2013 15:16:24 -0700] rev 18719
Merge
Thu, 11 Jul 2013 14:34:18 -0700 Merge
katleman [Thu, 11 Jul 2013 14:34:18 -0700] rev 18718
Merge
Thu, 11 Jul 2013 14:03:31 -0700 8020414: JDK8 b98 source with GPL header errors
katleman [Thu, 11 Jul 2013 14:03:31 -0700] rev 18717
8020414: JDK8 b98 source with GPL header errors Reviewed-by: darcy, lancea, iris
Thu, 11 Jul 2013 14:02:20 +0100 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle
mcimadamore [Thu, 11 Jul 2013 14:02:20 +0100] rev 18716
8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle 8020010: Move lambda bridge creation from metafactory and VM to compiler Summary: JDK/metafactory component of the bridge fix and and MethodType vs. MethodHandle changes. Reviewed-by: twisti, briangoetz, forax Contributed-by: robert.field@oracle.com
Thu, 11 Jul 2013 10:13:49 -0700 Added tag jdk8-b98 for changeset 5b24b75e2710
katleman [Thu, 11 Jul 2013 10:13:49 -0700] rev 18715
Added tag jdk8-b98 for changeset 5b24b75e2710
Wed, 05 Jul 2017 19:03:31 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:31 +0200] rev 18714
Merge
Tue, 16 Jul 2013 15:15:43 -0700 Merge
katleman [Tue, 16 Jul 2013 15:15:43 -0700] rev 18713
Merge
Thu, 11 Jul 2013 14:33:54 -0700 Merge
katleman [Thu, 11 Jul 2013 14:33:54 -0700] rev 18712
Merge
Thu, 11 Jul 2013 14:07:26 -0700 8020414: JDK8 b98 source with GPL header errors
katleman [Thu, 11 Jul 2013 14:07:26 -0700] rev 18711
8020414: JDK8 b98 source with GPL header errors Reviewed-by: darcy, lancea, iris
Fri, 12 Jul 2013 16:53:40 -0700 Added tag hs25-b41 for changeset f88df7eff51e
amurillo [Fri, 12 Jul 2013 16:53:40 -0700] rev 18710
Added tag hs25-b41 for changeset f88df7eff51e
Fri, 12 Jul 2013 16:53:39 -0700 Merge
amurillo [Fri, 12 Jul 2013 16:53:39 -0700] rev 18709
Merge
Thu, 11 Jul 2013 11:45:09 -0700 Merge
tamao [Thu, 11 Jul 2013 11:45:09 -0700] rev 18708
Merge
Wed, 10 Jul 2013 15:28:43 +0200 8013939: Metaspace capacity not available
ehelin [Wed, 10 Jul 2013 15:28:43 +0200] rev 18707
8013939: Metaspace capacity not available Reviewed-by: tschatzl, mgerdin, stefank
Wed, 12 Jun 2013 15:21:41 +0200 8015683: object_count_after_gc should have the same timestamp for all events
ehelin [Wed, 12 Jun 2013 15:21:41 +0200] rev 18706
8015683: object_count_after_gc should have the same timestamp for all events Reviewed-by: mgerdin, stefank
Wed, 12 Jun 2013 15:50:14 +0200 8016170: GC id variable in gcTrace.cpp should use typedef GCId
ehelin [Wed, 12 Jun 2013 15:50:14 +0200] rev 18705
8016170: GC id variable in gcTrace.cpp should use typedef GCId Reviewed-by: johnc, jwilhelm, jmasa
Wed, 05 Jun 2013 09:44:03 +0200 8015972: Refactor the sending of the object count after GC event
ehelin [Wed, 05 Jun 2013 09:44:03 +0200] rev 18704
8015972: Refactor the sending of the object count after GC event Reviewed-by: brutisso, pliden
Thu, 11 Jul 2013 01:11:52 -0700 Merge
roland [Thu, 11 Jul 2013 01:11:52 -0700] rev 18703
Merge
Wed, 10 Jul 2013 13:33:56 -0700 8016749: -XX:+UseISM fails an assert(obj->is_oop()) when running SPECjbb2005
anoll [Wed, 10 Jul 2013 13:33:56 -0700] rev 18702
8016749: -XX:+UseISM fails an assert(obj->is_oop()) when running SPECjbb2005 Summary: Remove obsolete code that relates to ISM which was used only on Solaris 8. Reviewed-by: kvn, twisti
Tue, 09 Jul 2013 22:00:04 -0700 Merge
twisti [Tue, 09 Jul 2013 22:00:04 -0700] rev 18701
Merge
Tue, 09 Jul 2013 11:48:05 +0200 8015635: Crash when specifying very large code cache size
anoll [Tue, 09 Jul 2013 11:48:05 +0200] rev 18700
8015635: Crash when specifying very large code cache size Summary: Limit the size of the code cache to at most 2G when arguments are checked; added regression test Reviewed-by: kvn, twisti
Tue, 09 Jul 2013 08:56:04 -0400 8017578: Hotspot compilation error with latest Studio compiler
drchase [Tue, 09 Jul 2013 08:56:04 -0400] rev 18699
8017578: Hotspot compilation error with latest Studio compiler Summary: Make the destructor virtual (note more non-compiler hotspot errors occur downstream) Reviewed-by: kvn, twisti
Tue, 09 Jul 2013 17:20:32 +0200 8019625: Test compiler/8005956/PolynomialRoot.java timeouts on Solaris SPARCs
adlertz [Tue, 09 Jul 2013 17:20:32 +0200] rev 18698
8019625: Test compiler/8005956/PolynomialRoot.java timeouts on Solaris SPARCs Summary: Disable the test for SPARC and reduce the number of test iterations Reviewed-by: kvn
Mon, 08 Jul 2013 14:15:02 -0700 8020059: The flag introduced by 8014972 is not defined if Hotspot is built without a compiler (zero, ppc64 core build).
goetz [Mon, 08 Jul 2013 14:15:02 -0700] rev 18697
8020059: The flag introduced by 8014972 is not defined if Hotspot is built without a compiler (zero, ppc64 core build). Summary: define CodeCacheMinimumUseSpace flag for cppInterpeter build. Reviewed-by: kvn
Tue, 09 Jul 2013 22:48:52 +0200 Merge
acorn [Tue, 09 Jul 2013 22:48:52 +0200] rev 18696
Merge
Tue, 09 Jul 2013 14:02:28 -0400 8013635: VM should no longer create bridges for generic signatures.
acorn [Tue, 09 Jul 2013 14:02:28 -0400] rev 18695
8013635: VM should no longer create bridges for generic signatures. Summary: Requires: 8013789: Compiler bridges, 8015402: metafactory Reviewed-by: sspitsyn, coleenp, bharadwaj
Tue, 09 Jul 2013 19:56:07 +0200 Merge
zgu [Tue, 09 Jul 2013 19:56:07 +0200] rev 18694
Merge
Tue, 09 Jul 2013 13:18:16 -0400 8011760: assert(delta != 0) failed: dup pointer in MemBaseline::malloc_sort_by_addr
zgu [Tue, 09 Jul 2013 13:18:16 -0400] rev 18693
8011760: assert(delta != 0) failed: dup pointer in MemBaseline::malloc_sort_by_addr Summary: Some of qsort implementation on Linux x86 compares element to itself, which is mistakenly treated as duplicate pointer Reviewed-by: dcubed, acorn
Mon, 08 Jul 2013 18:26:26 -0700 Merge
hseigel [Mon, 08 Jul 2013 18:26:26 -0700] rev 18692
Merge
Mon, 08 Jul 2013 16:44:03 -0700 Merge
hseigel [Mon, 08 Jul 2013 16:44:03 -0700] rev 18691
Merge
Mon, 08 Jul 2013 19:36:22 -0400 8014399: Remove JVM_SetProtectionDomain from hotspot
hseigel [Mon, 08 Jul 2013 19:36:22 -0400] rev 18690
8014399: Remove JVM_SetProtectionDomain from hotspot Summary: JVM_SetProtectionDomain has been deprecated since 1.5 and is being removed Reviewed-by: coleenp, hseigel Contributed-by: eric.mccorkle@oracle.com
Mon, 08 Jul 2013 14:53:52 -0700 Merge
jiangli [Mon, 08 Jul 2013 14:53:52 -0700] rev 18689
Merge
Mon, 08 Jul 2013 14:21:20 -0400 Merge
jiangli [Mon, 08 Jul 2013 14:21:20 -0400] rev 18688
Merge
Wed, 03 Jul 2013 17:26:59 -0400 7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful.
jiangli [Wed, 03 Jul 2013 17:26:59 -0400] rev 18687
7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful. Summary: Remove -Xaprof and Klass::_alloc_count & ArrayKlass::_alloc_size. Reviewed-by: stefank, coleenp
Mon, 08 Jul 2013 10:58:48 -0700 8016903: Thread::_handle_area initial size too big
iklam [Mon, 08 Jul 2013 10:58:48 -0700] rev 18686
8016903: Thread::_handle_area initial size too big Summary: Changed initial size to Chunk::tiny_size (216 bytes) Reviewed-by: coleenp, dholmes, sspitsyn
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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip