diff src/share/vm/code/vmreg.cpp @ 100:c7c777385a15

6667042: PrintAssembly option does not work without special plugin Summary: remove old private plugin interface, simplify, rework old plugin to use unchanged Gnu sources Reviewed-by: kvn, rasbold
author jrose
date Wed, 02 Apr 2008 12:09:59 -0700
parents c5cbd367e4d1
children d1605aabd0a1
line wrap: on
line diff
--- a/src/share/vm/code/vmreg.cpp	Fri Mar 28 09:00:39 2008 -0700
+++ b/src/share/vm/code/vmreg.cpp	Wed Apr 02 12:09:59 2008 -0700
@@ -36,7 +36,6 @@
 // Register names
 const char *VMRegImpl::regName[ConcreteRegisterImpl::number_of_registers];
 
-#ifndef PRODUCT
 void VMRegImpl::print_on(outputStream* st) const {
   if( is_reg() ) {
     assert( VMRegImpl::regName[value()], "" );
@@ -48,4 +47,3 @@
     st->print("BAD!");
   }
 }
-#endif // PRODUCT