Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4115097

Static Font causes vm hang

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 1.2.0
    • 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)
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: