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

TEST_BUG: java/io/Serializable/expectedStackTrace/ExpectedStackTrace.java failed to compile (1.4.2)

XMLWordPrintable

      this is new regression test for fix CR 7110700

      test need some modification for successfully compilation with jdk1.4.2 (autoboxing works for jdk5 and higher):
      31c31
      < super("test", 10);
      ---
      > super("test", new Integer(10));


      see comments for more details

            dmeetry Dmeetry Degrave (Inactive)
            vakulova Vera Akulova (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: