make/launcher/Launcher-jdk.jcmd.gmk
changeset 48908 329428e095b6
parent 47216 71c04702a3d5
--- a/make/launcher/Launcher-jdk.jcmd.gmk	Fri Feb 16 18:51:35 2018 +0100
+++ b/make/launcher/Launcher-jdk.jcmd.gmk	Fri Feb 16 11:26:12 2018 -0800
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -60,3 +60,6 @@
 $(eval $(call SetupBuildLauncher, jcmd, \
     MAIN_CLASS := sun.tools.jcmd.JCmd, \
 ))
+
+# Hook to include the corresponding custom file, if present.
+$(eval $(call IncludeCustomExtension, launcher/Launcher-jdk.jcmd-post.gmk))