sbohne [Tue, 04 Mar 2008 09:44:24 -0500] rev 231
6666698: EnableBiasedLocking with BiasedLockingStartupDelay can block Watcher thread
Summary: Enqueue VM_EnableBiasedLocking operation asynchronously
Reviewed-by: never, xlu, kbr, acorn
sbohne [Mon, 03 Mar 2008 14:47:02 -0500] rev 230
6655385: Disable frame pointer omission in jvm.dll on Windows for better crash logs
Summary: Add /Oy- C++ compiler option on Windows
Reviewed-by: phh, never, ysr
coleenp [Wed, 27 Feb 2008 13:55:58 -0500] rev 229
6549844: Wording problems in "An unexpected error ..."
Summary: Changed wording to "A fatal error.." also don't claim it's not VM bug if in hotspot compilers (Java thread in native).
Reviewed-by: jjh, sbohne, jrose, never
xlu [Tue, 05 Feb 2008 23:21:57 -0800] rev 228
6610420: Debug VM crashes during monitor lock rank checking
Summary: Make SerializePage lock as raw lock and add name for mutex locks
Reviewed-by: never, dice, dholmes
sbohne [Thu, 31 Jan 2008 14:56:50 -0500] rev 227
6598190: JPRT tests fail when run with -XX:+CheckUnhandledOops
Summary: Work around Sun Studio C++ compiler bug 6629277 in dependencies.cpp
Reviewed-by: kamg, sgoldman, pbk
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