--- old/src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/Plugin.java 2016-07-08 16:42:42.066165600 +0530 +++ new/src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/Plugin.java 2016-07-08 16:42:41.386164600 +0530 @@ -107,24 +107,6 @@ } /** - * The set of plugin names that must be located, within the stack of plugins, - * before this plugin. - * @return The set of names. By default this set is empty. - */ - public default Set isBefore() { - return Collections.emptySet(); - } - - /** - * The set of plugin names that must be located, within the stack of plugins, - * after this plugin. - * @return The set of names. By default this set is empty. - */ - public default Set isAfter() { - return Collections.emptySet(); - } - - /** * The plugin name. * @return The name. */