hotspot/src/cpu/x86/vm/frame_x86.cpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 6418 6671edbd230e
--- a/hotspot/src/cpu/x86/vm/frame_x86.cpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/hotspot/src/cpu/x86/vm/frame_x86.cpp	Tue Aug 03 08:13:38 2010 -0400
@@ -575,8 +575,8 @@
 
 BasicType frame::interpreter_frame_result(oop* oop_result, jvalue* value_result) {
 #ifdef CC_INTERP
-  // Needed for JVMTI. The result should always be in the interpreterState object
-  assert(false, "NYI");
+  // Needed for JVMTI. The result should always be in the
+  // interpreterState object
   interpreterState istate = get_interpreterState();
 #endif // CC_INTERP
   assert(is_interpreted_frame(), "interpreted frame expected");