public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/5179: Qualifed static field access doesn't initialize its class
@ 2001-12-22 16:06 bryce
  0 siblings, 0 replies; only message in thread
From: bryce @ 2001-12-22 16:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5179
>Category:       java
>Synopsis:       Qualifed static field access doesn't initialize its class
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 22 16:06:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bryce McKinlay
>Release:        gcc version 3.1 20011221 (experimental)
>Organization:
>Environment:

>Description:
The following test case crashes because no class initialization for "Bar" is generated.
>How-To-Repeat:
class Bar
{
  static Bar B = new Bar();
  int i = 1;
}

public class Qual2
{
  public static void main(String[] args)
  {
    System.out.println (Bar.B.i);    // crash
    System.out.println ((Bar.B).i);  // crash    
  }
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-23  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-22 16:06 java/5179: Qualifed static field access doesn't initialize its class bryce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).