diff src/cpu/zero/vm/globals_zero.hpp @ 13010:bd3237e0e18d

8026328: Setting a breakpoint on invokedynamic crashes the JVM Reviewed-by: jrose, roland
author twisti
date Thu, 24 Oct 2013 16:23:07 -0700
parents 12f651e29f6b
children de6a9e811145 2b8e28fdf503
line wrap: on
line diff
--- a/src/cpu/zero/vm/globals_zero.hpp	Wed Oct 23 19:22:28 2013 +0000
+++ b/src/cpu/zero/vm/globals_zero.hpp	Thu Oct 24 16:23:07 2013 -0700
@@ -57,6 +57,8 @@
 // GC Ergo Flags
 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
 
+define_pd_global(uintx, TypeProfileLevel, 0);
+
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)
 
 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP