kvn [Fri, 14 Mar 2008 16:40:42 -0700] rev 239
6672848: (Escape Analysis) improve lock elimination with EA
Summary: Remove lock/unlock MemBar nodes and specify locks in debug info for deoptimization.
Reviewed-by: never
kvn [Fri, 14 Mar 2008 15:26:33 -0700] rev 238
6674588: (Escape Analysis) Improve Escape Analysis code
Summary: Current EA code has several problems which have to be fixed.
Reviewed-by: jrose, sgoldman
kvn [Thu, 13 Mar 2008 16:31:32 -0700] rev 237
6673473: (Escape Analysis) Add the instance's field information to PhiNode
Summary: Avoid an infinite generation of instance's field values Phi nodes.
Reviewed-by: never
kvn [Thu, 13 Mar 2008 16:06:34 -0700] rev 236
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
Summary: Values of non-static fields of a scalarized object should be saved in debug info to reallocate the object during deoptimization.
Reviewed-by: never
kamg [Thu, 20 Mar 2008 09:17:30 -0500] rev 235
Merge
sbohne [Wed, 19 Mar 2008 09:58:01 -0400] rev 234
6667833: Remove CacheTimeMillis
Summary: Remove -XX:+CacheTimeMillis option and associated functionality
Reviewed-by: acorn, never
sbohne [Fri, 14 Mar 2008 10:43:02 -0400] rev 233
6204603: Modify hotspot to use new Solaris mmap semantics for class data archive file
Summary: os::attempt_reserve_memory_at() now passes an address hint to mmap
Reviewed-by: kamg, dice