diff src/share/vm/runtime/deoptimization.cpp @ 4661:9ae5048b9153

Call uncommon_trap instead of fetch_unroll_info to correctly revoke biased locks on deopt.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 21 Feb 2012 19:31:06 +0100
parents 716a2c5c0656
children 3dbcd1013cc8
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.cpp	Tue Feb 21 19:30:33 2012 +0100
+++ b/src/share/vm/runtime/deoptimization.cpp	Tue Feb 21 19:31:06 2012 +0100
@@ -19,7 +19,6 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
- *
  */
 
 #include "precompiled.hpp"