comparison src/share/vm/runtime/vmStructs.cpp @ 6800:9191895df19d

7200001: failed C1 OSR compile doesn't get recompiled with C2 Reviewed-by: kvn
author twisti
date Mon, 24 Sep 2012 17:59:24 -0700
parents aed758eda82a
children 0702f188baeb
comparison
equal deleted inserted replaced
6799:c92f43386117 6800:9191895df19d
2180 declare_constant(JVM_ACC_MONITOR_MATCH) \ 2180 declare_constant(JVM_ACC_MONITOR_MATCH) \
2181 declare_constant(JVM_ACC_HAS_MONITOR_BYTECODES) \ 2181 declare_constant(JVM_ACC_HAS_MONITOR_BYTECODES) \
2182 declare_constant(JVM_ACC_HAS_LOOPS) \ 2182 declare_constant(JVM_ACC_HAS_LOOPS) \
2183 declare_constant(JVM_ACC_LOOPS_FLAG_INIT) \ 2183 declare_constant(JVM_ACC_LOOPS_FLAG_INIT) \
2184 declare_constant(JVM_ACC_QUEUED) \ 2184 declare_constant(JVM_ACC_QUEUED) \
2185 declare_constant(JVM_ACC_NOT_OSR_COMPILABLE) \ 2185 declare_constant(JVM_ACC_NOT_C2_OSR_COMPILABLE) \
2186 declare_constant(JVM_ACC_HAS_LINE_NUMBER_TABLE) \ 2186 declare_constant(JVM_ACC_HAS_LINE_NUMBER_TABLE) \
2187 declare_constant(JVM_ACC_HAS_CHECKED_EXCEPTIONS) \ 2187 declare_constant(JVM_ACC_HAS_CHECKED_EXCEPTIONS) \
2188 declare_constant(JVM_ACC_HAS_JSRS) \ 2188 declare_constant(JVM_ACC_HAS_JSRS) \
2189 declare_constant(JVM_ACC_IS_OLD) \ 2189 declare_constant(JVM_ACC_IS_OLD) \
2190 declare_constant(JVM_ACC_IS_OBSOLETE) \ 2190 declare_constant(JVM_ACC_IS_OBSOLETE) \