make/autoconf/jdk-options.m4
changeset 47687 fb290fd1f9d4
parent 47255 181dc03e0be7
child 47701 be620a591379
--- a/make/autoconf/jdk-options.m4	Wed Oct 18 16:06:39 2017 +0200
+++ b/make/autoconf/jdk-options.m4	Sun Oct 15 22:54:03 2017 +0200
@@ -232,7 +232,7 @@
 
   # Should we build the serviceability agent (SA)?
   INCLUDE_SA=true
-  if HOTSPOT_CHECK_JVM_VARIANT(zero) || HOTSPOT_CHECK_JVM_VARIANT(zeroshark); then
+  if HOTSPOT_CHECK_JVM_VARIANT(zero); then
     INCLUDE_SA=false
   fi
   if test "x$OPENJDK_TARGET_OS" = xaix ; then