hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp
changeset 46560 388aa8d67c80
parent 46530 7b915076588f
child 46961 c9094b1e5f87
--- a/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp	Thu Jun 22 15:26:34 2017 -0700
+++ b/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp	Thu Jun 22 20:47:22 2017 -0400
@@ -628,7 +628,7 @@
 
   void untested()                                { stop("untested"); }
 
-  void unimplemented(const char* what = "")      { char* b = new char[1024];  jio_snprintf(b, 1024, "unimplemented: %s", what);  stop(b); }
+  void unimplemented(const char* what = "");
 
   void should_not_reach_here()                   { stop("should not reach here"); }