src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp	Thu Mar 29 13:44:07 2018
--- new/src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp	Thu Mar 29 13:44:07 2018

*** 375,387 **** --- 375,387 ---- } #define COUNT_FLAG(ignore) +1 #ifdef ASSERT #define CHECK_FLAG(type, name) { \ ! JVMFlag* flag = JVMFlag::find_flag(#name, strlen(#name), /*allow_locked*/ true, /* return_flag */ true); \ assert(flag != NULL, "No such flag named " #name); \ ! assert(flag->is_##type(), "JVMFlag " #name " is not of type " #type); \ } #else #define CHECK_FLAG(type, name) #endif

src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File