8158050: Remove SA-JDI

Remove SA-JDI

Reviewed-by: alanb, dsamersoff
This commit is contained in:
Sharath Ballal 2016-08-01 10:51:32 +03:00 committed by Dmitry Samersoff
parent 435f7046be
commit b7eda654ab
2 changed files with 1 additions and 8 deletions

View File

@ -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, \

View File

@ -93,7 +93,6 @@ public class VersionCheck extends TestHelper {
"jps",
"jrunscript",
"jjs",
"jsadebugd",
"jstack",
"jstat",
"jstatd",