hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 38133 78b95467b9f1
parent 37510 cf066fe4531b
child 38144 0976c0c5c5d3
--- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Mon Apr 25 21:25:22 2016 +0300
+++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Tue Apr 26 10:28:51 2016 +0200
@@ -1003,7 +1003,9 @@
 class VMOperationQueue;
 
 class CodeBlob;
-class  nmethod;
+class  CompiledMethod;
+class   nmethod;
+class RuntimeBlob;
 class  OSRAdapter;
 class  I2CAdapter;
 class  C2IAdapter;