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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip