mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8010121: Remove definition of ShouldNotReachHere2(msg)
Reviewed-by: kvn, stefank, rbackman, twisti
This commit is contained in:
parent
e6dc6a3b3a
commit
e6e67652d9
4 changed files with 14 additions and 25 deletions
|
@ -192,12 +192,6 @@ do { \
|
|||
BREAKPOINT; \
|
||||
} while (0)
|
||||
|
||||
#define ShouldNotReachHere2(message) \
|
||||
do { \
|
||||
report_should_not_reach_here2(__FILE__, __LINE__, message); \
|
||||
BREAKPOINT; \
|
||||
} while (0)
|
||||
|
||||
#define Unimplemented() \
|
||||
do { \
|
||||
report_unimplemented(__FILE__, __LINE__); \
|
||||
|
@ -218,7 +212,6 @@ void report_vm_out_of_memory(const char* file, int line, size_t size,
|
|||
const char* message);
|
||||
void report_should_not_call(const char* file, int line);
|
||||
void report_should_not_reach_here(const char* file, int line);
|
||||
void report_should_not_reach_here2(const char* file, int line, const char* message);
|
||||
void report_unimplemented(const char* file, int line);
|
||||
void report_untested(const char* file, int line, const char* message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue