-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_11
-
b02
-
x86
-
generic
Testcase 6215242 is using -client flag and AMD64 with 64bit jvm doesn't support this flag. Because of which this testcase is failing an AMD64 platforms.
JDK Info:
---------
$ ./java -version
java version "1.4.2_11-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_11-ea-b01)
Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_11-ea-b01, mixed mode)
How to Reproduce:
-----------------
Copy attached GoodbyeWorld.java
Compile java file
Run command
$java -client GoodbyeWorld
Error :
-------
Error: client VM not supported
If -client flag is removed then testcase is passing.
JDK Info:
---------
$ ./java -version
java version "1.4.2_11-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_11-ea-b01)
Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_11-ea-b01, mixed mode)
How to Reproduce:
-----------------
Copy attached GoodbyeWorld.java
Compile java file
Run command
$java -client GoodbyeWorld
Error :
-------
Error: client VM not supported
If -client flag is removed then testcase is passing.