log

age author description
Tue, 06 Mar 2012 11:55:44 -0800 Christian Wimmer Fix performance regression: remove unnecessary restriction of JSR parsing
Tue, 06 Mar 2012 19:17:52 +0100 Gilles Duboscq Fix python warning
Tue, 06 Mar 2012 19:13:51 +0100 Gilles Duboscq Add jacoco report and a -XX:+DeoptimizeALot -XX:+VerifyOops bootstrap run to the gate
Tue, 06 Mar 2012 12:09:50 +0100 Doug Simon Integrated mxtool updates from Maxine project.
Mon, 05 Mar 2012 18:22:31 -0800 Christian Wimmer Use BytecodeStream in BciBlockMapping instead of hand-crafted byte-array accesses
Mon, 05 Mar 2012 17:36:34 -0800 Christian Wimmer Move bytecode definition in its own package to separate it from the bytecode parser
Mon, 05 Mar 2012 16:09:49 -0800 Christian Wimmer Fix and enable liveness analysis to prune unnecessary frame state entries
Mon, 05 Mar 2012 16:09:07 -0800 Christian Wimmer Remove unused import
Mon, 05 Mar 2012 16:07:42 -0800 Christian Wimmer Allow multiple entries in methodFilter
Mon, 05 Mar 2012 09:55:54 -0800 Christian Wimmer Remove FrameStateAccess: Make FrameState immutable and move all modification logic into FrameStateBuilder
Mon, 05 Mar 2012 14:38:43 +0100 Gilles Duboscq cosmetic simplifications in NewInstanceNode.ESCAPE.updateState
Mon, 05 Mar 2012 14:35:26 +0100 Gilles Duboscq Allow JaCoCon to append to the execution file
Mon, 05 Mar 2012 13:40:39 +0100 Gilles Duboscq fix variable redefinition in URLConnectionDownload
Sun, 04 Mar 2012 18:56:25 -0800 Christian Haeubl Merge
Fri, 02 Mar 2012 18:50:51 -0800 Christian Haeubl try to reduce MaximumGreedyInlineSize significantly
Fri, 02 Mar 2012 17:52:12 -0800 Christian Haeubl some more changes to inlining debug output
Fri, 02 Mar 2012 17:43:17 -0800 Christian Haeubl changed inlining debug output
Fri, 02 Mar 2012 16:44:36 -0800 Christian Haeubl fixed an issue that prevented java.util.concurrent methods from being compiled
Fri, 02 Mar 2012 09:23:18 -0800 Christian Wimmer Use lower case http_proxy because this is the default environment variable on Linux
Fri, 02 Mar 2012 09:21:10 -0800 Christian Wimmer Reorder gate checks to do the important stuff first
Fri, 02 Mar 2012 09:20:28 -0800 Christian Wimmer Remove assertion that does not hold
Fri, 02 Mar 2012 09:18:42 -0800 Christian Wimmer Additional infrastructure methods
Fri, 02 Mar 2012 09:17:59 -0800 Christian Wimmer Use context instead of individual dump calls to pass helper objects to CFG printer
Fri, 02 Mar 2012 09:13:36 -0800 Christian Wimmer Remove dead code
Fri, 02 Mar 2012 09:12:54 -0800 Christian Wimmer Do not use SchedulePhase in CFG printer
Fri, 02 Mar 2012 09:10:04 -0800 Christian Wimmer Make reverse postorder computation more robust so that it can handle dead code.
Fri, 02 Mar 2012 09:08:39 -0800 Christian Wimmer Allow Debug context with multiple objects
Fri, 02 Mar 2012 09:07:56 -0800 Christian Wimmer NodeList.toString should not print null elements at the end of the array
Fri, 02 Mar 2012 09:07:14 -0800 Christian Wimmer Use register hints in new linear scan allocator
Fri, 02 Mar 2012 09:06:31 -0800 Christian Wimmer Fix copy&paste error
Thu, 01 Mar 2012 15:18:32 -0800 Christian Haeubl fixed probabilities when polymorphic inlining is used
Thu, 01 Mar 2012 15:58:46 +0100 Lukas Stadler disable vtable stub inlining
Thu, 01 Mar 2012 15:36:35 +0100 Lukas Stadler fixes to vtable stub inlining: compute offset on demand, look out for interface methods
Thu, 01 Mar 2012 12:26:32 +0100 Lukas Stadler disable VTable stub inlining
Thu, 01 Mar 2012 12:26:18 +0100 Lukas Stadler enable VTable stub inlining
Thu, 01 Mar 2012 12:11:19 +0100 Lukas Stadler add option to inline VTable stubs
Thu, 01 Mar 2012 12:10:41 +0100 Lukas Stadler Merge
Thu, 01 Mar 2012 12:04:37 +0100 Lukas Stadler cleanup of XirSite: remove unused (and incorrectly implemented) type functions, add receiver to determine nonNull property
Wed, 29 Feb 2012 19:20:15 -0800 Christian Haeubl use profiling information whenever possible
Wed, 29 Feb 2012 14:49:54 +0100 Lukas Stadler fix for RiCompiledMethod.execute
Tue, 28 Feb 2012 21:25:21 +0100 Thomas Wuerthinger Fix DebugScope memory leak.
Tue, 28 Feb 2012 18:57:46 +0100 Andreas Woess Small fix for windows.
Tue, 28 Feb 2012 18:00:35 +0100 Lukas Stadler added RiCompiledMethod.execute and the required VM infrastructure
Tue, 28 Feb 2012 17:53:07 +0100 Lukas Stadler eclipse CDT project update
Mon, 27 Feb 2012 19:16:28 -0800 Christian Haeubl prefer inlining within loops
Mon, 27 Feb 2012 19:15:30 -0800 Christian Haeubl slightly prefer inlining within loops
Mon, 27 Feb 2012 19:14:36 -0800 Christian Haeubl disabled the preferred inlining within loops for one benchmark run
Mon, 27 Feb 2012 15:06:36 -0800 Christian Haeubl Merge
Mon, 27 Feb 2012 14:50:58 -0800 Christian Haeubl added comment about final non-static fields
Mon, 27 Feb 2012 14:47:55 -0800 Christian Haeubl small fix to loop frequency propagation
Mon, 27 Feb 2012 23:36:29 +0100 Thomas Wuerthinger 2 more #ifdef GRAAL
Mon, 27 Feb 2012 23:05:48 +0100 Thomas Wuerthinger Added missing #ifdef GRAAL
Mon, 27 Feb 2012 22:19:24 +0100 Thomas Wuerthinger Merge.
Mon, 27 Feb 2012 22:18:57 +0100 Thomas Wuerthinger create separate RUNTIME1_STUBS definition for non-graal build.
Mon, 27 Feb 2012 22:15:05 +0100 Thomas Wuerthinger Remove the hacks around "is_Compiler_thread" assertions; Graal no longer uses the compiler thread mechanisms; don't create a C++ compilation queue or any compiler threads.
Mon, 27 Feb 2012 21:49:51 +0100 Thomas Wuerthinger More diff vs hsx24 clean up.
Mon, 27 Feb 2012 21:43:51 +0100 Thomas Wuerthinger More diff vs hsx24 optimizations.
Mon, 27 Feb 2012 18:31:27 +0100 Thomas Wuerthinger More ifdef GRAAL usage.
Mon, 27 Feb 2012 17:06:18 +0100 Thomas Wuerthinger Reducing diff to hsx24
Mon, 27 Feb 2012 16:26:41 +0100 Thomas Wuerthinger More GRAAL #ifdef; ignore graal directory on windows for client/server configuration.
Mon, 27 Feb 2012 15:25:39 +0100 Thomas Wuerthinger Merge.
Mon, 27 Feb 2012 15:15:59 +0100 Thomas Wuerthinger First round of minimizing diff vs OpenJDK.
Mon, 27 Feb 2012 14:58:47 +0100 Thomas Wuerthinger Merge fix #3.
Mon, 27 Feb 2012 14:40:41 +0100 Thomas Wuerthinger Merge fix #2.
Mon, 27 Feb 2012 14:36:47 +0100 Thomas Wuerthinger Merge fixes.
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Fri, 24 Feb 2012 18:08:59 -0800 amurillo Added tag hs24-b01 for changeset 975c4105f1e2 jdk8-b28
Fri, 24 Feb 2012 18:08:58 -0800 amurillo Merge hs24-b01
Thu, 23 Feb 2012 21:10:02 -0500 bpittore Merge
Tue, 21 Feb 2012 13:14:55 -0500 jiangli 7120481: storeStore barrier in constructor with final field
Wed, 22 Feb 2012 14:00:34 -0500 bpittore Merge
Wed, 15 Feb 2012 20:26:59 -0500 vladidan 7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
Wed, 22 Feb 2012 08:19:27 -0800 fparain Merge
Mon, 20 Feb 2012 21:27:56 -0800 poonam 7145358: SA throws ClassCastException for partially loaded ConstantPool
Sun, 19 Feb 2012 13:11:39 +0100 sla 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX
Fri, 17 Feb 2012 15:55:27 -0800 dcubed 7145798: System.loadLibrary does not search current working directory
Thu, 23 Feb 2012 12:03:08 -0800 katleman Added tag jdk8-b27 for changeset 3b24e7e01d20
Mon, 20 Feb 2012 22:32:30 -0800 jcoomes Added tag hs23-b16 for changeset 931e5f39e365 jdk8-b27
Mon, 20 Feb 2012 13:11:08 -0800 kvn 7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c hs23-b16
Fri, 17 Feb 2012 15:11:32 -0800 amurillo 7146700: new hotspot build - hs24-b01
Fri, 17 Feb 2012 15:06:39 -0800 amurillo Added tag hs23-b16 for changeset f92a171cf007
Fri, 17 Feb 2012 15:06:38 -0800 amurillo Merge
Thu, 16 Feb 2012 13:01:24 -0800 katleman Added tag jdk8-b26 for changeset fd3060701216
Fri, 17 Feb 2012 12:18:52 -0800 never Merge
Fri, 17 Feb 2012 12:18:10 -0800 never 7146729: nightly failure after 7141200: tty is sometimes null during shutdown of main thread
Thu, 16 Feb 2012 17:12:49 -0800 kvn 7145346: VerifyStackAtCalls is broken
Thu, 16 Feb 2012 11:33:49 -0800 never 7144318: GCLocker assert failure: assert(_needs_gc || SafepointSynchronize::is_at_safepoint(
Thu, 16 Feb 2012 09:20:40 +0100 roland 7143038: SIGSEGV in assert_equal / LinearScan::assign_reg_num
Wed, 15 Feb 2012 21:37:49 -0800 kvn 7125136: SIGILL on linux amd64 in gc/ArrayJuggle/Juggle29
Wed, 15 Feb 2012 16:29:40 -0800 iveresov 7142680: default GC affected by jvm path
Wed, 15 Feb 2012 12:32:03 -0800 iveresov 7145345: Code cache sweeper must cooperate with safepoints
Wed, 15 Feb 2012 10:12:55 -0800 never 7145537: minor tweaks to LogEvents
Wed, 15 Feb 2012 09:43:16 +0100 roland 7126041: jdk7u4 b05 and b06 crash with RubyMine 3.2.4, works well with b04
Tue, 14 Feb 2012 15:43:56 -0800 never 7143061: nsk/stress/stack/b4525850 crash VM
Tue, 14 Feb 2012 09:43:25 +0100 roland 7144405: JumbleGC002 assert(m->offset() == pc_offset) failed: oopmap not found
Mon, 13 Feb 2012 04:30:59 -0800 twisti 7143766: add ALT_JDK_IMAGE_DIR and improve test_jdk
Mon, 13 Feb 2012 02:29:22 -0800 twisti 7141329: Strange values of stack_size in -XX:+TraceMethodHandles output
Fri, 10 Feb 2012 17:20:05 -0800 kvn 7140985: HSDIS does not handle caller options correctly
Fri, 10 Feb 2012 12:53:43 -0800 kvn 7129284: +DoEscapeAnalysis regression w/ early build of 7u4 (HotSpot 23) on Linux
Fri, 17 Feb 2012 06:34:49 -0800 fparain Merge
Thu, 16 Feb 2012 17:19:40 -0500 coleenp Merge
Thu, 16 Feb 2012 15:52:01 -0500 coleenp 7146354: Re-enable Compressed OOPs after 7118647 is resolved
Thu, 16 Feb 2012 13:50:54 -0500 phh 7142113: Add Ivy Bridge to the known Intel x86 cpu families
Wed, 15 Feb 2012 12:17:30 -0800 fparain 7145243: Need additional specializations for argument parsing framework
Tue, 14 Feb 2012 23:50:12 -0800 minqi Merge
Tue, 14 Feb 2012 20:54:57 -0800 minqi Merge
Tue, 14 Feb 2012 17:04:40 -0800 sspitsyn 7130993: nsk/jdi/ReferenceType/instances/instances004 fails with JFR: assert(ServiceUtil::visible_oop(obj))
Wed, 15 Feb 2012 00:09:31 -0500 kamg Merge
Tue, 14 Feb 2012 20:02:19 -0500 kamg 7145589: First JSDT provider creation fails
Tue, 14 Feb 2012 18:35:19 -0500 coleenp Merge
Tue, 14 Feb 2012 16:50:34 -0500 coleenp 7145587: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV (sparc version)
Tue, 14 Feb 2012 15:52:17 -0500 kamg Merge
Mon, 13 Feb 2012 14:03:12 -0500 kamg 7069991: Setup make/jprt.properties files for jdk8
Tue, 14 Feb 2012 06:54:27 -0800 fparain 7143760: Memory leak in GarbageCollectionNotifications
Mon, 13 Feb 2012 12:30:47 -0500 coleenp 7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV
Mon, 13 Feb 2012 06:24:44 -0800 fparain Merge
Sun, 12 Feb 2012 19:33:11 -0800 poonam 7009098: SA cannot open core files larger than 2GB on Linux 32-bit
Thu, 09 Feb 2012 07:35:48 -0800 zgu Merge
Thu, 09 Feb 2012 10:16:26 -0500 zgu 7141259: Native stack is missing in hs_err
Thu, 09 Feb 2012 00:51:47 -0800 minqi 7131006: java/lang/management/ThreadMXBean/ThreadLists.java