src/hotspot/share/utilities/macros.hpp
changeset 47687 fb290fd1f9d4
parent 47216 71c04702a3d5
child 47765 b7c7428eaab9
--- a/src/hotspot/share/utilities/macros.hpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/share/utilities/macros.hpp	Sun Oct 15 22:54:03 2017 +0200
@@ -346,14 +346,6 @@
 #define NOT_ZERO(code) code
 #endif
 
-#if defined(SHARK)
-#define SHARK_ONLY(code) code
-#define NOT_SHARK(code)
-#else
-#define SHARK_ONLY(code)
-#define NOT_SHARK(code) code
-#endif
-
 #if defined(IA32) || defined(AMD64)
 #define X86
 #define X86_ONLY(code) code