Wed, 12 Mar 2008 18:06:50 -0700 6497639: 4/3 Profiling Swing application caused JVM crash
dcubed [Wed, 12 Mar 2008 18:06:50 -0700] rev 220
6497639: 4/3 Profiling Swing application caused JVM crash Summary: Make RedefineClasses() interoperate better with class sharing. Reviewed-by: sspitsyn, jmasa
Thu, 13 Mar 2008 05:40:44 -0700 Merge
rasbold [Thu, 13 Mar 2008 05:40:44 -0700] rev 219
Merge
Tue, 11 Mar 2008 19:00:38 -0700 6667615: (Escape Analysis) extend MDO to cache arguments escape state
kvn [Tue, 11 Mar 2008 19:00:38 -0700] rev 218
6667615: (Escape Analysis) extend MDO to cache arguments escape state Summary: Use MDO to cache arguments escape state determined by the byte code escape analyzer. Reviewed-by: never
Tue, 11 Mar 2008 11:25:13 -0700 6667620: (Escape Analysis) fix deoptimization for scalar replaced objects
kvn [Tue, 11 Mar 2008 11:25:13 -0700] rev 217
6667620: (Escape Analysis) fix deoptimization for scalar replaced objects Summary: Deoptimization code for reallocation and relocking scalar replaced objects has to be fixed. Reviewed-by: rasbold, never
Tue, 11 Mar 2008 11:04:40 -0700 6623167: C2 crashed in StoreCMNode::Value
kvn [Tue, 11 Mar 2008 11:04:40 -0700] rev 216
6623167: C2 crashed in StoreCMNode::Value Summary: C2 crashed in StoreCMNode::Value because n->in(MemNode::OopStore) is 0. Reviewed-by: rasbold, never
Mon, 10 Mar 2008 17:21:56 -0700 Merge
jcoomes [Mon, 10 Mar 2008 17:21:56 -0700] rev 215
Merge
Fri, 07 Mar 2008 11:09:13 -0800 6667605: (Escape Analysis) inline java constructors when EA is on
kvn [Fri, 07 Mar 2008 11:09:13 -0800] rev 214
6667605: (Escape Analysis) inline java constructors when EA is on Summary: java constructors should be inlined to be able scalar replace a new object Reviewed-by: rasbold
Thu, 06 Mar 2008 20:58:16 -0800 6670459: Fix Node::dump() performance
kvn [Thu, 06 Mar 2008 20:58:16 -0800] rev 213
6670459: Fix Node::dump() performance Summary: dump full ideal graph takes forever. Reviewed-by: never, rasbold
Thu, 06 Mar 2008 10:53:33 -0800 6667612: (Escape Analysis) disable loop cloning if it has a scalar replaceable allocation
kvn [Thu, 06 Mar 2008 10:53:33 -0800] rev 212
6667612: (Escape Analysis) disable loop cloning if it has a scalar replaceable allocation Summary: Cloning an allocation will not allow scalar replacement since memory operations could not be associated with one allocation. Reviewed-by: rasbold
Thu, 06 Mar 2008 10:30:17 -0800 6667610: (Escape Analysis) retry compilation without EA if it fails
kvn [Thu, 06 Mar 2008 10:30:17 -0800] rev 211
6667610: (Escape Analysis) retry compilation without EA if it fails Summary: During split unique types EA could exceed nodes limit and fail the method compilation. Reviewed-by: rasbold
(0) -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip