--- old/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties 2014-07-15 15:57:33.321421238 -0700 +++ new/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties 2014-07-15 15:57:33.205421236 -0700 @@ -93,5 +93,11 @@ err.invalid.path=invalid path: {0} warn.invalid.arg=Invalid classname or pathname not exist: {0} warn.split.package=package {0} defined in {1} {2} +warn.replace.useJDKInternals=\ +JDK internal APIs are unsupported and private to JDK implementation that are\n\ +subject to be removed or changed incompatibly and could break your application.\n\ +For the most recent update on the replacement for JDK internal API replacements,\n\ +please check: {0} artifact.not.found=not found +jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool