mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8057777: Cleanup of old and unused VM interfaces
Reviewed-by: coleenp, hseigel, alanb, sherman
This commit is contained in:
parent
db57351f43
commit
94af790733
22 changed files with 3 additions and 1583 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue