# HG changeset patch # User dsamersoff # Date 1470037892 -10800 # Node ID 725b19ace748cd6e7ed030d4c6a087a517d64a77 # Parent 569ee5564d5ae2faad6d0ec13e7f154e2524132d 8158050: Remove SA-JDI Summary: Remove SA-JDI Reviewed-by: alanb, dsamersoff Contributed-by: sharath.ballal@oracle.com diff -r 569ee5564d5a -r 725b19ace748 jdk/make/launcher/Launcher-jdk.hotspot.agent.gmk --- a/jdk/make/launcher/Launcher-jdk.hotspot.agent.gmk Sat Jul 30 00:11:02 2016 +0000 +++ b/jdk/make/launcher/Launcher-jdk.hotspot.agent.gmk Mon Aug 01 10:51:32 2016 +0300 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, 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 @@ -25,12 +25,6 @@ include LauncherCommon.gmk -$(eval $(call SetupBuildLauncher, jsadebugd, \ - MAIN_CLASS := sun.jvm.hotspot.jdi.SADebugServer, \ - MACOSX_SIGNED := true, \ -)) - - $(eval $(call SetupBuildLauncher, jhsdb, \ MAIN_CLASS := sun.jvm.hotspot.SALauncher, \ MACOSX_SIGNED := true, \ diff -r 569ee5564d5a -r 725b19ace748 jdk/test/tools/launcher/VersionCheck.java --- a/jdk/test/tools/launcher/VersionCheck.java Sat Jul 30 00:11:02 2016 +0000 +++ b/jdk/test/tools/launcher/VersionCheck.java Mon Aug 01 10:51:32 2016 +0300 @@ -93,7 +93,6 @@ "jps", "jrunscript", "jjs", - "jsadebugd", "jstack", "jstat", "jstatd",