OpenJDK / amber / amber
changeset 40198:725b19ace748
8158050: Remove SA-JDI
Summary: Remove SA-JDI
Reviewed-by: alanb, dsamersoff
Contributed-by: sharath.ballal@oracle.com
author | dsamersoff |
---|---|
date | Mon, 01 Aug 2016 10:51:32 +0300 |
parents | 569ee5564d5a |
children | 1795251e7dec |
files | jdk/make/launcher/Launcher-jdk.hotspot.agent.gmk jdk/test/tools/launcher/VersionCheck.java |
diffstat | 2 files changed, 1 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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, \