JDK-4334677 : private static void main(String args[]) executes fine without reporting problems
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2000-05-01
  • Updated: 2000-05-20
  • Resolved: 2000-05-20
Related Reports
Duplicate :  
Description

Name: skT45625			Date: 05/01/2000


java version "1.2.2"
Classic VM (build JDK-1.2.2-001, native threads, symcjit)

private static void main(String args[]) executes fine without reporting problems
I used the following code segment

class IsThisABug
{
    private static void main(String args[])
    {
        System.out.println("Is this is a bug.");
    }
}
(Review ID: 104317) 
======================================================================

Comments
WORK AROUND Name: skT45625 Date: 05/01/2000 N/A ======================================================================
11-06-2004

PUBLIC COMMENTS .
10-06-2004

EVALUATION tim.bell@Eng 2000-05-20 This is a duplicate of BugID 4155575 http://developer.java.sun.com/developer/bugParade/bugs/4155575.html
20-05-2000