diff src/share/vm/code/debugInfo.hpp @ 11198:1e6d5dec4a4e

Merge.
author Christian Humer <christian.humer@gmail.com>
date Mon, 05 Aug 2013 13:20:06 +0200
parents 6b0fd0964b87
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/code/debugInfo.hpp	Thu Aug 01 21:34:57 2013 +0200
+++ b/src/share/vm/code/debugInfo.hpp	Mon Aug 05 13:20:06 2013 +0200
@@ -274,7 +274,7 @@
   Method* read_method() {
     Method* o = (Method*)(code()->metadata_at(read_int()));
     assert(o == NULL ||
-           o->is_metadata(), "meta data only");
+           o->is_metaspace_object(), "meta data only");
     return o;
   }
   ScopeValue* read_object_value();