diff src/share/vm/graal/graalVMExits.cpp @ 2917:9d80049e76bd

Fix created node count metric, Fix wrong asserts in graalVMExits & FloatAdd
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Wed, 08 Jun 2011 21:21:12 +0200
parents d577d07cedec
children b78b4ae0757c
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMExits.cpp	Wed Jun 08 18:57:33 2011 +0200
+++ b/src/share/vm/graal/graalVMExits.cpp	Wed Jun 08 21:21:12 2011 +0200
@@ -111,7 +111,6 @@
 }
 
 void VMExits::shutdownCompiler() {
-  assert(!name.is_null(), "just checking");
   JavaThread* THREAD = JavaThread::current();
   JavaValue result(T_VOID);
   JavaCallArguments args;