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

missing param class processes without error

XMLWordPrintable

    • b116
    • generic, sparc
    • generic, solaris_9
    • Verified

      Failing tests: javah/javah_test29

      Compile code below
      Delete Param.class
      javah ParamClassTest
      Does not report error.
        "Error: A required super class Param could not be found."

      public class ParamClassTest
      {
         static
         {
          System.loadLibrary("Test");
        }


        public native void method(Param s);

        public static void main(String a[])
        {
       // ErrorFile f= new ErrorFile();

        }

       }

       class Param
       {
       }

            jjg Jonathan Gibbons
            ssides Steve Sides
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: