comparison src/share/vm/classfile/vmSymbols.hpp @ 2925:b78b4ae0757c

Also call Compiler shutdown hook in case of System.exit call. Draft VMExits.Sandbox class.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 09 Jun 2011 14:42:24 +0200
parents d577d07cedec
children 0e3ec0a4eda4
comparison
equal deleted inserted replaced
2924:9d4e5b492521 2925:b78b4ae0757c
294 template(com_sun_cri_ci_CiRegister, "com/sun/cri/ci/CiRegister") \ 294 template(com_sun_cri_ci_CiRegister, "com/sun/cri/ci/CiRegister") \
295 template(com_sun_cri_ci_CiCodePos, "com/sun/cri/ci/CiCodePos") \ 295 template(com_sun_cri_ci_CiCodePos, "com/sun/cri/ci/CiCodePos") \
296 template(com_sun_cri_ci_CiConstant, "com/sun/cri/ci/CiConstant") \ 296 template(com_sun_cri_ci_CiConstant, "com/sun/cri/ci/CiConstant") \
297 template(com_sun_cri_ci_CiKind, "com/sun/cri/ci/CiKind") \ 297 template(com_sun_cri_ci_CiKind, "com/sun/cri/ci/CiKind") \
298 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \ 298 template(com_sun_cri_ci_CiRuntimeCall, "com/sun/cri/ci/CiRuntimeCall") \
299 template(startCompiler_name, "startCompiler") \
299 template(shutdownCompiler_name, "shutdownCompiler") \ 300 template(shutdownCompiler_name, "shutdownCompiler") \
300 template(compileMethod_name, "compileMethod") \ 301 template(compileMethod_name, "compileMethod") \
301 template(compileMethod_signature, "(JLjava/lang/String;I)V") \ 302 template(compileMethod_signature, "(JLjava/lang/String;I)V") \
302 template(setOption_name, "setOption") \ 303 template(setOption_name, "setOption") \
303 template(setDefaultOptions_name, "setDefaultOptions") \ 304 template(setDefaultOptions_name, "setDefaultOptions") \