comparison src/share/vm/runtime/arguments.cpp @ 8052:1cdf241a4b26

Merge
author vlivanov
date Thu, 14 Feb 2013 05:36:59 -0800
parents b8d5d7a6c94c 309460dcedf7
children 1ba18258caa4 1b0dc9f87e75 d4a32a6f8c82
comparison
equal deleted inserted replaced
8041:b8d5d7a6c94c 8052:1cdf241a4b26
1084 vm_exit_during_initialization( 1084 vm_exit_during_initialization(
1085 "Incompatible compilation policy selected", NULL); 1085 "Incompatible compilation policy selected", NULL);
1086 } 1086 }
1087 // Increase the code cache size - tiered compiles a lot more. 1087 // Increase the code cache size - tiered compiles a lot more.
1088 if (FLAG_IS_DEFAULT(ReservedCodeCacheSize)) { 1088 if (FLAG_IS_DEFAULT(ReservedCodeCacheSize)) {
1089 FLAG_SET_DEFAULT(ReservedCodeCacheSize, ReservedCodeCacheSize * 2); 1089 FLAG_SET_DEFAULT(ReservedCodeCacheSize, ReservedCodeCacheSize * 5);
1090 } 1090 }
1091 } 1091 }
1092 1092
1093 #if INCLUDE_ALL_GCS 1093 #if INCLUDE_ALL_GCS
1094 static void disable_adaptive_size_policy(const char* collector_name) { 1094 static void disable_adaptive_size_policy(const char* collector_name) {