diff src/share/vm/prims/jvmtiManageCapabilities.cpp @ 14420:abe03600372a

8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling Summary: Implement profiling for c2 jit compilation. Also enable new cppInterpreter features. Reviewed-by: kvn
author goetz
date Sun, 15 Sep 2013 15:28:58 +0200
parents c2323e2ea62b
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiManageCapabilities.cpp	Thu Sep 19 17:31:42 2013 +0200
+++ b/src/share/vm/prims/jvmtiManageCapabilities.cpp	Sun Sep 15 15:28:58 2013 +0200
@@ -117,10 +117,10 @@
   jvmtiCapabilities jc;
 
   memset(&jc, 0, sizeof(jc));
-#ifndef CC_INTERP
+#ifndef ZERO
   jc.can_pop_frame = 1;
   jc.can_force_early_return = 1;
-#endif // !CC_INTERP
+#endif // !ZERO
   jc.can_get_source_debug_extension = 1;
   jc.can_access_local_variables = 1;
   jc.can_maintain_original_method_order = 1;