--- old/src/share/classes/com/sun/tools/jdi/SunCommandLineLauncher.java Tue Sep 10 11:08:39 2013 +++ new/src/share/classes/com/sun/tools/jdi/SunCommandLineLauncher.java Tue Sep 10 11:08:39 2013 @@ -196,10 +196,7 @@ try { if (home.length() > 0) { - String os_arch = System.getProperty("os.arch"); - if ("SunOS".equals(System.getProperty("os.name"))) { - exePath = home + File.separator + "bin" + File.separator + exe; - } + exePath = home + File.separator + "bin" + File.separator + exe; } else { exePath = exe; }