Skip to content

Commit e94ad55

Browse files
author
Kim Barrett
committed
8342639: Global operator new in adlc has wrong exception spec
Reviewed-by: kvn, mdoerr
1 parent d735255 commit e94ad55

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/hotspot/share/adlc/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,3 @@ int get_legal_text(FileBuff &fbuf, char **legal_text)
481481
*legal_text = legal_start;
482482
return (int) (legal_end - legal_start);
483483
}
484-
485-
void *operator new( size_t size, int, const char *, int ) throw() {
486-
return ::operator new( size );
487-
}

0 commit comments

Comments
 (0)