diff src/share/vm/code/nmethod.cpp @ 2212:d9e4d0aefc90

Small clean up to reduce delta to OpenJDK.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:28:35 +0100
parents 0cd39a385a72
children 1cfdec4e7f07
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.cpp	Mon Feb 21 19:17:33 2011 +0100
+++ b/src/share/vm/code/nmethod.cpp	Mon Feb 21 19:28:35 2011 +0100
@@ -2592,7 +2592,6 @@
   if (block_begin == entry_point())             stream->print_cr("[Entry Point]");
   if (block_begin == verified_entry_point())    stream->print_cr("[Verified Entry Point]");
   if (block_begin == exception_begin())         stream->print_cr("[Exception Handler]");
-  if (block_begin == unwind_handler_begin())    stream->print_cr("[Unwind Handler]");
   if (block_begin == stub_begin())              stream->print_cr("[Stub Code]");
   if (block_begin == deopt_handler_begin())     stream->print_cr("[Deopt Handler Code]");