8057777: Cleanup of old and unused VM interfaces

Reviewed-by: coleenp, hseigel, alanb, sherman
This commit is contained in:
Frederic Parain 2014-10-09 04:45:58 -07:00
parent db57351f43
commit 94af790733
22 changed files with 3 additions and 1583 deletions

View file

@ -27,9 +27,6 @@
#include "runtime/os.hpp"
// Register function to be called by before_exit
extern "C" { void register_on_exit_function(void (*func)(void)) ;}
// Execute code before all handles are released and thread is killed; prologue to vm_exit
extern void before_exit(JavaThread * thread);