Static Font causes vm hang

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P3
    • None
    • Affects Version/s: 1.2.0
    • Component/s: client-libs
    • 2d
    • x86
    • windows_nt



      Name: rm29839 Date: 02/24/98


      run Test1 from the command line and the app will hang.

      // In file Test1.java
      class Test1
      {
          public static void main( String argv[] )
          {
              System.out.println( "We're here" );
              SubClass1.proc1();
          }
      }

      // In file SubClass1.java
      import java.awt.*;

      final public class SubClass1
      {
          public static void proc1()
          {
          }
          
          private static Font stdFont = new Font( "Arial", Font.BOLD, 14 );
      }
      (Review ID: 25309)
      ======================================================================

            Assignee:
            Paul Charlton (Inactive)
            Reporter:
            Ronan Mandel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: