kamg [Thu, 31 Jan 2008 09:41:34 -0500] rev 226
6631248: Memory problem when doing invalid type cast
Summary: Changed memory allocation method for exception method
Reviewed-by: ysr, never
dcubed [Thu, 13 Mar 2008 14:17:48 -0700] rev 225
Merge
dcubed [Wed, 12 Mar 2008 18:39:05 -0700] rev 224
6667089: 3/3 multiple redefinitions of a class break reflection
Summary: Use instanceKlass::method_with_idnum() instead of slot() to work with RedefineClasses().
Reviewed-by: sspitsyn
dcubed [Wed, 12 Mar 2008 18:37:03 -0700] rev 223
6452081: 3/4 Allow for Linux builds with Sun Studio Linux compilers
Summary: (for Serguei) Allow for Linux builds with Sun Studio Linux compilers
Reviewed-by: sspitsyn, ohair
dcubed [Wed, 12 Mar 2008 18:09:34 -0700] rev 222
6453355: 4/4 new No_Safepoint_Verifier uses fail during GC
Summary: (for Serguei) Clean up use of No_Safepoint_Verifier in JVM TI
Reviewed-by: dcubed
dcubed [Wed, 12 Mar 2008 18:07:46 -0700] rev 221
6599425: 4/3 OopMapCache::lookup() can cause later crash or assert() failure
Summary: Add should_not_be_cached() to markOop and methodOop and query that status inOopMapCache::lookup()
Reviewed-by: coleenp, sspitsyn, jmasa
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
rasbold [Thu, 13 Mar 2008 05:40:44 -0700] rev 219
Merge
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
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
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
jcoomes [Mon, 10 Mar 2008 17:21:56 -0700] rev 215
Merge