diff src/share/vm/runtime/compilationPolicy.hpp @ 3568:409ef3a68dc8

re-lock objects whose lock was removed by escape analysis, enable stack walking compilation policy (-XX:CompilationPolicyChoice=1)
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 01 Sep 2011 15:28:24 +0200
parents f95d63e2154a
children 04b9a2566eec
line wrap: on
line diff
--- a/src/share/vm/runtime/compilationPolicy.hpp	Thu Sep 01 09:52:58 2011 +0200
+++ b/src/share/vm/runtime/compilationPolicy.hpp	Thu Sep 01 15:28:24 2011 +0200
@@ -114,7 +114,7 @@
 
 // StackWalkCompPolicy - existing C2 policy
 
-#ifdef COMPILER2
+//#ifdef COMPILER2
 class StackWalkCompPolicy : public NonTieredCompPolicy {
  public:
   virtual void method_invocation_event(methodHandle m, TRAPS);
@@ -134,6 +134,6 @@
   // negative filter: should send NOT be inlined?  returns NULL (--> inline) or rejection msg
 
 };
-#endif
+//#endif
 
 #endif // SHARE_VM_RUNTIME_COMPILATIONPOLICY_HPP