-
Bug
-
Resolution: Fixed
-
P3
-
8u31
-
b66
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084257 | emb-9 | Robert Mckenna | P3 | Resolved | Fixed | team |
JDK-8086930 | 8u65 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
JDK-8080871 | 8u60 | Robert Mckenna | P3 | Resolved | Fixed | b18 |
JDK-8138090 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8086211 | emb-8u60 | Robert Mckenna | P3 | Resolved | Fixed | team |
JDK-8080896 | 7u91 | Robert Mckenna | P3 | Resolved | Fixed | b01 |
Full JRE/JDK Versions
---------------------
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
java version "1.7.0_76"
Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)
System Configuration
--------------------
Windows 7 Professional (SP, Japanese, x64)
Testcase & Reproduction Instructions
------------------------------------
>type HelloWorld.java
public class HelloWorld {
public static void main(String [] args){
System.out.println("Hello World!");
}
}
>C:\jdk8_31\jdk1.8.0_31\bin\javac -cp . -J-showversion -J-Duser.language=en
*.java
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
javac: file not found: *.java
Usage: javac <options> <source files>
use -help for a list of possible options
- backported by
-
JDK-8080871 javac does not recognize '*.java' as file if '-J' option is specified
-
- Resolved
-
-
JDK-8080896 javac does not recognize '*.java' as file if '-J' option is specified
-
- Resolved
-
-
JDK-8084257 javac does not recognize '*.java' as file if '-J' option is specified
-
- Resolved
-
-
JDK-8086211 javac does not recognize '*.java' as file if '-J' option is specified
-
- Resolved
-
-
JDK-8086930 javac does not recognize '*.java' as file if '-J' option is specified
-
- Resolved
-
-
JDK-8138090 javac does not recognize '*.java' as file if '-J' option is specified
-
- Resolved
-
- relates to
-
JDK-8132379 -J options can cause crash or "Warning: app args parsing error passing arguments as-is"
-
- Closed
-