Skip to content

Commit 6251657

Browse files
committed
Upgrade ASM to 6.0, fix bug with very large methods
Adapted from scala/scala#6180 by Lukas Rytz, the test case demonstrates that scala/bug#10594 is fixed. The test case is put in tests/run-no-optimise because the optimiser runs forever on this code.
1 parent b95e71a commit 6251657

File tree

2 files changed

+133
-1
lines changed

2 files changed

+133
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ object Build {
435435
}.taskValue,
436436

437437
// Used by the backend
438-
libraryDependencies += "org.scala-lang.modules" % "scala-asm" % "5.2.0-scala-2",
438+
libraryDependencies += "org.scala-lang.modules" % "scala-asm" % "6.0.0-scala-1",
439439

440440
// set system in/out for repl
441441
connectInput in run := true,

0 commit comments

Comments
 (0)