comparison src/share/vm/prims/jni.cpp @ 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 be4ca325525a
comparison
equal deleted inserted replaced
2924:9d4e5b492521 2925:b78b4ae0757c
27 #include "classfile/javaClasses.hpp" 27 #include "classfile/javaClasses.hpp"
28 #include "classfile/symbolTable.hpp" 28 #include "classfile/symbolTable.hpp"
29 #include "classfile/systemDictionary.hpp" 29 #include "classfile/systemDictionary.hpp"
30 #include "classfile/vmSymbols.hpp" 30 #include "classfile/vmSymbols.hpp"
31 #include "interpreter/linkResolver.hpp" 31 #include "interpreter/linkResolver.hpp"
32 #include "graal/graalCompiler.hpp"
32 #include "memory/allocation.inline.hpp" 33 #include "memory/allocation.inline.hpp"
33 #include "memory/gcLocker.inline.hpp" 34 #include "memory/gcLocker.inline.hpp"
34 #include "memory/oopFactory.hpp" 35 #include "memory/oopFactory.hpp"
35 #include "memory/universe.inline.hpp" 36 #include "memory/universe.inline.hpp"
36 #include "oops/instanceKlass.hpp" 37 #include "oops/instanceKlass.hpp"