hotspot/src/share/vm/classfile/verificationType.hpp
changeset 8477 e6f1e62b9e23
parent 8076 96d498ec7ae1
child 8921 14bfe81f2a9d
--- a/hotspot/src/share/vm/classfile/verificationType.hpp	Mon Feb 28 14:19:52 2011 +0100
+++ b/hotspot/src/share/vm/classfile/verificationType.hpp	Mon Feb 28 16:01:59 2011 -0500
@@ -128,6 +128,7 @@
 
   // Create verification types
   static VerificationType bogus_type() { return VerificationType(Bogus); }
+  static VerificationType top_type() { return bogus_type(); } // alias
   static VerificationType null_type() { return VerificationType(Null); }
   static VerificationType integer_type() { return VerificationType(Integer); }
   static VerificationType float_type() { return VerificationType(Float); }