hotspot/src/share/vm/classfile/classFileParser.cpp
changeset 17379 fec16b38217a
parent 17024 49cbeca23983
child 17380 6246161bd4b6
--- a/hotspot/src/share/vm/classfile/classFileParser.cpp	Fri May 03 09:32:50 2013 +0200
+++ b/hotspot/src/share/vm/classfile/classFileParser.cpp	Wed Apr 24 14:26:09 2013 +0200
@@ -3046,7 +3046,7 @@
 }
 
 
-#ifndef PRODUCT
+#ifdef ASSERT
 static void parseAndPrintGenericSignatures(
     instanceKlassHandle this_klass, TRAPS) {
   assert(ParseAllGenericSignatures == true, "Shouldn't call otherwise");
@@ -3071,7 +3071,7 @@
     }
   }
 }
-#endif // ndef PRODUCT
+#endif // def ASSERT
 
 
 instanceKlassHandle ClassFileParser::parse_super_class(int super_class_index,