--- a/src/jdk.rmic/share/classes/sun/rmi/rmic/Main.java Fri Nov 03 19:53:09 2017 +0530
+++ b/src/jdk.rmic/share/classes/sun/rmi/rmic/Main.java Fri Nov 03 13:03:10 2017 -0400
@@ -139,21 +139,6 @@
*/
public synchronized boolean compile(String argv[]) {
- /*
- * Handle internal option to use the new (and incomplete) rmic
- * implementation. This option is handled here, rather than
- * in parseArgs, so that none of the arguments will be nulled
- * before delegating to the new implementation.
- */
- // disable the -Xnew option as per JDK-8146299 and JDK-8145980
- // to allow further discussion how to progress with this feature
- //for (int i = 0; i < argv.length; i++) {
- // if (argv[i].equals("-Xnew")) {
- // return (new sun.rmi.rmic.newrmic.Main(out,
- // program)).compile(argv);
- // }
- //}
-
if (!parseArgs(argv)) {
return false;
}