Sat, 09 Jan 2010 00:59:35 -0800 6909839: missing unsigned compare cases for some cmoves in sparc.ad
never [Sat, 09 Jan 2010 00:59:35 -0800] rev 4589
6909839: missing unsigned compare cases for some cmoves in sparc.ad Reviewed-by: kvn, jrose
Fri, 08 Jan 2010 22:02:42 -0800 Merge
jrose [Fri, 08 Jan 2010 22:02:42 -0800] rev 4588
Merge
Fri, 08 Jan 2010 18:27:20 -0800 Merge
jrose [Fri, 08 Jan 2010 18:27:20 -0800] rev 4587
Merge
Fri, 08 Jan 2010 13:58:49 -0800 6912063: inlining parameters need to be adjusted for some uses of the JVM
jrose [Fri, 08 Jan 2010 13:58:49 -0800] rev 4586
6912063: inlining parameters need to be adjusted for some uses of the JVM Summary: Put all inline-related switches into product mode, to allow tuning by dynamic language implementors. Reviewed-by: twisti, kvn
Fri, 08 Jan 2010 15:17:42 -0800 Merge
jrose [Fri, 08 Jan 2010 15:17:42 -0800] rev 4585
Merge
Fri, 08 Jan 2010 13:47:01 -0800 6912062: disassembler plugin needs to produce symbolic information in product mode
jrose [Fri, 08 Jan 2010 13:47:01 -0800] rev 4584
6912062: disassembler plugin needs to produce symbolic information in product mode Summary: More informative disassembly in product mode. Also, a more consistent CompileCommand syntax. Reviewed-by: never
Fri, 08 Jan 2010 09:51:24 -0800 6910484: incorrect integer optimization (loosing and op-r in a given example)
kvn [Fri, 08 Jan 2010 09:51:24 -0800] rev 4583
6910484: incorrect integer optimization (loosing and op-r in a given example) Summary: Remove AND operation only if mask is equal to shift. Reviewed-by: never
Fri, 08 Jan 2010 09:42:31 -0800 6915110: IfNode::up_one_dom moves beyond RootNode bug in src/share/vm/opto/ifnode.cpp
kvn [Fri, 08 Jan 2010 09:42:31 -0800] rev 4582
6915110: IfNode::up_one_dom moves beyond RootNode bug in src/share/vm/opto/ifnode.cpp Summary: Check RootNode before check Loop in IfNode::up_one_dom(). Reviewed-by: never Contributed-by: kevin.brown@sun.com
Fri, 08 Jan 2010 11:09:46 +0100 6914206: change way of permission checking for generated MethodHandle adapters
twisti [Fri, 08 Jan 2010 11:09:46 +0100] rev 4581
6914206: change way of permission checking for generated MethodHandle adapters Summary: Put generated MH adapter in InvokeDynamic/MethodHandle classes to be able to indentify them easily in the compiler. Reviewed-by: kvn, never, jrose
Thu, 07 Jan 2010 16:26:31 -0800 6912517: JIT bug compiles out (and stops running) code that needs to be run. Causes NPE.
kvn [Thu, 07 Jan 2010 16:26:31 -0800] rev 4580
6912517: JIT bug compiles out (and stops running) code that needs to be run. Causes NPE. Summary: Add missing check that value is used in memory expression in instructions with embedded load. Reviewed-by: never, jrose
Thu, 07 Jan 2010 16:24:17 -0800 6914622: Print values of all flags for product VM
kvn [Thu, 07 Jan 2010 16:24:17 -0800] rev 4579
6914622: Print values of all flags for product VM Summary: Change the flag -XX:+PrintFlagsFinal to product and add new product flag -XX:+PrintFlagsInitial. Reviewed-by: phh, ysr Contributed-by: gbenson@redhat.com
Sat, 09 Jan 2010 09:01:41 -0800 Merge
ysr [Sat, 09 Jan 2010 09:01:41 -0800] rev 4578
Merge
Thu, 07 Jan 2010 08:14:45 -0800 6912018: CMS: guarantee(head() != 0,"The head of the list cannot be NULL")
jmasa [Thu, 07 Jan 2010 08:14:45 -0800] rev 4577
6912018: CMS: guarantee(head() != 0,"The head of the list cannot be NULL") Summary: Block too small to split was not correctly putback to free lists. Reviewed-by: ysr
Mon, 04 Jan 2010 14:51:26 -0800 6637203: Classunloading messages go to stdout rather than Xloggc file, causing hangs when stdout is closed
ysr [Mon, 04 Jan 2010 14:51:26 -0800] rev 4576
6637203: Classunloading messages go to stdout rather than Xloggc file, causing hangs when stdout is closed Summary: Decoupled TraceClassUnloading from verbose:gc, JVMTI_VERBOSE_GC and PrintGC[Details], making it settable in a manner identical to TraceClassLoading. Reverted an inadvertent change of TraceClassUnloading output in a previous changeset from gclog back to tty. Reviewed-by: coleenp, dholmes, jmasa, poonam
Mon, 04 Jan 2010 07:58:42 -0800 Merge
jmasa [Mon, 04 Jan 2010 07:58:42 -0800] rev 4575
Merge
Wed, 23 Dec 2009 09:23:54 -0800 6631166: CMS: better heuristics when combatting fragmentation
ysr [Wed, 23 Dec 2009 09:23:54 -0800] rev 4574
6631166: CMS: better heuristics when combatting fragmentation Summary: Autonomic per-worker free block cache sizing, tunable coalition policies, fixes to per-size block statistics, retuned gain and bandwidth of some feedback loop filters to allow quicker reactivity to abrupt changes in ambient demand, and other heuristics to reduce fragmentation of the CMS old gen. Also tightened some assertions, including those related to locking. Reviewed-by: jmasa
Wed, 06 Jan 2010 22:21:39 -0800 Merge
iveresov [Wed, 06 Jan 2010 22:21:39 -0800] rev 4573
Merge
Wed, 06 Jan 2010 14:25:03 -0800 Merge
never [Wed, 06 Jan 2010 14:25:03 -0800] rev 4572
Merge
Wed, 06 Jan 2010 14:22:39 -0800 6914300: ciEnv should export all well known classes
never [Wed, 06 Jan 2010 14:22:39 -0800] rev 4571
6914300: ciEnv should export all well known classes Reviewed-by: kvn, twisti
Tue, 05 Jan 2010 16:12:26 -0800 6914002: unsigned compare problem after 5057818
never [Tue, 05 Jan 2010 16:12:26 -0800] rev 4570
6914002: unsigned compare problem after 5057818 Reviewed-by: kvn, twisti
Tue, 05 Jan 2010 11:16:09 -0800 Merge
never [Tue, 05 Jan 2010 11:16:09 -0800] rev 4569
Merge
Tue, 05 Jan 2010 11:14:54 -0800 6908267: Zero fails to unlock synchronized native methods on exception
never [Tue, 05 Jan 2010 11:14:54 -0800] rev 4568
6908267: Zero fails to unlock synchronized native methods on exception Reviewed-by: never Contributed-by: Gary Benson <gbenson@redhat.com>
Tue, 05 Jan 2010 15:21:25 +0100 6893268: additional dynamic language related optimizations in C2
twisti [Tue, 05 Jan 2010 15:21:25 +0100] rev 4567
6893268: additional dynamic language related optimizations in C2 Summary: C2 needs some additional optimizations to be able to handle MethodHandle invokes and invokedynamic instructions at the best performance. Reviewed-by: kvn, never
Tue, 05 Jan 2010 13:05:58 +0100 6829187: compiler optimizations required for JSR 292
twisti [Tue, 05 Jan 2010 13:05:58 +0100] rev 4566
6829187: compiler optimizations required for JSR 292 Summary: C2 implementation for invokedynamic support. Reviewed-by: kvn, never
Mon, 04 Jan 2010 15:21:09 -0800 6913075: EA identifies escape state incorrectly after 6895383 fix
kvn [Mon, 04 Jan 2010 15:21:09 -0800] rev 4565
6913075: EA identifies escape state incorrectly after 6895383 fix Summary: EA incorrectly identifies escape state of an allocation passed as call argument. Reviewed-by: never
Mon, 04 Jan 2010 18:38:08 +0100 6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164)
twisti [Mon, 04 Jan 2010 18:38:08 +0100] rev 4564
6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164) Summary: During the work for 6829187 we have fixed a number of basic bugs which are logically grouped with 6815692 and 6858164 but which must be reviewed and pushed separately. Reviewed-by: kvn, never
Mon, 04 Jan 2010 07:04:46 -0800 Merge
twisti [Mon, 04 Jan 2010 07:04:46 -0800] rev 4563
Merge
Mon, 04 Jan 2010 15:52:40 +0100 6894206: JVM needs a way to traverse method handle structures
twisti [Mon, 04 Jan 2010 15:52:40 +0100] rev 4562
6894206: JVM needs a way to traverse method handle structures Summary: We need a way to walk chained method handles in the JVM to call the right methods and to generate required bytecode adapters for the compilers. Reviewed-by: kvn
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip