hotspot/src/share/vm/classfile/classFileParser.cpp
changeset 17380 6246161bd4b6
parent 17080 9151a26f5888
parent 17379 fec16b38217a
child 17388 8193ee82efbe
--- a/hotspot/src/share/vm/classfile/classFileParser.cpp	Fri May 03 08:19:38 2013 -0700
+++ b/hotspot/src/share/vm/classfile/classFileParser.cpp	Fri May 03 15:35:30 2013 -0700
@@ -3028,7 +3028,7 @@
 }
 
 
-#ifndef PRODUCT
+#ifdef ASSERT
 static void parseAndPrintGenericSignatures(
     instanceKlassHandle this_klass, TRAPS) {
   assert(ParseAllGenericSignatures == true, "Shouldn't call otherwise");
@@ -3053,7 +3053,7 @@
     }
   }
 }
-#endif // ndef PRODUCT
+#endif // def ASSERT
 
 
 instanceKlassHandle ClassFileParser::parse_super_class(int super_class_index,