twisti [Thu, 29 Apr 2010 06:30:25 -0700] rev 5416
6829193: JSR 292 needs to support SPARC
Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
Reviewed-by: kvn, never, jrose
dcubed [Tue, 11 May 2010 17:41:11 -0700] rev 5415
Merge
dcubed [Mon, 10 May 2010 13:09:44 -0700] rev 5414
Merge
dcubed [Wed, 05 May 2010 16:39:47 -0700] rev 5413
Merge
kamg [Wed, 05 May 2010 09:28:13 -0400] rev 5412
6949118: jvm.dll shows the company name as Sun Microsystems
Summary: Changed to "Oracle Corporation"
Reviewed-by: coleenp, dcubed
coleenp [Tue, 04 May 2010 15:12:08 -0400] rev 5411
6935118: UseCompressedOops modification in methodOopDesc::sort_methods() causes JCK timeout
Summary: Add comparison functions for compressed oops to use bubblesort.
Reviewed-by: never, coleenp
Contributed-by: volker.simonis@gmail.com
coleenp [Mon, 19 Apr 2010 18:58:31 -0400] rev 5410
6944822: Fix for 6938627 exposes problem with hard-coded buffer sizes
Summary: Make tmpdir buffer sizes MAX_PATH+1
Reviewed-by: dholmes, coleenp
Contributed-by: andreas.kohn@fredhopper.com