log

age author description
Tue, 30 Nov 2010 18:10:20 -0800 ohair Merge
Tue, 30 Nov 2010 18:07:18 -0800 ohair 6987107: Add variable to add to but not modify non-fcs version string
Mon, 29 Nov 2010 15:43:36 -0500 coleenp 6780143: hs203t003 hits SIGSEGV/EXCEPTION_ACCESS_VIOLATION with -XX:+UseCompressedOops
Thu, 02 Dec 2010 13:20:39 -0500 tonyp 7003860: G1: assert(_cur_alloc_region == NULL || !expect_null_cur_alloc_region) fails
Wed, 01 Dec 2010 17:34:02 -0800 johnc 6983204: G1: Nightly test nsk/regression/b4958615 failing with +ExplicitGCInvokesConcurrent
Tue, 24 Aug 2010 17:24:33 -0400 tonyp 6974966: G1: unnecessary direct-to-old allocations
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Tue, 23 Nov 2010 15:01:43 -0500 coleenp Merge
Tue, 23 Nov 2010 04:33:42 -0800 twisti 7002129: Zero and Shark fixes, 3rd
Fri, 19 Nov 2010 23:46:06 -0500 coleenp Merge
Fri, 19 Nov 2010 03:41:50 -0800 poonam 6837842: JNI_CreateJavaVM crashes under impersonation
Thu, 18 Nov 2010 14:37:46 -0500 zgu 6751923: JNDI wake up when clock_settime() is called
Fri, 19 Nov 2010 17:01:34 -0800 iveresov Merge
Thu, 18 Nov 2010 09:52:48 -0800 kvn 7000491: assert(false) failed: should be optimized out in SharedRuntime::g1_wb_pre
Tue, 16 Nov 2010 15:57:16 -0800 iveresov 7000349: Tiered reacts incorrectly to C1 compilation failures
Fri, 12 Nov 2010 09:51:43 -0800 kvn 6999491: non-zero COOPs are used when they should not
Fri, 19 Nov 2010 13:19:49 -0800 jmasa Merge
Tue, 16 Nov 2010 16:12:28 -0800 johnc Merge
Tue, 16 Nov 2010 14:07:33 -0800 johnc 6978187: G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again
Tue, 16 Nov 2010 13:58:48 -0800 ysr 7000578: CMS: assert(SafepointSynchronize::is_at_safepoint()) failed: Else races are possible
Wed, 17 Nov 2010 09:21:51 -0500 zgu Merge
Fri, 12 Nov 2010 09:37:13 -0500 zgu Merge
Fri, 05 Nov 2010 09:32:08 -0400 kamg 6981737: The java.vm.specification.version property is 1.0, seems like it should be 2.0
Wed, 27 Oct 2010 12:53:36 -0400 kamg 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
Mon, 15 Nov 2010 16:25:14 -0800 jmasa Merge
Thu, 11 Nov 2010 10:42:43 -0800 ysr 6998802: ScavengeALot: assert(!gch->incremental_collection_failed()) failed: Twice in a row
Tue, 09 Nov 2010 10:47:20 -0800 ysr 6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on
Fri, 05 Nov 2010 13:20:37 -0700 ysr 6997298: fatal error: must own lock CMS_markBitMap_lock during heap dump
Thu, 16 Dec 2010 20:32:43 -0800 trims Merge
Fri, 10 Dec 2010 15:46:59 -0800 trims Merge
Fri, 03 Dec 2010 09:44:09 -0800 trims Added tag hs20-b03 for changeset 5484e7c53fa7
Thu, 16 Dec 2010 18:17:52 -0800 cl Added tag jdk7-b122 for changeset 3a548dc9cb45
Thu, 09 Dec 2010 21:25:25 -0800 katleman Added tag jdk7-b121 for changeset 3f3653ab7af8 jdk7-b122
Fri, 03 Dec 2010 19:44:29 -0800 ohair Merge jdk7-b121
Mon, 22 Nov 2010 14:57:11 -0800 cl Added tag jdk7-b119 for changeset 5484e7c53fa7
Thu, 02 Dec 2010 19:04:00 -0800 cl Added tag jdk7-b120 for changeset f5603a6e5042
Wed, 29 Dec 2010 20:06:41 +0100 Thomas Wuerthinger Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
Tue, 28 Dec 2010 18:33:26 +0100 Thomas Wuerthinger Added caching for resolved types and resolved fields.
Mon, 27 Dec 2010 20:35:47 +0100 Thomas Wuerthinger Removed HotSpotTest project. Graal uses jtt tests anyway.
Mon, 27 Dec 2010 20:33:00 +0100 Thomas Wuerthinger Two new flags: -XX:MaxCompilationID (to enable debugging binary search for problematic method) and -XX:C1XBailoutIsFatal.
Mon, 27 Dec 2010 14:22:55 +0100 Thomas Wuerthinger Support for custom stack area (needed for deoptimization).
Thu, 23 Dec 2010 22:14:31 +0100 Thomas Wuerthinger More deoptmization tracing.
Thu, 23 Dec 2010 18:13:28 +0100 Thomas Wuerthinger Correct deopt handler entry. New flag -XX:+TraceSignals. More detailed deopt printing.
Wed, 22 Dec 2010 19:47:39 +0100 Thomas Wuerthinger Important fix for exception unwind method entry offset (regression introduced during update to latest OpenJDK).
Tue, 21 Dec 2010 17:40:10 +0100 Thomas Wuerthinger Small fix to make Graal snippets work with bounds check elimination.
Tue, 21 Dec 2010 17:09:45 +0100 Thomas Wuerthinger Merge.
Tue, 21 Dec 2010 17:09:37 +0100 Thomas Wuerthinger Removed launch configuration.
Tue, 30 Nov 2010 16:39:35 +0100 Thomas Wuerthinger Adjustments after merge with OpenJDK repository.
Tue, 30 Nov 2010 14:53:30 +0100 Thomas Wuerthinger Merge.
Wed, 17 Nov 2010 22:42:08 -0800 lana Merge jdk7-b120
Sat, 13 Nov 2010 18:40:37 -0800 lana Merge
Thu, 11 Nov 2010 23:30:49 -0800 trims 6997698: Bump the HS20 build number to 03 hs20-b03 jdk7-b119
Thu, 11 Nov 2010 23:29:32 -0800 trims Merge
Thu, 11 Nov 2010 17:36:50 -0800 iveresov Merge
Tue, 09 Nov 2010 17:31:18 -0800 kvn 6839891: Array overrun in vm ci
Tue, 09 Nov 2010 15:12:15 -0800 iveresov 6998737: JSR 292: Remove the plug guarding the use of compressed oops
Mon, 08 Nov 2010 14:33:48 -0800 iveresov Merge
Sat, 06 Nov 2010 20:35:36 -0700 kvn 6991188: C2 Crashes while compiling method
Sat, 06 Nov 2010 18:52:07 -0700 kvn 6997311: SIGFPE in new long division asm code
Sat, 06 Nov 2010 02:53:59 -0700 iveresov Merge
Fri, 05 Nov 2010 14:49:50 -0700 iveresov 6997456: Not possible to build just compiler2
Fri, 05 Nov 2010 12:18:30 -0700 jrose 6996563: 6984311 changes forgot to update vmStructs.cpp for new field _operands
Thu, 04 Nov 2010 12:16:58 -0700 twisti 6997459: JSR 292 after 6994093 getting: on return to interpreted call, restored SP is corrupted
Tue, 02 Nov 2010 14:56:40 -0700 twisti 6996240: The BitSet.length method sometimes returns an index+1 value less than that of the highest bit set.
Tue, 02 Nov 2010 09:00:37 -0700 kvn 6987135: Performance regression on Intel platform with 32-bits edition between 6u13 and 6u14.
Sat, 30 Oct 2010 13:08:23 -0700 jrose 6984311: JSR 292 needs optional bootstrap method parameters
Sat, 30 Oct 2010 12:19:07 -0700 jrose 6981777: implement JSR 292 EG adjustments from summer 2010
Sat, 30 Oct 2010 11:45:49 -0700 jrose 6994093: MethodHandle.invokeGeneric needs porting to SPARC
Sat, 30 Oct 2010 11:45:35 -0700 jrose 6981788: GC map generator sometimes picks up the wrong kind of instruction operand
Thu, 28 Oct 2010 00:48:18 -0700 twisti 6994630: java/lang/instrument/IsModifiableClassAgent.java fails with -XX:+EnableInvokeDynamic
Fri, 22 Oct 2010 03:34:25 -0700 twisti 6994130: Zero PowerPC fix
Thu, 21 Oct 2010 11:55:10 -0700 never 6970683: improvements to hs_err output
Wed, 20 Oct 2010 13:18:17 -0700 never Merge
Tue, 19 Oct 2010 16:14:34 -0700 never 6968367: can_post_on_exceptions is still using VM_DeoptimizeFrame in some places
Wed, 20 Oct 2010 04:19:01 -0700 twisti Merge
Tue, 19 Oct 2010 02:52:57 -0700 twisti 6990192: VM crashes in ciTypeFlow::get_block_for()
Mon, 18 Oct 2010 15:43:29 -0700 never Merge
Mon, 18 Oct 2010 01:54:24 -0700 twisti 6991596: JSR 292 unimplemented adapter_opt_i2i and adapter_opt_l2i on SPARC
Fri, 15 Oct 2010 02:59:48 -0700 roland Merge
Fri, 15 Oct 2010 09:38:20 +0200 roland 6991577: add IfOp optimization to C1
Wed, 10 Nov 2010 21:22:56 -0800 trims Merge
Thu, 04 Nov 2010 15:32:01 -0700 lana Merge
Thu, 04 Nov 2010 14:03:12 +0100 ptisnovs 6997495: correction of regression test compiler/6857159/Test6857159
Thu, 11 Nov 2010 23:17:26 -0800 trims Added tag hs20-b02 for changeset 3ef7426b4dea
Thu, 11 Nov 2010 11:02:11 -0800 cl Added tag jdk7-b118 for changeset 698b7b727e12 hs20-b02
Wed, 10 Nov 2010 20:38:30 -0800 trims Merge jdk7-b118
Thu, 04 Nov 2010 16:17:54 -0700 trims Merge
Tue, 02 Nov 2010 16:02:46 -0700 iveresov 6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424
Mon, 01 Nov 2010 10:49:14 -0700 jcoomes Merge
Thu, 28 Oct 2010 14:46:29 -0700 ysr 6995045: assert(!gch->incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827
Sat, 23 Oct 2010 23:03:49 -0700 ysr 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
Thu, 21 Oct 2010 17:29:24 -0700 ysr 6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent
Sat, 16 Oct 2010 17:12:19 -0400 tonyp 6991377: G1: race between concurrent refinement and humongous object allocation
Mon, 18 Oct 2010 15:01:41 -0700 johnc 6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack
Fri, 15 Oct 2010 17:26:56 -0400 tonyp 6992189: G1: inconsistent base used in sparse rem set iterator
Thu, 14 Oct 2010 10:38:14 -0400 tonyp 6990359: G1: don't push a stolen entry on the taskqueue, deal with it directly
Tue, 26 Oct 2010 16:48:28 -0700 kamg Merge
Tue, 26 Oct 2010 14:08:49 -0400 kamg 6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name
Tue, 26 Oct 2010 14:43:21 -0400 acorn Merge
Mon, 25 Oct 2010 13:31:55 -0400 acorn Merge
Fri, 22 Oct 2010 15:59:34 -0400 acorn 6988353: refactor contended sync subsystem
Thu, 21 Oct 2010 10:10:23 -0400 kamg 6991315: RedefineClasses fails with java.lang.VerifyError
Wed, 20 Oct 2010 17:07:25 -0700 trims Merge
Tue, 19 Oct 2010 11:14:52 -0700 iveresov 6989669: Coops: -Xshare:dump causes crash
Mon, 18 Oct 2010 09:33:24 -0700 never Merge
Fri, 15 Oct 2010 14:21:11 -0700 never 6992477: fix for 6991512 broke sparc barriers
Fri, 15 Oct 2010 15:12:04 -0400 acorn Merge
Wed, 13 Oct 2010 11:46:46 -0400 acorn Merge
Tue, 12 Oct 2010 10:57:33 -0400 kamg 6392697: Additional flag needed to supress Hotspot warning messages
Thu, 07 Oct 2010 15:14:41 -0400 bobv Merge
Thu, 07 Oct 2010 15:12:57 -0400 bobv 6989297: Integrate additional portability improvements
Thu, 07 Oct 2010 08:06:06 -0700 coleenp 6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
Mon, 04 Oct 2010 10:08:29 -0700 acorn Merge
Mon, 04 Oct 2010 13:11:10 -0400 acorn 6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever
Thu, 30 Sep 2010 12:05:08 -0400 zgu 6988363: Rebrand vm vendor property settings (jdk7 only)
Thu, 14 Oct 2010 11:57:48 -0700 jcoomes Merge
Tue, 12 Oct 2010 11:29:45 -0700 jcoomes 6989448: G1: refactor and simplify G1ParScanThreadState
Tue, 12 Oct 2010 09:36:48 -0700 johnc 6971296: G1: simplify G1RemSet class hierarchy
Thu, 04 Nov 2010 15:19:16 -0700 trims Added tag hs20-b02 for changeset 52f19c724d96
Thu, 04 Nov 2010 15:54:20 -0700 cl Added tag jdk7-b117 for changeset 806d0c037e6b