Skip to content

Conversation

@retronym
Copy link
Member

  • Require Java 8 in ant build
    • use -source 1.8 and -target 1.8 for javac
    • Default scalac's -target to jvm-1.8, ignore and deprecate attempts
      to use jvm-1.{6.7}
    • Remove fragile javap-app test. The feature itself is slated for removal.
    • Remove obsolete Java6 checkfile
    • Adapt DCE tests
      • Remove deprecated/redundant -target:jvm-1.6 from flags where the
        intent was to trigger generation of stack map frames.
    • Remove tests with -target:jvm-1.5 that tested without stack
      map frames

 - Require Java 8 in ant build
 - use -source 1.8 and -target 1.8 for javac
 - Default scalac's -target to `jvm-1.8`, ignore and deprecate attempts
   to use `jvm-1.{6.7}`
 - Remove fragile javap-app test. The feature itself is slated for removal.
 - Remove obsolete Java6 checkfile
 - Adapt DCE tests
   - Remove deprecated/redundant -target:jvm-1.6 from flags where the
     intent was to trigger generation of stack map frames.
   - Remove tests with -target:jvm-1.5 that tested without stack
     map frames
@scala-jenkins scala-jenkins added this to the 2.12.0-M2 milestone May 26, 2015
@retronym
Copy link
Member Author

@adriaanm
Copy link
Contributor

/rebuild

@adriaanm
Copy link
Contributor

/rebuild

@adriaanm
Copy link
Contributor

Great, now we're failing because partest chokes on the OpenJDK VM warnings: https://scala-ci.typesafe.com/job/scala-2.12.x-validate-test/30/consoleFull

-OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
-OpenJDK 64-Bit Server VM warning: Using the ParNew young collector with the Serial old collector is deprecated and will likely be removed in a future release

@adriaanm
Copy link
Contributor

I'll rework

@adriaanm adriaanm closed this May 26, 2015
@SethTisue SethTisue removed this from the 2.12.0-M2 milestone Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants