log

age author description
Sat, 13 Nov 2010 18:28:48 +0100 Thomas Wuerthinger Don't mess with VMToNative transitions..
Sat, 13 Nov 2010 08:15:52 +0100 Doug Simon Merge.
Sat, 13 Nov 2010 07:54:30 +0100 Doug Simon Small renaming.
Fri, 12 Nov 2010 16:17:55 +0100 Doug Simon Merge.
Fri, 12 Nov 2010 16:11:41 +0100 Doug Simon Syncing changes with C1X.
Fri, 12 Nov 2010 20:57:08 +0100 Thomas Wuerthinger Added flag -XX:BootstrapC1X that precompiles Object::<init> and then every method in the compilation queue until it is empty.
Fri, 12 Nov 2010 18:34:07 +0100 Thomas Wuerthinger Enable monitorenter/monitorexit runtime calls.
Fri, 12 Nov 2010 18:04:27 +0100 Thomas Wuerthinger Solved an issue with unresolved field patching.
Thu, 11 Nov 2010 14:42:14 +0100 Thomas Wuerthinger Import fixes.
Thu, 11 Nov 2010 14:16:50 +0100 Thomas Wuerthinger Merge
Thu, 11 Nov 2010 14:09:37 +0100 Thomas Wuerthinger Pointer verification stub. Two loose oop fixes in C1X C++ part. Logging which methods have been compiled.
Tue, 09 Nov 2010 17:40:15 +0100 Doug Simon Modified C++ to reflect changes in calling convention CRI code.
Tue, 09 Nov 2010 17:38:40 +0100 Doug Simon Modified class descriptions in C++ to reflect changes to CiDebugInfo.Frame
Tue, 09 Nov 2010 17:37:01 +0100 Doug Simon Removed 'java' indirection script and modified domake to create the replacement symlink to /usr/lib/jvm/jre1.7.0/bin/java
Tue, 09 Nov 2010 13:42:06 +0100 Thomas Wuerthinger Remove caching for constant pool entries (same index can be used to retrieve e.g. type and field). Fast fail on bailout in C1X.
Tue, 09 Nov 2010 12:30:21 +0100 Thomas Wuerthinger Corrections of oop map generation.
Thu, 04 Nov 2010 15:34:50 +0100 Thomas Wuerthinger Made setting C1X options from HotSpot command line more robust.
Wed, 03 Nov 2010 16:58:50 +0100 Thomas Wuerthinger Improved exception reporting after exception in compileMethod.
Wed, 03 Nov 2010 16:40:38 +0100 Thomas Wuerthinger Fix oop relocation for static stub calls.
Mon, 01 Nov 2010 23:50:37 +0100 Doug Simon Updated for changes in CRI.
Fri, 29 Oct 2010 18:14:17 +0200 Doug Simon Modified domake script to use (and require) JRE7 environment variable for find the base of a JRE 7 installation. This script no also ensures that $JRE7/lib/amd64/jvm.cfg has the right value for '-client'.
Mon, 25 Oct 2010 18:35:34 +0200 Thomas Wuerthinger Added timing printout on VM shutdown.
Mon, 25 Oct 2010 16:47:52 +0200 Thomas Wuerthinger Enabled -C1X:OPTIONS when running HotSpot/C1X. Enabled checkstyle for the HotSpotVM Java project.
Fri, 22 Oct 2010 17:33:24 +0200 Thomas Wuerthinger Added Eclipse C++ run configurations.
Fri, 22 Oct 2010 17:31:38 +0200 Thomas Wuerthinger Initial adjustments to make C1X4HotSpot compile and run with latest Maxine version.
Thu, 30 Sep 2010 17:19:48 -0700 Lukas Stadler * enabled all jtt tests
Thu, 16 Sep 2010 19:42:20 -0700 Lukas Stadler various fixes and enhancements
Wed, 01 Sep 2010 17:13:38 -0700 Lukas Stadler sourcecode formatting
Wed, 01 Sep 2010 16:43:47 -0700 Lukas Stadler modified project layout
Wed, 01 Sep 2010 13:45:57 -0700 Lukas Stadler added assertions, nop added to implicit exception sites
Tue, 31 Aug 2010 22:13:30 -0700 Lukas Stadler * -XX:TraceC1X=0...5 controls the native c1x tracing
Thu, 19 Aug 2010 14:34:52 -0700 Lukas Stadler refactoring classes into separate files
Wed, 18 Aug 2010 16:47:06 -0700 Lukas Stadler basic invokeinterface and invokevirtual support
Wed, 18 Aug 2010 11:44:04 -0700 Lukas Stadler small cleanup
Tue, 17 Aug 2010 17:34:25 -0700 Lukas Stadler tlab-allocated "new instance", invokespecial, support for static fields in COMPILER_CLASSES_DO
Mon, 16 Aug 2010 20:00:59 -0700 Lukas Stadler updated prologue/epilogue code
Mon, 16 Aug 2010 18:59:36 -0700 Lukas Stadler * rewrite of the code installation
Mon, 02 Aug 2010 15:44:38 -0700 Lukas Stadler * using reflected objects instead of oops
Fri, 23 Jul 2010 15:53:02 -0700 Lukas Stadler changed VMExit/VMEntries to non-static, added eclipse c++ project, CIR interface changes
Tue, 13 Jul 2010 11:47:55 -0700 Lukas Stadler reformatting similar to other maxine projects (tabs, etc.)
Mon, 12 Jul 2010 15:05:17 -0700 Lukas Stadler implement recent safepoint & exceptionobject ci changes, HotSpotVMConfig
Fri, 09 Jul 2010 16:33:03 -0700 Lukas Stadler modifications for linux: argument register layout, makefile
Wed, 23 Jun 2010 17:20:40 +0200 Thomas Wuerthinger Small adaptations
Wed, 23 Jun 2010 16:36:58 +0200 Thomas Wuerthinger Added HotSpotVM project Java source files.
Wed, 23 Jun 2010 16:19:21 +0200 Thomas Wuerthinger Added HotSpotVM project.
Tue, 18 May 2010 21:53:05 +0200 Thomas Wuerthinger Executing a+b with C1X on HotSpot ;-) !
Tue, 18 May 2010 17:43:37 +0200 Thomas Wuerthinger Draft implementation of HotSpot CRI / first method compiling without exception.
Mon, 17 May 2010 16:37:23 +0200 Thomas Wuerthinger Added first VM entry method.
Wed, 12 May 2010 16:30:40 +0200 Thomas Wuerthinger Merge
Wed, 12 May 2010 16:29:41 +0200 Thomas Wuerthinger Added methods to c1x_VMExits.cpp
Wed, 12 May 2010 15:33:54 +0200 lstadler fixed JAVA_HOME
Wed, 12 May 2010 15:01:05 +0200 lstadler added c1x build directory, added MSVC Win64 project support
Tue, 11 May 2010 19:24:14 +0200 Thomas Wuerthinger Can now call to Java code from the VM.
Tue, 11 May 2010 18:19:17 +0200 Thomas Wuerthinger Hooked C1XCompiler class into the system.
Tue, 11 May 2010 14:46:49 +0200 Thomas Wuerthinger initial setup for building; added create.bat
Thu, 06 May 2010 18:25:58 -0700 mikejwre Added tag jdk7-b92 for changeset 3221d1887d30
Tue, 04 May 2010 12:25:39 -0700 trims Added tag hs18-b03 for changeset 25f53b53aaa3 jdk7-b92
Tue, 04 May 2010 12:23:38 -0700 trims Merge
Thu, 29 Apr 2010 15:47:28 -0700 trims 6948636: Bump the HS18 build number to 04 hs18-b04
Thu, 29 Apr 2010 15:18:27 -0700 trims Merge
Thu, 29 Apr 2010 00:03:40 -0700 jrose Merge
Tue, 27 Apr 2010 11:19:12 -0700 iveresov 6946892: c1 shouldn't sign-extend to upper 32bits on x64
Mon, 26 Apr 2010 23:59:45 -0700 never 6943485: JVMTI always on capabilities change code generation too much
Mon, 26 Apr 2010 11:27:21 -0700 never 6946040: add intrinsic for short and char reverseBytes
Mon, 26 Apr 2010 18:01:55 -0400 tonyp Merge
Thu, 22 Apr 2010 10:02:38 -0700 johnc 6819061: G1: eliminate serial Other times that are proportional to the collection set length
Mon, 19 Apr 2010 05:40:21 -0700 kevinw Merge
Fri, 16 Apr 2010 17:36:37 +0100 kevinw 6897143: Stress test crashes during HeapInspection using ParallelGC.
Fri, 16 Apr 2010 08:48:16 -0700 apetrusenko 6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize
Thu, 15 Apr 2010 18:45:30 -0400 tonyp 6939027: G1: assertion failure during the concurrent phase of cleanup
Thu, 15 Apr 2010 15:52:55 -0700 johnc 6943926: G1: Integer overflow during heap region verification
Tue, 30 Mar 2010 15:43:03 -0400 tonyp 6937142: G1: improvements to debugging output (S-M)
Tue, 13 Apr 2010 13:52:10 -0700 jmasa 6858496: Clear all SoftReferences before an out-of-memory due to GC overhead limit.
Wed, 21 Apr 2010 01:13:15 -0700 jrose Merge
Tue, 20 Apr 2010 13:26:33 -0700 never 6945219: minor SA fixes
Mon, 19 Apr 2010 02:13:06 -0700 twisti 6944503: Improved Zero crash dump
Fri, 16 Apr 2010 05:05:53 -0700 twisti 6944473: 6941224 misses new files
Fri, 16 Apr 2010 02:59:34 -0700 twisti Merge
Thu, 15 Apr 2010 03:13:56 -0700 twisti 6944028: 6940701 broke Zero
Fri, 16 Apr 2010 00:52:45 -0700 twisti Merge
Thu, 15 Apr 2010 02:40:12 -0700 twisti 6941224: Improved stack overflow handling for Zero
Thu, 15 Apr 2010 18:14:49 -0700 never 6939930: exception unwind changes in 6919934 hurts compilation speed
Wed, 14 Apr 2010 15:30:13 -0700 never 6938026: C2 compiler fails in Node::rematerialize()const
Thu, 29 Apr 2010 14:32:43 -0700 mikejwre Added tag jdk7-b91 for changeset e0a1a502e402
Thu, 22 Apr 2010 16:54:23 -0700 mikejwre Added tag jdk7-b90 for changeset 605c9707a766 jdk7-b91
Tue, 20 Apr 2010 21:38:23 -0700 trims Merge jdk7-b90
Thu, 15 Apr 2010 19:09:48 -0700 trims Added tag hs18-b02 for changeset 4b60f23c4223 hs18-b03
Thu, 15 Apr 2010 19:08:48 -0700 trims Merge
Tue, 13 Apr 2010 13:01:37 -0700 jrose Merge
Thu, 08 Apr 2010 17:45:20 -0700 jrose Merge
Thu, 08 Apr 2010 12:13:07 -0700 iveresov 6942223: c1 64 bit fixes
Thu, 08 Apr 2010 10:55:40 +0200 twisti 6941529: SharedRuntime::raw_exception_handler_for_return_address must reset thread MethodHandle flag
Wed, 07 Apr 2010 12:39:27 -0700 kvn 6940726: Use BIS instruction for allocation prefetch on Sparc
Wed, 07 Apr 2010 10:35:56 -0700 kvn 6940733: allocate non static oop fields in super and sub classes together
Wed, 07 Apr 2010 09:37:47 -0700 kvn 6940701: Don't align loops in stubs for Niagara sparc
Tue, 06 Apr 2010 15:18:10 -0700 kvn 6940677: Use 64 bytes chunk copy for arraycopy on Sparc
Tue, 06 Apr 2010 13:39:52 +0200 twisti 6940520: CodeCache::scavenge_root_nmethods_do must fix oop relocations
Fri, 09 Apr 2010 15:01:49 -0700 tonyp Merge
Fri, 09 Apr 2010 13:08:34 -0400 tonyp Merge
Wed, 07 Apr 2010 11:43:53 -0700 johnc 6940894: G1: assert(new_obj != 0 || ... "should be forwarded") for compaction tests
Tue, 06 Apr 2010 10:59:45 -0400 tonyp 6909756: G1: guarantee(G1CollectedHeap::heap()->mark_in_progress(),"Precondition.")
Mon, 05 Apr 2010 12:19:22 -0400 tonyp 6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop()
Fri, 02 Apr 2010 12:10:08 -0400 tonyp 6677708: G1: re-enable parallel RSet updating and scanning
Tue, 30 Mar 2010 15:36:55 -0400 tonyp 6937160: G1: should observe GCTimeRatio
Wed, 07 Apr 2010 12:28:22 -0400 kamg Merge
Fri, 02 Apr 2010 17:04:09 -0700 jcoomes Merge
Wed, 31 Mar 2010 16:51:18 -0700 coleenp 6938627: Make temporary directory use property java.io.tmpdir when specified
Tue, 06 Apr 2010 22:06:57 -0700 asaha Merge
Fri, 02 Apr 2010 15:55:04 -0700 kvn Merge
Fri, 02 Apr 2010 11:55:00 -0700 kvn 6939804: ciConstant::print() prints incorrect bool value
Thu, 01 Apr 2010 16:06:57 -0700 never 6936709: AsyncGetCallTrace doesn't handle inexact stack walking properly
Wed, 31 Mar 2010 16:29:10 -0700 never Merge
Wed, 31 Mar 2010 11:54:03 -0700 never 6939845: zero needs fallback path in C++ interpreter for platform dependent fast bytecodes
Wed, 31 Mar 2010 08:03:33 -0700 twisti 6939731: JSR 292 Zero build fix after 6934494
Tue, 30 Mar 2010 00:57:55 -0700 twisti 6939180: Zero locking fix
Thu, 18 Mar 2010 14:31:41 -0700 never 6926979: should simplify catch_inline_exception
Thu, 15 Apr 2010 19:08:18 -0700 trims 6944398: Bump the HS18 build number to 03
Thu, 15 Apr 2010 13:54:54 -0700 mikejwre Added tag jdk7-b89 for changeset 15836273ac24
Tue, 13 Apr 2010 16:36:27 -0700 lana Merge jdk7-b89
Thu, 08 Apr 2010 15:28:37 -0700 lana Merge
Wed, 24 Mar 2010 17:16:33 -0700 asaha Merge
Mon, 15 Mar 2010 15:51:36 -0400 acorn 6932480: Fix crash in CompilerThread/Parser. Unloaded array klass?
Thu, 28 Jan 2010 13:59:18 -0500 acorn Merge
Tue, 19 Jan 2010 16:03:09 -0500 acorn 6626217: Fixed loader constraint array handling
Thu, 21 Jan 2010 10:07:59 -0800 kvn 6894807: No ClassCastException for HashAttributeSet constructors if run with -Xcomp
Thu, 03 Dec 2009 14:20:22 -0800 kvn 6892265: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes
Thu, 08 Apr 2010 17:02:41 -0700 mikejwre Added tag jdk7-b88 for changeset 4b60f23c4223
Thu, 01 Apr 2010 20:48:50 -0400 acorn Merge hs18-b02 jdk7-b88
Thu, 01 Apr 2010 11:23:01 -0400 acorn Merge
Fri, 26 Mar 2010 11:10:26 -0400 acorn Merge
Thu, 25 Mar 2010 16:54:59 -0700 dcubed Merge
Thu, 25 Mar 2010 16:27:12 -0700 dcubed 6938185: 3/4 6923488 breaks Windows command shell builds
Tue, 23 Mar 2010 17:29:13 -0700 dcubed Merge
Tue, 23 Mar 2010 14:37:18 -0700 dcubed 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
Thu, 18 Mar 2010 16:47:37 -0400 coleenp 6936168: Recent fix for unmapping stack guard pages doesn't close /proc/self/maps
Wed, 17 Mar 2010 11:01:05 +0100 fparain 6935224: Adding new DTrace probes to work with Palantir
Tue, 16 Mar 2010 20:47:17 -0700 dcubed Merge
Tue, 16 Mar 2010 17:47:03 -0600 dcubed 6923488: 4/4 need minor tweaks to HotSpot build for Cygwin
Sat, 13 Mar 2010 16:32:49 -0800 xlu 6934758: Expose the break down of clean up task time during safepoint.
Fri, 12 Mar 2010 10:42:16 -0500 coleenp 6929067: Stack guard pages should be removed when thread is detached
Thu, 01 Apr 2010 16:15:12 -0700 trims 6940419: Bump the HS18 build number to 02
Thu, 01 Apr 2010 16:10:27 -0700 trims Merge
Thu, 18 Mar 2010 12:14:59 -0400 tonyp 6935821: G1: threads created during marking do not active their SATB queues
Mon, 22 Mar 2010 02:40:53 -0700 apetrusenko Merge
Thu, 18 Mar 2010 13:31:51 -0700 jcoomes 6935839: excessive marking stack growth during full gcs
Thu, 18 Mar 2010 01:48:28 -0700 apetrusenko 6921710: G1: assert(new_finger >= _finger && new_finger < _region_limit,"invariant")
Thu, 11 Mar 2010 11:44:43 -0800 johnc 6755988: G1: assert(new_obj != 0 || ... "should be forwarded")
Mon, 15 Mar 2010 02:56:45 -0700 apetrusenko Merge
Wed, 03 Mar 2010 14:48:26 -0800 jcoomes 4396719: Mark Sweep stack overflow on deeply nested Object arrays
Thu, 25 Mar 2010 15:05:19 -0700 mikejwre Added tag jdk7-b87 for changeset e7e7e36ccdb5
Tue, 23 Mar 2010 20:37:30 -0700 trims Merge jdk7-b87
Tue, 23 Mar 2010 20:28:36 -0700 trims Added tag hs18-b01 for changeset 07226e9eab8f
Thu, 18 Mar 2010 17:21:54 -0700 trims 6936366: Fork HS17 to HS18 - renumber Major and build numbers of JVM hs18-b01
Thu, 18 Mar 2010 16:06:00 -0700 trims Merge
Thu, 18 Mar 2010 06:36:43 -0700 twisti Merge
Thu, 18 Mar 2010 09:56:51 +0100 twisti 6932091: JSR 292 x86 code cleanup
Wed, 17 Mar 2010 16:40:25 -0700 never 6930043: C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I
Wed, 17 Mar 2010 10:47:03 -0700 kvn 6935535: String.indexOf() returns incorrect result on x86 with SSE4.2
Wed, 17 Mar 2010 10:22:41 +0100 twisti 6934966: JSR 292 add C1 logic for saved SP over MethodHandle calls
Tue, 16 Mar 2010 15:35:33 -0700 kvn 6935466: new CodeCache flushing code is not guarded by the flag
Tue, 16 Mar 2010 11:52:17 +0100 twisti 6934494: JSR 292 MethodHandles adapters should be generated into their own CodeBlob
Thu, 11 Mar 2010 05:09:20 -0800 twisti 6934089: Zero 32-bit/64kb page fix
Fri, 05 Mar 2010 13:58:34 +0100 roland 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
Tue, 09 Mar 2010 23:57:36 -0800 twisti Merge
Tue, 09 Mar 2010 20:16:19 +0100 twisti 6919934: JSR 292 needs to support x86 C1
Tue, 09 Mar 2010 11:02:39 -0800 never 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
Mon, 08 Mar 2010 04:46:30 -0800 twisti 6932536: JSR 292 modified JDK MethodHandlesTest fails on x86_64
Thu, 11 Mar 2010 14:41:29 -0500 acorn Merge
Wed, 10 Mar 2010 21:42:26 -0800 xlu 6933402: RFE: Improve PrintSafepointStatistics output to track cleanup time
Tue, 02 Mar 2010 12:09:40 -0800 coleenp 6914050: jvm assertion "guard pages must be in use" in -Xcomp mode
Wed, 03 Mar 2010 08:10:41 -0800 jmasa 6910182: CMS: assert(_cursor[j] == _survivor_plab_array[j].end(),"Ctl pt invariant")
Tue, 02 Mar 2010 13:59:37 -0800 johnc Merge
Fri, 26 Feb 2010 16:40:55 -0500 phh 6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified
Tue, 02 Mar 2010 13:57:46 -0800 johnc Merge
Wed, 24 Feb 2010 14:56:20 -0500 tonyp 6928065: G1: use existing command line parameters to set the young generation size
Wed, 24 Feb 2010 07:00:33 -0800 jmasa 6928081: G1: rename parameters common with CMS
Tue, 23 Feb 2010 23:14:34 -0500 tonyp 6928073: G1: use existing command line parameters for marking cycle initiation
Tue, 23 Feb 2010 23:13:23 -0500 tonyp 6928059: G1: command line parameter renaming
Mon, 01 Mar 2010 12:12:35 -0800 never 6930398: fix for return address locals in OSR entries uses wrong test
Thu, 25 Feb 2010 22:58:43 -0800 kvn 6930116: loop predication code does not handle If nodes with only one projection
Thu, 25 Feb 2010 15:55:47 -0800 kvn 6930035: C2 type system incorrectly handles case j.l.Object->meet(constant AryPtr)
Thu, 25 Feb 2010 11:38:50 -0800 never 6915557: assert(_gvn.type(l)->higher_equal(type),"must constrain OSR typestate") with debug build
Tue, 23 Feb 2010 17:46:29 +0100 twisti 6928839: JSR 292 typo in x86 _adapter_check_cast
Mon, 22 Feb 2010 16:56:49 -0800 kvn 6928717: HS17 fails to build with SS11 C++
Fri, 19 Feb 2010 13:06:11 -0800 never 6927049: assert(is_Loop(),"invalid node class")
Fri, 19 Feb 2010 10:04:16 -0800 kvn 6910664: C2: java/util/Arrays/Sorting.java fails with DeoptimizeALot flag
Thu, 18 Feb 2010 15:05:10 -0800 never 6663854: assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp
Thu, 18 Mar 2010 13:52:49 -0700 mikejwre Added tag jdk7-b86 for changeset bf823ef06b4f
Mon, 08 Mar 2010 15:50:52 -0800 trims Added tag hs17-b10 for changeset 418bc80ce139 jdk7-b86
Thu, 04 Mar 2010 13:50:13 -0800 mikejwre Added tag jdk7-b85 for changeset 6c9796468b91 hs17-b10
Thu, 18 Feb 2010 22:16:12 -0800 trims 6927886: Bump the HS17 build number to 10 jdk7-b85
Thu, 18 Feb 2010 22:15:35 -0800 trims Merge
Thu, 18 Feb 2010 10:44:14 -0800 twisti Merge
Thu, 18 Feb 2010 06:54:48 -0800 twisti 6927165: Zero S/390 fixes
Thu, 18 Feb 2010 11:35:41 +0100 twisti 6926782: CodeBuffer size too small after 6921352
Tue, 16 Feb 2010 20:07:48 -0800 never 6877221: Endless deoptimizations in OSR nmethod
Tue, 16 Feb 2010 16:17:46 -0800 kvn 6926697: "optimized" VM build failed: The type "AdapterHandlerTableIterator" is incomplete
Tue, 16 Feb 2010 14:11:44 -0800 johnc Merge
Thu, 11 Feb 2010 15:52:19 -0800 iveresov 6923991: G1: improve scalability of RSet scanning
Tue, 09 Feb 2010 13:56:09 -0800 johnc 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
Mon, 08 Feb 2010 14:23:01 -0500 tonyp 6802453: G1: hr()->is_in_reserved(from),"Precondition."
Fri, 05 Feb 2010 11:05:50 -0500 tonyp 6920977: G1: guarantee(k == probe->klass(),"klass should be in dictionary") fails
Fri, 12 Feb 2010 15:27:36 -0800 kvn Merge
Fri, 12 Feb 2010 10:34:11 -0800 kvn 6926048: Improve Zero performance
Fri, 12 Feb 2010 08:54:13 -0800 kvn 6925249: assert(last_sp < (intptr_t*) interpreter_frame_monitor_begin(),"bad tos")
Tue, 09 Feb 2010 10:21:06 -0800 kvn 6924097: assert((_type == Type::MEMORY) == (_adr_type != 0),"adr_type for memory phis only")
Tue, 09 Feb 2010 01:31:13 -0800 kvn 6910618: C2: Error: assert(d->is_oop(),"JVM_ArrayCopy: dst not an oop")
Mon, 08 Feb 2010 12:20:09 -0800 kvn 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
Sun, 07 Feb 2010 12:15:06 -0800 kvn 6923002: assert(false,"this call site should not be polymorphic")
Fri, 05 Feb 2010 11:07:40 -0800 never 6920293: OptimizeStringConcat causing core dumps
Thu, 11 Feb 2010 10:48:10 -0800 apangin Merge
Mon, 08 Feb 2010 13:49:03 -0500 kamg 6587322: dtrace probe object__alloc doesn't fire in some situations on amd64
Mon, 08 Feb 2010 09:58:32 -0800 johnc Merge
Tue, 02 Feb 2010 18:39:50 -0800 johnc 6914402: G1: assert(!is_young_card(cached_ptr),"shouldn't get a card in young region")
Mon, 01 Feb 2010 17:29:01 -0800 ysr 6904516: More object array barrier fixes, following up on 6906727
Fri, 29 Jan 2010 14:51:38 -0800 johnc 6885297: java -XX:RefDiscoveryPolicy=2 or -XX:TLABWasteTargetPercent=0 cause VM crash
Thu, 18 Feb 2010 13:31:31 -0800 mikejwre Added tag jdk7-b84 for changeset ffc8d176b84b
Fri, 12 Feb 2010 13:25:08 -0800 mikejwre Added tag jdk7-b83 for changeset 3f370a32906e jdk7-b84
Thu, 11 Feb 2010 20:37:05 -0800 trims Added tag hs15-b05 for changeset fafab5d5349c jdk7-b83
Thu, 11 Feb 2010 20:37:03 -0800 trims Added tag hs15-b04 for changeset 9ab385cb0c42
Thu, 11 Feb 2010 20:37:01 -0800 trims Added tag hs15-b03 for changeset 2581d90c6c9b
Thu, 11 Feb 2010 20:36:59 -0800 trims Added tag hs15-b02 for changeset 1605bb4eb5a7
Thu, 11 Feb 2010 20:36:57 -0800 trims Added tag hs15-b01 for changeset 3f844a28c5f4
Thu, 11 Feb 2010 20:11:47 -0800 trims Added tag hs16-b08 for changeset ac59d4e6dae5
Thu, 11 Feb 2010 20:11:45 -0800 trims Added tag hs16-b07 for changeset 3c0f72981560
Thu, 11 Feb 2010 20:11:44 -0800 trims Added tag hs16-b06 for changeset ba313800759b
Thu, 11 Feb 2010 20:11:42 -0800 trims Added tag hs16-b05 for changeset 32c83fb84370
Thu, 11 Feb 2010 20:11:40 -0800 trims Added tag hs16-b04 for changeset 08f86fa55a31
Thu, 11 Feb 2010 20:11:38 -0800 trims Added tag hs16-b03 for changeset 07c1c01e0315
Thu, 11 Feb 2010 20:11:37 -0800 trims Added tag hs16-b02 for changeset f4cbf78110c7
Thu, 11 Feb 2010 20:11:35 -0800 trims Added tag hs16-b01 for changeset 981375ca07b7
Thu, 11 Feb 2010 19:53:02 -0800 trims Added tag hs17-b09 for changeset ff3232b68fbb
Thu, 11 Feb 2010 19:53:01 -0800 trims Added tag hs17-b08 for changeset 1f9b07674480
Thu, 11 Feb 2010 19:53:00 -0800 trims Added tag hs17-b07 for changeset 3003ddd1d433
Thu, 11 Feb 2010 19:52:59 -0800 trims Added tag hs17-b06 for changeset a5a6adfca6ec
Thu, 11 Feb 2010 19:52:58 -0800 trims Added tag hs17-b05 for changeset 9174bb32e934
Thu, 11 Feb 2010 19:52:57 -0800 trims Added tag hs17-b04 for changeset d8dd291a362a
Thu, 11 Feb 2010 19:52:56 -0800 trims Added tag hs17-b03 for changeset f4b900403d6e
Thu, 11 Feb 2010 19:52:55 -0800 trims Added tag hs17-b02 for changeset faf94d94786b
Thu, 11 Feb 2010 19:52:39 -0800 trims Added tag hs17-b01 for changeset a94714c55065
Fri, 05 Feb 2010 16:21:06 -0800 trims Merge
Fri, 05 Feb 2010 12:27:12 -0800 trims 6921473: Bump the HS17 build number to 09 hs17-b09
Fri, 05 Feb 2010 12:26:35 -0800 trims Merge
Thu, 04 Feb 2010 15:50:59 -0800 apangin Merge
Tue, 02 Feb 2010 11:08:17 -0700 dcubed Merge
Tue, 02 Feb 2010 10:37:32 -0700 dcubed 6918421: 1/1 in-process JVM now ignores preset Windows unhandled exception filter
Mon, 01 Feb 2010 17:35:05 -0700 dcubed 6902182: 4/4 Starting with jdwp agent should not incur performance penalty
Thu, 04 Feb 2010 11:16:23 -0800 never 6921992: failure in verify scheduling after 6792161
Thu, 04 Feb 2010 03:34:05 -0800 twisti Merge
Wed, 03 Feb 2010 18:33:04 -0800 never Merge
Wed, 03 Feb 2010 15:56:37 -0800 never 6921969: optimize 64 long multiply for case with high bits zero
Wed, 03 Feb 2010 15:03:22 -0800 kvn 6923043: failed nightly tests which use -XX:+PrintCompilation -Xcomp -XX:CompileOnly
Wed, 03 Feb 2010 12:28:30 -0800 never 6921922: fix for 6911204 breaks tagged stack interpreter
Mon, 01 Feb 2010 16:49:49 -0800 kvn 6614597: Performance variability in jvm2008 xml.validation
Mon, 01 Feb 2010 23:18:47 +0100 twisti 6921799: JSR 292 call sites should not be fixed-up
Mon, 01 Feb 2010 19:29:46 +0100 twisti 6921352: JSR 292 needs its own deopt handler
Fri, 29 Jan 2010 22:51:41 -0800 never 6916644: C2 compiler crash on x86
Fri, 29 Jan 2010 09:27:22 -0800 kvn 4360113: Evict nmethods when code cache gets full
Fri, 29 Jan 2010 08:33:24 -0800 twisti 6921339: backout 6917766
Fri, 29 Jan 2010 12:13:05 +0100 twisti 6917766: JSR 292 needs its own deopt handler
Thu, 28 Jan 2010 20:41:37 -0800 never 6792161: assert("No dead instructions after post-alloc")
Thu, 28 Jan 2010 16:28:28 -0800 never 6920346: G1: "must avoid base_memory and AliasIdxTop"
Thu, 28 Jan 2010 08:36:34 -0800 twisti 6920970: Zero build fixes after 6849984 and 6911204
Wed, 27 Jan 2010 22:38:37 -0800 ysr Merge
Tue, 26 Jan 2010 23:36:11 -0800 ysr Merge
Tue, 26 Jan 2010 16:52:29 -0800 ysr 6920090: G1: Disable ReduceInitialCardMarks at least until 6920109 is fixed
Mon, 25 Jan 2010 18:03:29 -0500 tonyp 6919980: G1: remove +UseG1GC from under experimental options (second attempt)
Thu, 21 Jan 2010 18:51:10 -0800 apetrusenko 6918006: G1: spill space must be reserved on the stack for barrier calls on Windows x64
Thu, 21 Jan 2010 14:47:01 -0800 ysr Merge
Thu, 21 Jan 2010 11:33:32 -0800 jmasa 6895236: CMS: cmsOopClosures.inline.hpp:43 assert(..., "Should remember klasses in this context")
Wed, 27 Jan 2010 14:06:27 -0800 iveresov Merge
Tue, 26 Jan 2010 08:53:24 -0800 kvn 6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
Wed, 20 Jan 2010 22:10:33 -0800 never 6911204: generated adapters with large signatures can fill up the code cache
Fri, 22 Jan 2010 15:06:53 -0800 coleenp Merge
Wed, 20 Jan 2010 11:32:41 -0700 dcubed Merge
Wed, 13 Jan 2010 09:39:46 -0700 dcubed 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
Thu, 04 Feb 2010 11:19:23 -0800 mikejwre Added tag jdk7-b82 for changeset 1999f5b12482
Thu, 28 Jan 2010 11:26:42 -0800 mikejwre Added tag jdk7-b81 for changeset 1f9b07674480 jdk7-b82
Fri, 22 Jan 2010 15:01:00 -0800 trims 6919437: Bump the HS17 build number to 08 hs17-b08 jdk7-b81
Fri, 22 Jan 2010 14:57:12 -0800 trims Merge
Wed, 20 Jan 2010 12:54:25 -0800 iveresov Merge
Tue, 19 Jan 2010 15:54:42 -0800 kvn 6893701: compiler/6877254/Test.java fails because it combines -XX:+UseConcMarkSweepGC with other GC
Tue, 19 Jan 2010 10:25:54 -0800 kvn 6917931: compiler/6895383/Test.java don't compile due missed imports
Mon, 18 Jan 2010 05:02:41 -0800 twisti 6917698: os::is_allocatable Zero fix for 32-bit platforms
Fri, 15 Jan 2010 16:15:45 -0800 never 6879943: CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LIR.hpp:2029
Fri, 15 Jan 2010 11:53:33 -0800 never 6849984: Value methods for platform dependent math functions constant fold incorrectly
Wed, 13 Jan 2010 23:05:52 -0800 jrose 6912065: final fields in objects need to support inlining optimizations for JSR 292
Tue, 12 Jan 2010 14:37:35 -0800 cfang 6894779: Loop Predication for Loop Optimizer in C2
Tue, 19 Jan 2010 14:23:18 -0800 trims Merge
Sat, 16 Jan 2010 23:51:50 -0800 ysr Merge
Wed, 13 Jan 2010 15:45:47 -0800 johnc 6915005: G1: Hang in PtrQueueSet::completed_buffers_list_length with gcl001
Thu, 14 Jan 2010 09:20:13 -0800 tonyp Merge
Wed, 13 Jan 2010 15:46:13 -0500 tonyp 6916652: G1: remove +UseG1GC from under experimental options
Wed, 13 Jan 2010 15:26:39 -0800 ysr 6896647: card marks can be deferred too long
Tue, 12 Jan 2010 14:56:46 -0800 johnc 6902115: G1:assert(ignore_max_completed||thread->is_Java_thread()||SafepointSynchronize::is_at_safepoint())
Thu, 21 Jan 2010 11:12:25 -0800 mikejwre Added tag jdk7-b80 for changeset 3003ddd1d433
Fri, 15 Jan 2010 14:28:16 -0800 trims 6917463: Bump the HS17 build number to 07 hs17-b07 jdk7-b80
Fri, 15 Jan 2010 14:25:44 -0800 trims Merge
Tue, 12 Jan 2010 13:54:40 -0800 iveresov Merge
Sat, 09 Jan 2010 00:59:35 -0800 never 6909839: missing unsigned compare cases for some cmoves in sparc.ad
Fri, 08 Jan 2010 22:02:42 -0800 jrose Merge
Fri, 08 Jan 2010 18:27:20 -0800 jrose Merge
Fri, 08 Jan 2010 13:58:49 -0800 jrose 6912063: inlining parameters need to be adjusted for some uses of the JVM
Fri, 08 Jan 2010 15:17:42 -0800 jrose Merge
Fri, 08 Jan 2010 13:47:01 -0800 jrose 6912062: disassembler plugin needs to produce symbolic information in product mode
Fri, 08 Jan 2010 09:51:24 -0800 kvn 6910484: incorrect integer optimization (loosing and op-r in a given example)
Fri, 08 Jan 2010 09:42:31 -0800 kvn 6915110: IfNode::up_one_dom moves beyond RootNode bug in src/share/vm/opto/ifnode.cpp
Fri, 08 Jan 2010 11:09:46 +0100 twisti 6914206: change way of permission checking for generated MethodHandle adapters
Thu, 07 Jan 2010 16:26:31 -0800 kvn 6912517: JIT bug compiles out (and stops running) code that needs to be run. Causes NPE.
Thu, 07 Jan 2010 16:24:17 -0800 kvn 6914622: Print values of all flags for product VM
Sat, 09 Jan 2010 09:01:41 -0800 ysr Merge
Thu, 07 Jan 2010 08:14:45 -0800 jmasa 6912018: CMS: guarantee(head() != 0,"The head of the list cannot be NULL")
Mon, 04 Jan 2010 14:51:26 -0800 ysr 6637203: Classunloading messages go to stdout rather than Xloggc file, causing hangs when stdout is closed
Mon, 04 Jan 2010 07:58:42 -0800 jmasa Merge
Wed, 23 Dec 2009 09:23:54 -0800 ysr 6631166: CMS: better heuristics when combatting fragmentation
Wed, 06 Jan 2010 22:21:39 -0800 iveresov Merge
Wed, 06 Jan 2010 14:25:03 -0800 never Merge
Wed, 06 Jan 2010 14:22:39 -0800 never 6914300: ciEnv should export all well known classes
Tue, 05 Jan 2010 16:12:26 -0800 never 6914002: unsigned compare problem after 5057818
Tue, 05 Jan 2010 11:16:09 -0800 never Merge
Tue, 05 Jan 2010 11:14:54 -0800 never 6908267: Zero fails to unlock synchronized native methods on exception
Tue, 05 Jan 2010 15:21:25 +0100 twisti 6893268: additional dynamic language related optimizations in C2
Tue, 05 Jan 2010 13:05:58 +0100 twisti 6829187: compiler optimizations required for JSR 292
Mon, 04 Jan 2010 15:21:09 -0800 kvn 6913075: EA identifies escape state incorrectly after 6895383 fix
Mon, 04 Jan 2010 18:38:08 +0100 twisti 6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164)
Mon, 04 Jan 2010 07:04:46 -0800 twisti Merge
Mon, 04 Jan 2010 15:52:40 +0100 twisti 6894206: JVM needs a way to traverse method handle structures
Mon, 04 Jan 2010 03:34:40 -0800 twisti 6913869: Zero assert fix
Mon, 04 Jan 2010 00:22:57 -0800 twisti 6909153: Fix broken options on Zero
Thu, 14 Jan 2010 15:48:26 -0800 katleman Added tag jdk7-b79 for changeset a5a6adfca6ec
Wed, 23 Dec 2009 03:12:16 -0800 trims Merge hs17-b06 jdk7-b79
Thu, 17 Dec 2009 01:19:07 -0800 xlu Merge
Wed, 16 Dec 2009 15:44:08 -0800 xlu Merge
Wed, 16 Dec 2009 14:27:50 -0800 xlu 6895168: JCK api/signaturetest/sigtest.basic.html#basic test fails for jdk 5.0 with HS 16 in nightly build
Wed, 16 Dec 2009 13:19:57 -0800 xlu Merge
Wed, 16 Dec 2009 13:16:08 -0800 xlu 6899467: System property java.class.version out-of-sync with VM for jdk 5.0 with HS 16 in nightly build
Wed, 16 Dec 2009 12:54:49 -0500 phh 6843629: Make current hotspot build part of jdk5 control build
Mon, 14 Dec 2009 13:26:29 -0700 dcubed Merge
Mon, 14 Dec 2009 10:05:36 -0700 dcubed 6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
Mon, 14 Dec 2009 09:51:09 -0700 dcubed 6648438: 4/4 src/share/vm/prims/jvmtiEnv.cpp:457 assert(phase == JVMTI_PHASE_LIVE,"sanity check")
Fri, 11 Dec 2009 11:09:49 -0800 minqi 6361589: Print out stack trace for target thread of GC crash
Wed, 02 Dec 2009 20:32:27 -0500 dholmes Merge
Tue, 01 Dec 2009 22:29:02 -0500 dholmes 6822370: ReentrantReadWriteLock: threads hung when there are no threads holding onto the lock (Netra x4450)
Wed, 02 Dec 2009 07:59:49 -0800 coleenp Merge
Wed, 25 Nov 2009 08:37:04 -0800 mchung 6888880: JKernel VM to inject the sun.jkernel.DownloadManager as a boot classloader hook
Wed, 23 Dec 2009 02:57:31 -0800 trims Merge
Wed, 23 Dec 2009 00:47:04 -0800 jmasa Merge
Tue, 22 Dec 2009 22:35:08 -0800 jmasa Merge
Wed, 16 Dec 2009 15:12:51 -0800 iveresov 6862387: tune concurrent refinement further
Tue, 22 Dec 2009 17:56:03 -0800 iveresov Merge
Wed, 16 Dec 2009 22:15:12 -0800 never 5057818: codecache full and compiler disabled in bigapps fastdebug run
Wed, 16 Dec 2009 12:48:04 +0100 twisti 6829192: JSR 292 needs to support 64-bit x86
Tue, 22 Dec 2009 16:35:08 -0800 trims 6912782: Bump the HS17 build number to 06
Tue, 22 Dec 2009 16:33:46 -0800 trims Merge
Thu, 17 Dec 2009 07:02:39 -0800 jmasa Merge
Fri, 11 Dec 2009 09:30:48 -0800 jmasa Merge
Wed, 09 Dec 2009 23:51:38 -0800 johnc 6908215: G1: SEGV with G1PolicyVerbose=2 debug flag
Tue, 15 Dec 2009 17:19:40 -0800 iveresov Merge
Wed, 09 Dec 2009 19:50:14 -0800 kvn 6896727: nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys
Wed, 09 Dec 2009 16:40:45 -0800 kvn 6895383: JCK test throws NPE for method compiled with Escape Analysis
Tue, 08 Dec 2009 16:27:21 -0800 never 6908167: jbb2005, OptimizeStringConcat causes assert in EA
Tue, 22 Dec 2009 16:32:11 -0800 trims Merge
Fri, 11 Dec 2009 16:38:37 -0800 trims Merge
Fri, 11 Dec 2009 08:39:30 -0800 jmasa Merge
Tue, 08 Dec 2009 15:12:17 -0800 ysr 6908208: UseCompressedOops: array_size() returns incorrect size for MAX_INT object array following 6906727
Mon, 07 Dec 2009 14:22:34 -0500 tonyp 6904967: G1: some CollectionUsageThreshold tests fail
Fri, 04 Dec 2009 07:44:41 -0500 tonyp 6906565: G1: deal with compilation warning in g1MemoryPool.hpp
Fri, 04 Dec 2009 07:44:35 -0500 tonyp 6880903: G1: G1 reports incorrect Runtime.maxMemory()
Thu, 03 Dec 2009 15:01:57 -0800 ysr 6906727: UseCompressedOops: some card-marking fixes related to object arrays
Tue, 24 Nov 2009 15:19:30 -0800 johnc 6899058: G1: Internal error in ptrQueue.cpp:201 in nightly tests
Fri, 20 Nov 2009 14:47:01 -0500 tonyp 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
Thu, 19 Nov 2009 13:43:25 -0800 ysr 6902303: G1: ScavengeALot should cause an incremental, rather than a full, collection
Thu, 19 Nov 2009 10:19:19 -0800 ysr 6902701: G1: protect debugging code related to 6898948 with a debug flag
Fri, 13 Nov 2009 11:55:26 -0800 ysr 6898948: G1: forensic instrumentation for out-of-bounds recent_avg_pause_time_ratio()
Tue, 10 Nov 2009 11:32:48 -0800 jmasa 6898857: [Regression] -XX:NewRatio with -XX:+UseConcMarkSweepGC causes fatal error
Fri, 06 Nov 2009 11:10:05 -0800 johnc 6895788: G1: SATB and update buffer allocation code allocates too much space
Wed, 02 Dec 2009 13:29:00 -0800 cfang 6901572: JVM 1.6.16 crash on loops: assert(has_node(i),"")
Tue, 01 Dec 2009 22:11:01 -0800 iveresov Merge
Wed, 25 Nov 2009 12:09:02 -0800 cfang 6904191: OptimizeStringConcat should be product instead of experimental
Thu, 12 Nov 2009 09:24:21 -0800 never 6892658: C2 should optimize some stringbuilder patterns
Tue, 01 Dec 2009 14:49:41 -0800 iveresov Merge
Fri, 27 Nov 2009 07:56:58 -0800 twisti 6896043: first round of zero fixes
Wed, 25 Nov 2009 09:03:42 -0500 kamg Merge
Mon, 23 Nov 2009 16:24:35 -0500 acorn Merge
Wed, 11 Nov 2009 15:49:38 -0500 acorn 6893504: LinkageError for bootstrap duplicate class definitions.
Fri, 20 Nov 2009 16:22:38 -0500 phh 6900899: vm fails to start when -Xmx value is less than OldSize + NewSize
Tue, 24 Nov 2009 11:49:42 -0800 cfang Merge
Thu, 19 Nov 2009 14:32:23 -0800 kvn 6902036: WorldWind asserts on escape.cpp:1153: assert(addr->is_AddP(),"AddP required")
Thu, 19 Nov 2009 03:41:29 -0800 twisti 6902000: use ShouldNotReachHere() for btos/ctos/stos in TemplateInterpreterGenerator::set_short_entry_points
Wed, 11 Nov 2009 23:39:17 -0800 never 6892079: live value must not be garbage failure after fix for 6854812
Wed, 11 Nov 2009 09:13:12 -0500 kamg Merge
Fri, 06 Nov 2009 16:05:59 -0500 kamg Merge
Wed, 04 Nov 2009 16:49:23 -0500 phh 6898160: Need serviceability support for new vm argument type 'uint64_t'
Fri, 06 Nov 2009 15:04:26 -0500 kamg Merge
Fri, 30 Oct 2009 17:24:14 -0700 xlu Merge
Wed, 28 Oct 2009 16:25:51 -0400 phh 6887571: Increase default heap config sizes
Tue, 10 Nov 2009 17:00:18 -0800 cfang Merge
Wed, 04 Nov 2009 14:43:50 -0800 kvn 6896352: CTW fails hotspot/src/share/vm/opto/escape.cpp:1155
Wed, 04 Nov 2009 14:16:20 -0800 kvn 6896370: CTW fails share/vm/opto/matcher.cpp:1475 "duplicating node that's already been matched"
Mon, 02 Nov 2009 11:17:55 +0100 roland 6769124: various 64-bit fixes for c1
Fri, 30 Oct 2009 16:22:59 -0700 jrose 6858164: invokedynamic code needs some cleanup (post-6655638)
Fri, 30 Oct 2009 10:12:52 -0700 cfang 6852078: HSX 14/16 in jdk 5.0: api/javax_management api/org_omg jck tests crashes or make tnameserv crash
Thu, 29 Oct 2009 16:57:55 -0700 kvn 6896084: VM does not reserve protected page below heap for compressed oops implicit null checks
Thu, 17 Dec 2009 14:10:24 -0800 mikejwre Added tag jdk7-b78 for changeset e703499b4b51
Wed, 16 Dec 2009 12:51:48 -0800 ohair 6909462: Fix nbproject/private references in .hgignore jdk7-b78
Thu, 03 Dec 2009 12:52:49 -0800 mikejwre Added tag jdk7-b77 for changeset 455105fc81d9
Thu, 12 Nov 2009 15:35:38 -0800 katleman Added tag jdk7-b76 for changeset 9174bb32e934 jdk7-b77
Fri, 06 Nov 2009 00:41:40 -0800 trims Merge hs17-b05 jdk7-b76
Tue, 03 Nov 2009 16:43:16 -0800 ysr 6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp
Thu, 05 Nov 2009 15:58:32 -0800 trims 6898707: Bump the HS17 build number to 05
Thu, 05 Nov 2009 15:44:04 -0800 trims Merge
Fri, 30 Oct 2009 13:31:11 -0400 tonyp Merge
Thu, 29 Oct 2009 09:42:26 -0700 johnc 6889740: G1: OpenDS fails with "unhandled exception in compiled code"
Wed, 28 Oct 2009 11:16:42 -0700 ysr 6818264: Heap dumper unexpectedly adds .hprof suffix
Tue, 27 Oct 2009 02:42:24 -0700 apetrusenko 6870843: G1: G1 GC memory leak
Wed, 30 Sep 2009 14:50:51 -0400 tonyp 6890137: G1: revamp reachable object dump
Fri, 23 Oct 2009 14:34:27 -0400 tonyp 6886024: G1: assert(recent_avg_pause_time_ratio() < 1.00,"All GC?")
Thu, 29 Oct 2009 08:49:31 -0700 cfang Merge
Tue, 27 Oct 2009 03:00:27 -0700 twisti 6893554: SPECjvm2008 mpegaudio fails with SecurityException
Wed, 21 Oct 2009 09:15:33 -0700 kvn 6892186: SA does not dump debug info for scalar replaced objects
Sat, 17 Oct 2009 19:51:05 -0700 jrose 6815692: method handle code needs some cleanup (post-6655638)
Fri, 16 Oct 2009 16:14:12 -0700 cfang Merge
Thu, 15 Oct 2009 11:47:13 -0700 never 6891750: deopt blob kills values in O5
Wed, 28 Oct 2009 10:37:17 -0700 xlu Merge
Fri, 23 Oct 2009 18:44:33 -0700 xlu Merge
Tue, 20 Oct 2009 16:34:08 -0400 kamg 6893483: DTrace probe return values for a couple JNI methods are wrong
Fri, 30 Oct 2009 10:54:34 -0700 mikejwre Added tag jdk7-b75 for changeset d8dd291a362a
Fri, 23 Oct 2009 14:28:47 -0700 trims Merge hs17-b04 jdk7-b75
Fri, 23 Oct 2009 14:27:16 -0700 trims 6894844: Bump the HS17 build number to 04
Thu, 22 Oct 2009 07:43:49 -0700 apetrusenko 6858886: G1: guarantee(_next_marked_bytes <= used(),"invariant") at heapRegion.hpp:359
Tue, 20 Oct 2009 11:28:25 -0700 tonyp Merge
Tue, 20 Oct 2009 00:00:23 -0700 ysr 6892749: assert(UseParNewGC || UseSerialGC || UseConcMarkSweepGC, "...") fails
Fri, 16 Oct 2009 02:05:46 -0700 ysr 6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning
Mon, 19 Oct 2009 17:02:19 -0400 tonyp Merge
Wed, 07 Oct 2009 19:01:55 -0400 tonyp 6866190: Remove SIMPLE_STACK code from TaskQueue
Wed, 07 Oct 2009 09:48:42 -0400 bobv 6888847: TaskQueue needs release_store() for correctness on RMO machines
Wed, 07 Oct 2009 10:09:57 -0400 tonyp 6888619: G1: too many guarantees in concurrent marking
Wed, 07 Oct 2009 09:42:18 -0400 tonyp 6888316: G1: has_aborted() || _cm->region_stack_empty() fails
Mon, 05 Oct 2009 12:05:48 -0400 tonyp 6847956: G1: crash in oopDesc*G1ParCopyHelper::copy_to_survivor_space(oopDesc*)
Fri, 02 Oct 2009 16:20:42 -0400 tonyp 6882730: G1: parallel heap verification messes up region dump
Fri, 02 Oct 2009 16:12:07 -0400 tonyp 6885041: G1: inconsistent thread dump
Mon, 05 Oct 2009 05:51:22 -0700 jcoomes 6887948: test/gc/6845368/bigobj.java fails due to timeout
Fri, 16 Oct 2009 14:08:44 -0700 cfang Merge
Wed, 14 Oct 2009 15:03:32 -0700 kvn 6890984: Comparison of 2 arrays could cause VM crash
Wed, 14 Oct 2009 11:42:59 -0700 kvn 6722084: JPRT make file doesn't create required symbolic link to libjvm.so
Wed, 14 Oct 2009 10:36:57 -0700 never 6889869: assert(!Interpreter::bytecode_should_reexecute(code),"should not reexecute")
Tue, 13 Oct 2009 22:32:31 -0700 kvn 6889300: assert(i != k || is_new || i->outcnt() > 0, "don't return dead nodes")
Tue, 13 Oct 2009 20:54:13 -0700 kvn 6889656: assert(lo_lrg->lo_degree() || !lo_no_simplify,"Live range was lo-degree before coalesce
Tue, 13 Oct 2009 16:29:31 -0700 never 6889302: TraceExceptions output should include detail message
Tue, 13 Oct 2009 12:04:21 -0700 never 6890308: integrate zero assembler hotspot changes
Wed, 07 Oct 2009 15:38:37 -0700 never 6885584: A particular class structure causes large allocation spike for jit
Wed, 07 Oct 2009 12:43:50 -0700 kvn 6875959: CTW fails hotspot/src/share/vm/opto/reg_split.cpp:1087
Tue, 06 Oct 2009 10:15:38 -0700 kvn 6880034: SIGBUS during deoptimisation at a safepoint on 64bit-SPARC
Tue, 06 Oct 2009 02:11:49 -0700 twisti 6879902: CTW failure jdk6_18/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp:845
Wed, 14 Oct 2009 12:40:20 -0700 xlu Merge
Mon, 28 Sep 2009 12:27:52 -0400 acorn Merge
Thu, 24 Sep 2009 12:10:46 -0700 xlu 6880029: JDK 1.6.0_u14p Application crashed very early
Thu, 15 Oct 2009 16:40:19 -0700 xdono Added tag jdk7-b74 for changeset f4b900403d6e
Fri, 09 Oct 2009 15:21:07 -0700 trims 6890293: Bump the HS17 build number to 03 hs17-b03 jdk7-b74
Fri, 09 Oct 2009 15:18:52 -0700 trims Merge
Sat, 03 Oct 2009 10:53:08 -0400 tonyp Merge
Thu, 01 Oct 2009 15:56:19 -0700 johnc 6887186: G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC
Wed, 30 Sep 2009 13:25:39 -0700 jrose Merge
Mon, 28 Sep 2009 17:14:25 -0700 cfang 6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build
Fri, 25 Sep 2009 13:26:02 -0700 kvn 6883468: C2 compiler enters infinite loop in PhaseIterGVN::transform
Wed, 23 Sep 2009 23:57:44 -0700 jrose 6885169: merge of 4957990 and 6863023 causes conflict on do_nmethods
Wed, 23 Sep 2009 23:56:15 -0700 jrose Merge
Fri, 18 Sep 2009 09:57:47 -0700 kvn 6820514: meet not symmetric failure in ctw
Wed, 16 Sep 2009 11:06:10 -0700 never 6854812: 6.0_14-b08 crashes with a SIGSEGV
Tue, 15 Sep 2009 22:50:12 -0700 jrose Merge
Tue, 15 Sep 2009 21:53:47 -0700 jrose 6863023: need non-perm oops in code cache for JSR 292
Tue, 15 Sep 2009 19:03:39 -0700 kvn 6879362: assert(!klass_is_exact(),"only non-exact klass")
Tue, 15 Sep 2009 11:09:34 -0700 cfang 6879921: CTW failure jdk6_18/hotspot/src/share/vm/utilities/globalDefinitions.cpp:268
Mon, 14 Sep 2009 12:14:20 -0700 kvn 6827605: new String intrinsics may prevent EA scalar replacement
Mon, 14 Sep 2009 09:49:54 -0700 cfang 6877254: Server vm crashes with no branches off of store slice" when run with CMS and UseSuperWord(default)
Fri, 02 Oct 2009 11:26:25 -0700 xdono Added tag jdk7-b73 for changeset faf94d94786b
Fri, 25 Sep 2009 12:19:19 -0700 trims 6885900: Bump the HS17 build number to 02 hs17-b02 jdk7-b73
Fri, 25 Sep 2009 12:17:06 -0700 trims Merge
Fri, 25 Sep 2009 04:39:54 -0700 apetrusenko Merge
Wed, 23 Sep 2009 11:36:06 -0700 andrew 6884552: remove some unnecessary #ifdef's introduced in the fix for 4957990