mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
Merge
This commit is contained in:
commit
135f315eaa
315 changed files with 7243 additions and 1475 deletions
|
@ -384,7 +384,7 @@ extern "C" {
|
|||
typedef void (*__exit_proc)(void);
|
||||
}
|
||||
|
||||
class ExitProc : public CHeapObj {
|
||||
class ExitProc : public CHeapObj<mtInternal> {
|
||||
private:
|
||||
__exit_proc _proc;
|
||||
// void (*_proc)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue