[drlvm][initialization] VM shows its version number as many times as -showversion option is
repeated in command line
--------------------------------------------------------------------------------------------------------------------
Key: HARMONY-2722
URL: http://issues.apache.org/jira/browse/HARMONY-2722
Project: Harmony
Issue Type: Bug
Components: DRLVM
Environment: all
Reporter: Dmitry B. Yershov
Priority: Trivial
Prepare Hello class, type and run the following command line:
C:\...32_msvc_debug\deploy\jdk\jre\bin>java.exe -showversion -showversion -showversion
Hello
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors,
as applicable.
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r487149, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r487149, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r487149, (Dec 15 2006), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony
Hello
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|