Skip to content

Instantly share code, notes, and snippets.

@gkossakowski
Created February 1, 2013 00:12
Show Gist options
  • Save gkossakowski/4687953 to your computer and use it in GitHub Desktop.
Save gkossakowski/4687953 to your computer and use it in GitHub Desktop.
Inliner warnings on master
Grzegorzs-MacBook-Pro:scala-master grek (master)$ ant -Dscalac.args="-Yinline-warnings" build-opt
Buildfile: /Users/grek/scala/scala-master/build.xml
build-opt:
init.jars.check:
init.jars:
init.maven.tasks:
init.maven.jars:
[artifact:dependencies] There were no dependencies specified
init.hasbuildnum:
init.build.snapshot:
init.build.release:
init.build.nopatch.release:
init.build.patch.release:
init.hasmavensuffix:
init.osgi.suffix:
init.osgi.suffix.final:
init.osgi.suffix.snapshot:
init.build.suffix.done:
init.version.git:
init.version.release:
init.version.snapshot:
init.version.done:
init.testjava6:
init.fail.bad.jdk:
init.warn.jdk7:
init.extra.tasks:
[artifact:dependencies] [WARNING] POM for 'biz.aQute:bndlib:pom:1.43.0:compile' is invalid.
[artifact:dependencies]
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.
init:
[echo] build time: 31 January 2013, 16:02:43
[echo] java version: Java HotSpot(TM) 64-Bit Server VM 1.6.0_37 (1.6)
[echo] java args: -Xms3G -Xmx3G -Xss1M -XX:MaxPermSize=192M -XX:+UseParallelGC
[echo] javac args:
[echo] scalac args: -Yreify-copypaste -Yinline-warnings -optimise
[echo] scalac quick args: -Yreify-copypaste -Yinline-warnings -optimise
[echo] git date: 20130129-171234
[echo] git hash: d499db3800
[echo] maven version: 2.11.0-SNAPSHOT
[echo] OSGi version: 2.11.0.v20130129-171234-d499db3800
[echo] canonical version: 2.11.0-20130129-171234-d499db3800
asm.start:
asm.lib:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/asm/classes
[javac] Compiling 77 source files to /Users/grek/scala/scala-master/build/asm/classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[stopwatch] [asm.lib.timer: 1.719 sec]
asm.done:
forkjoin.start:
forkjoin.lib:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/libs/classes/forkjoin
[javac] Compiling 10 source files to /Users/grek/scala/scala-master/build/libs/classes/forkjoin
[javac] Creating empty /Users/grek/scala/scala-master/build/libs/classes/forkjoin/scala/concurrent/forkjoin/package-info.class
[stopwatch] [forkjoin.lib.timer: 1.671 sec]
forkjoin.pack:
[jar] Building jar: /Users/grek/scala/scala-master/build/libs/forkjoin.jar
forkjoin.done:
locker.start:
locker.pre-lib:
locker.lib:
locker.pre-reflect:
locker.reflect:
locker.pre-comp:
locker.comp:
locker.done:
quick.start:
quick.pre-lib:
quick.lib:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/classes/library
[javac] Compiling 32 source files to /Users/grek/scala/scala-master/build/quick/classes/library
[javac] Note: /Users/grek/scala/scala-master/src/library/scala/collection/concurrent/MainNode.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 41 source files to /Users/grek/scala/scala-master/build/quick/classes/library
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[scalacfork] Compiling 702 files to /Users/grek/scala/scala-master/build/quick/classes/library
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/SerialVersionUID.scala:15: warning: Implementation restriction: subclassing Classfile does not
[scalacfork] make your annotation visible at runtime. If that is what
[scalacfork] you want, you must write the annotation class in Java.
[scalacfork] class SerialVersionUID(value: Long) extends scala.annotation.ClassfileAnnotation
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:500: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] override def nextResult(tree: Tree[A, B]) = tree.value
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/annotation/elidable.scala:119: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "MINIMUM" -> MINIMUM
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/annotation/elidable.scala:116: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "ALL" -> ALL,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/annotation/elidable.scala:117: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "OFF" -> OFF,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/annotation/elidable.scala:118: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "MAXIMUM" -> MAXIMUM,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:484: warning: At the end of the day, could not inline @inline-marked method count
[scalacfork] val maximumHeight = 2 * (32 - Integer.numberOfLeadingZeros(tree.count + 2 - 1)) - 2 - 1
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:444: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else if (tree.left eq null) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:447: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] findNext(tree.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:437: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] next = findNext(tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/TreeSet.scala:58: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] override def head = RB.smallest(tree).key
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/TreeSet.scala:60: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] override def last = RB.greatest(tree).key
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:83: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (tree.right ne null) _foreach(tree.right, f)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:81: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (tree.left ne null) _foreach(tree.left, f)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:81: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (tree.left ne null) _foreach(tree.left, f)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:82: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] f((tree.key, tree.value))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:83: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (tree.right ne null) _foreach(tree.right, f)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:82: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] f((tree.key, tree.value))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:91: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (tree.right ne null) _foreachKey(tree.right, f)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:89: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (tree.left ne null) _foreachKey(tree.left, f)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:89: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (tree.left ne null) _foreachKey(tree.left, f)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:91: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (tree.right ne null) _foreachKey(tree.right, f)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:90: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] f((tree.key))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:215: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] balLeft(tl.key, tl.value, tl.left, BlackTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:218: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.key, tr.value, append(tl, tr.left), tr.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:220: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tl.key, tl.value, tl.left, append(tl.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:204: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] val bc = append(tl.right, tr.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:215: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] balLeft(tl.key, tl.value, tl.left, BlackTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:215: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] balLeft(tl.key, tl.value, tl.left, BlackTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:215: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] balLeft(tl.key, tl.value, tl.left, BlackTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:204: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val bc = append(tl.right, tr.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:218: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tr.key, tr.value, append(tl, tr.left), tr.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:220: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.key, tl.value, tl.left, append(tl.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:208: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tl.key, tl.value, tl.left, RedTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:208: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.key, tl.value, tl.left, RedTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:215: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] balLeft(tl.key, tl.value, tl.left, BlackTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:220: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tl.key, tl.value, tl.left, append(tl.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:208: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tl.key, tl.value, tl.left, RedTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:208: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tl.key, tl.value, tl.left, RedTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:211: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val bc = append(tl.right, tr.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:208: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tl.key, tl.value, tl.left, RedTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:213: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(bc.key, bc.value, BlackTree(tl.key, tl.value, tl.left, bc.left), BlackTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:220: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tl.key, tl.value, tl.left, append(tl.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:218: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tr.key, tr.value, append(tl, tr.left), tr.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:215: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] balLeft(tl.key, tl.value, tl.left, BlackTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:211: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] val bc = append(tl.right, tr.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:206: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(bc.key, bc.value, RedTree(tl.key, tl.value, tl.left, bc.left), RedTree(tr.key, tr.value, bc.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:218: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tr.key, tr.value, append(tl, tr.left), tr.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:208: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tl.key, tl.value, tl.left, RedTree(tr.key, tr.value, bc, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:183: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] } else if (isRedTree(tr) && isBlackTree(tr.left)) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:184: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), balance(tr.key, tr.value, tr.left.right, subl(tr.right)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:192: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] } else if (isRedTree(tl) && isBlackTree(tl.right)) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:193: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tl.right.key, tl.right.value, balance(tl.key, tl.value, subl(tl.left), tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:159: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] } else if (isRedTree(tl.right)) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:166: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.key, tr.value, BlackTree(x, xv, tl, tr.left), tr.right.black)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:167: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] } else if (isRedTree(tr.left)) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:166: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tr.key, tr.value, BlackTree(x, xv, tl, tr.left), tr.right.black)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:166: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tr.key, tr.value, BlackTree(x, xv, tl, tr.left), tr.right.black)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:158: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tl.key, tl.value, tl.left.black, BlackTree(x, xv, tl.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:157: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] } else if (isRedTree(tl.left)) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:165: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (isRedTree(tr.right)) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:158: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tl.key, tl.value, tl.left.black, BlackTree(x, xv, tl.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:158: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tl.key, tl.value, tl.left.black, BlackTree(x, xv, tl.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:158: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.key, tl.value, tl.left.black, BlackTree(x, xv, tl.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:160: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tl.right.key, tl.right.value, BlackTree(tl.key, tl.value, tl.left, tl.right.left), BlackTree(x, xv, tl.right.right, tr))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:166: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(tr.key, tr.value, BlackTree(x, xv, tl, tr.left), tr.right.black)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:168: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tr.left.key, tr.left.value, BlackTree(x, xv, tl, tr.left.left), BlackTree(tr.key, tr.value, tr.left.right, tr.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:46: warning: At the end of the day, could not inline @inline-marked method count
[scalacfork] def count(tree: Tree[_, _]) = if (tree eq null) 0 else tree.count
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:228: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else append(tree.left, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:225: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] val cmp = ordering.compare(k, tree.key)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:228: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else append(tree.left, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:197: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] def delLeft = if (isBlackTree(tree.left)) balLeft(tree.key, tree.value, del(tree.left, k), tree.right) else RedTree(tree.key, tree.value, del(tree.left, k), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:198: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] def delRight = if (isBlackTree(tree.right)) balRight(tree.key, tree.value, tree.left, del(tree.right, k)) else RedTree(tree.key, tree.value, tree.left, del(tree.right, k))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:271: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (n > count) return doDrop(tree.right, n - count - 1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:270: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val count = this.count(tree.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:272: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val newLeft = doDrop(tree.left, n)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:275: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else rebalance(tree, newLeft, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:274: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newLeft eq null) updNth(tree.right, n - count - 1, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:274: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (newLeft eq null) updNth(tree.right, n - count - 1, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:273: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (newLeft eq tree.left) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:274: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newLeft eq null) updNth(tree.right, n - count - 1, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:235: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (newLeft eq tree.left) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:233: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] if (ordering.lt(tree.key, from)) return doFrom(tree.right, from)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:236: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newLeft eq null) upd(tree.right, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:236: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newLeft eq null) upd(tree.right, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:236: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (newLeft eq null) upd(tree.right, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:233: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (ordering.lt(tree.key, from)) return doFrom(tree.right, from)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:234: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val newLeft = doFrom(tree.left, from)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:237: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else rebalance(tree, newLeft, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:262: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newLeft eq null) upd(newRight, tree.key, tree.value, false);
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:261: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if ((newLeft eq tree.left) && (newRight eq tree.right)) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:261: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if ((newLeft eq tree.left) && (newRight eq tree.right)) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:262: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newLeft eq null) upd(newRight, tree.key, tree.value, false);
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:258: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (ordering.lteq(until, tree.key)) return doRange(tree.left, from, until);
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:263: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newRight eq null) upd(newLeft, tree.key, tree.value, false);
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:257: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] if (ordering.lt(tree.key, from)) return doRange(tree.right, from, until);
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:259: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val newLeft = doFrom(tree.left, from)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:260: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] val newRight = doUntil(tree.right, until)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:263: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newRight eq null) upd(newLeft, tree.key, tree.value, false);
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:258: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] if (ordering.lteq(until, tree.key)) return doRange(tree.left, from, until);
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:257: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (ordering.lt(tree.key, from)) return doRange(tree.right, from, until);
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:290: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (from > count) return doSlice(tree.right, from - count - 1, until - count - 1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:296: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newRight eq null) updNth(newLeft, until, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:289: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val count = this.count(tree.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:291: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (until <= count) return doSlice(tree.left, from, until)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:294: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if ((newLeft eq tree.left) && (newRight eq tree.right)) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:293: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] val newRight = doTake(tree.right, until - count - 1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:294: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if ((newLeft eq tree.left) && (newRight eq tree.right)) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:295: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newLeft eq null) updNth(newRight, from - count - 1, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:292: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val newLeft = doDrop(tree.left, from)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:296: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newRight eq null) updNth(newLeft, until, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:295: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newLeft eq null) updNth(newRight, from - count - 1, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:283: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (newRight eq tree.right) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:285: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else rebalance(tree, tree.left, newRight)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:284: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newRight eq null) updNth(tree.left, n, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:284: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newRight eq null) updNth(tree.left, n, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:284: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else if (newRight eq null) updNth(tree.left, n, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:282: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] val newRight = doTake(tree.right, n - count - 1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:280: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val count = this.count(tree.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:281: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (n <= count) return doTake(tree.left, n)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:245: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else rebalance(tree, tree.left, newRight)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:243: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (newRight eq tree.right) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:241: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] if (ordering.lt(to, tree.key)) return doTo(tree.left, to)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:241: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (ordering.lt(to, tree.key)) return doTo(tree.left, to)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:244: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else if (newRight eq null) upd(tree.left, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:242: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] val newRight = doTo(tree.right, to)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:244: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newRight eq null) upd(tree.left, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:244: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newRight eq null) upd(tree.left, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:249: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] if (ordering.lteq(until, tree.key)) return doUntil(tree.left, until)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:252: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else if (newRight eq null) upd(tree.left, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:251: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (newRight eq tree.right) tree
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:249: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (ordering.lteq(until, tree.key)) return doUntil(tree.left, until)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:250: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] val newRight = doUntil(tree.right, until)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:253: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else rebalance(tree, tree.left, newRight)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:252: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (newRight eq null) upd(tree.left, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:252: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (newRight eq null) upd(tree.left, tree.key, tree.value, false)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:35: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] case tree => Some(tree.value)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:73: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] while (result.right ne null) result = result.right
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:73: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] while (result.right ne null) result = result.right
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:41: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (cmp < 0) lookup(tree.left, x)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:40: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] val cmp = ordering.compare(x, tree.key)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:42: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (cmp > 0) lookup(tree.right, x)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:100: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val count = this.count(tree.left)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:102: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (n > count) nth(tree.right, n - count - 1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:101: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (n < count) nth(tree.left, n)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:365: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] BlackTree(tree.key, tree.value, blkNewLeft, blkNewRight)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:371: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tree.key, tree.value, zipFrom.head, blkNewRight)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:371: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tree.key, tree.value, zipFrom.head, blkNewRight)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:369: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(tree.key, tree.value, blkNewLeft, zipFrom.head)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:369: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(tree.key, tree.value, blkNewLeft, zipFrom.head)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:365: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] BlackTree(tree.key, tree.value, blkNewLeft, blkNewRight)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:117: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (isRedTree(l) && isRedTree(l.left))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:119: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (isRedTree(l) && isRedTree(l.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:118: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(l.key, l.value, BlackTree(l.left.key, l.left.value, l.left.left, l.left.right), BlackTree(z, zv, l.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:120: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(l.right.key, l.right.value, BlackTree(l.key, l.value, l.left, l.right.left), BlackTree(z, zv, l.right.right, d))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:127: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (isRedTree(r) && isRedTree(r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:125: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (isRedTree(r) && isRedTree(r.left))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:126: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] RedTree(r.left.key, r.left.value, BlackTree(x, xv, a, r.left.left), BlackTree(r.key, r.value, r.left.right, r.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:128: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] RedTree(r.key, r.value, BlackTree(x, xv, a, r.left), BlackTree(r.right.key, r.right.value, r.right.left, r.right.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:67: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] while (result.left ne null) result = result.left
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:67: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] while (result.left ne null) result = result.left
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:312: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] val next = if (leftMost) zipper.head.left else zipper.head.right
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:312: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val next = if (leftMost) zipper.head.left else zipper.head.right
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:329: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] unzipBoth(left.right, right.left, left :: leftZipper, right :: rightZipper, smallerDepth)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:327: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] unzipBoth(left.right, right.left, left :: leftZipper, right :: rightZipper, smallerDepth + 1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:327: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] unzipBoth(left.right, right.left, left :: leftZipper, right :: rightZipper, smallerDepth + 1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:333: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] unzipBoth(left.right, right, left :: leftZipper, rightZipper, smallerDepth)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:331: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] unzipBoth(left, right.left, leftZipper, right :: rightZipper, smallerDepth)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:329: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] unzipBoth(left.right, right.left, left :: leftZipper, right :: rightZipper, smallerDepth)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:137: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else if (cmp > 0) balanceRight(isBlackTree(tree), tree.key, tree.value, tree.left, upd(tree.right, k, v, overwrite))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:138: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (overwrite || k != tree.key) mkTree(isBlackTree(tree), k, v, tree.left, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:137: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (cmp > 0) balanceRight(isBlackTree(tree), tree.key, tree.value, tree.left, upd(tree.right, k, v, overwrite))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:138: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else if (overwrite || k != tree.key) mkTree(isBlackTree(tree), k, v, tree.left, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:137: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (cmp > 0) balanceRight(isBlackTree(tree), tree.key, tree.value, tree.left, upd(tree.right, k, v, overwrite))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:138: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (overwrite || k != tree.key) mkTree(isBlackTree(tree), k, v, tree.left, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:135: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] val cmp = ordering.compare(k, tree.key)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:136: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] if (cmp < 0) balanceLeft(isBlackTree(tree), tree.key, tree.value, upd(tree.left, k, v, overwrite), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:136: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] if (cmp < 0) balanceLeft(isBlackTree(tree), tree.key, tree.value, upd(tree.left, k, v, overwrite), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:136: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (cmp < 0) balanceLeft(isBlackTree(tree), tree.key, tree.value, upd(tree.left, k, v, overwrite), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:137: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (cmp > 0) balanceRight(isBlackTree(tree), tree.key, tree.value, tree.left, upd(tree.right, k, v, overwrite))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:136: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (cmp < 0) balanceLeft(isBlackTree(tree), tree.key, tree.value, upd(tree.left, k, v, overwrite), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:146: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (idx > rank) balanceRight(isBlackTree(tree), tree.key, tree.value, tree.left, updNth(tree.right, idx - rank, k, v, overwrite))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:146: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] else if (idx > rank) balanceRight(isBlackTree(tree), tree.key, tree.value, tree.left, updNth(tree.right, idx - rank, k, v, overwrite))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:145: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] if (idx < rank) balanceLeft(isBlackTree(tree), tree.key, tree.value, updNth(tree.left, idx, k, v, overwrite), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:145: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] if (idx < rank) balanceLeft(isBlackTree(tree), tree.key, tree.value, updNth(tree.left, idx, k, v, overwrite), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:145: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] if (idx < rank) balanceLeft(isBlackTree(tree), tree.key, tree.value, updNth(tree.left, idx, k, v, overwrite), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:146: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] else if (idx > rank) balanceRight(isBlackTree(tree), tree.key, tree.value, tree.left, updNth(tree.right, idx - rank, k, v, overwrite))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:147: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] else if (overwrite) mkTree(isBlackTree(tree), k, v, tree.left, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:145: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] if (idx < rank) balanceLeft(isBlackTree(tree), tree.key, tree.value, updNth(tree.left, idx, k, v, overwrite), tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:146: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else if (idx > rank) balanceRight(isBlackTree(tree), tree.key, tree.value, tree.left, updNth(tree.right, idx - rank, k, v, overwrite))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:147: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] else if (overwrite) mkTree(isBlackTree(tree), k, v, tree.left, tree.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:144: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] val rank = count(tree.left) + 1
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:492: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] override def nextResult(tree: Tree[A, B]) = (tree.key, tree.value)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:492: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] override def nextResult(tree: Tree[A, B]) = (tree.key, tree.value)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:425: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] def unapply[A, B](t: BlackTree[A, B]) = Some((t.key, t.value, t.left, t.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:425: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] def unapply[A, B](t: BlackTree[A, B]) = Some((t.key, t.value, t.left, t.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:425: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] def unapply[A, B](t: BlackTree[A, B]) = Some((t.key, t.value, t.left, t.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:425: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] def unapply[A, B](t: BlackTree[A, B]) = Some((t.key, t.value, t.left, t.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:496: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] override def nextResult(tree: Tree[A, B]) = tree.key
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:421: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] def unapply[A, B](t: RedTree[A, B]) = Some((t.key, t.value, t.left, t.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:421: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] def unapply[A, B](t: RedTree[A, B]) = Some((t.key, t.value, t.left, t.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:421: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] def unapply[A, B](t: RedTree[A, B]) = Some((t.key, t.value, t.left, t.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:421: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] def unapply[A, B](t: RedTree[A, B]) = Some((t.key, t.value, t.left, t.right))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:377: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] balanceRight(isBlackTree(node), node.key, node.value, node.left, tree)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:375: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] balanceLeft(isBlackTree(node), node.key, node.value, tree, node.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:375: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] balanceLeft(isBlackTree(node), node.key, node.value, tree, node.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:377: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] balanceRight(isBlackTree(node), node.key, node.value, node.left, tree)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:377: warning: At the end of the day, could not inline @inline-marked method left
[scalacfork] balanceRight(isBlackTree(node), node.key, node.value, node.left, tree)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/RedBlackTree.scala:375: warning: At the end of the day, could not inline @inline-marked method right
[scalacfork] balanceLeft(isBlackTree(node), node.key, node.value, tree, node.right)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/TreeMap.scala:67: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] override def firstKey = RB.smallest(tree).key
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/TreeMap.scala:73: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] (smallest.key, smallest.value)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/TreeMap.scala:73: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] (smallest.key, smallest.value)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/TreeMap.scala:78: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] (greatest.key, greatest.value)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/TreeMap.scala:78: warning: At the end of the day, could not inline @inline-marked method value
[scalacfork] (greatest.key, greatest.value)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/TreeMap.scala:68: warning: At the end of the day, could not inline @inline-marked method key
[scalacfork] override def lastKey = RB.greatest(tree).key
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/concurrent/Future.scala:545: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] classOf[Unit] -> classOf[scala.runtime.BoxedUnit]
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/library/scala/collection/immutable/NumericRange.scala:271: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] Numeric.BigDecimalAsIfIntegral -> Ordering.BigDecimal
[scalacfork] ^
[scalacfork] warning: there were 72 deprecation warnings; re-run with -deprecation for details
[scalacfork] warning: there were 1 unchecked warnings; re-run with -unchecked for details
[scalacfork] warning: there were 4 feature warnings; re-run with -feature for details
[scalacfork] 343 warnings found
[scalacfork] Compiling 49 files to /Users/grek/scala/scala-master/build/quick/classes/library
[scalacfork] warning: there were 26 deprecation warnings; re-run with -deprecation for details
[scalacfork] one warning found
[propertyfile] Creating new property file: /Users/grek/scala/scala-master/build/quick/classes/library/library.properties
quick.swing:
[scalacfork] Compiling 90 files to /Users/grek/scala/scala-master/build/quick/classes/library
[scalacfork] warning: there were 1 deprecation warnings; re-run with -deprecation for details
[scalacfork] one warning found
quick.lib.done:
[stopwatch] [quick.lib.timer: 2:36.881 sec]
quick.pre-reflect:
quick.reflect:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/classes/reflect
[scalacfork] Compiling 128 files to /Users/grek/scala/scala-master/build/quick/classes/reflect
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:6313: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val ts1 = ts0 mapConserve (t => elimAnonymousClass(t.underlying))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:6333: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val strippedTypes = ts mapConserve stripType
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4906: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] val bcs = pre.baseClasses.dropWhile(bc => !corresponds(bc, sym.owner));
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4950: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val args1 = args mapConserve (this)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4987: warning: At the end of the day, could not inline @inline-marked method mapConserve
[scalacfork] val parents1 = parents mapConserve (this)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4992: warning: At the end of the day, could not inline @inline-marked method mapConserve
[scalacfork] val parents1 = parents mapConserve (this)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:3739: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] case rtp @ RefinedType(parents, decls) => copyRefinedType(rtp, parents mapConserve this, decls)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/transform/UnCurry.scala:45: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val parents1 = parents mapConserve uncurry
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:5015: warning: Could not inline required method suspendingTypeVars because callee has no code.
[scalacfork] suspendingTypeVars(tvars)(tp1 =:= stp.tp1 && tp2 =:= stp.tp2)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/api/Trees.scala:2951: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] trees mapConserve (tree => transform(tree).asInstanceOf[CaseDef])
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/api/Trees.scala:2954: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] trees mapConserve (tree => transform(tree).asInstanceOf[Ident])
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/api/Trees.scala:2957: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] stats mapConserve (stat =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/api/Trees.scala:2931: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] if (trees.isEmpty) Nil else trees mapConserve transform
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/api/Trees.scala:2938: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] trees mapConserve (tree => transform(tree).asInstanceOf[TypeDef])
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/api/Trees.scala:2945: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] trees mapConserve (transformValDef(_))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/api/Trees.scala:2948: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] treess mapConserve (transformValDefs(_))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:1199: warning: Could not inline required method suspendingTypeVars because callee has no code.
[scalacfork] else suspendingTypeVars(typeVarsInType(this))(findMemberInternal)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:1094: warning: Could not inline required method suspendingTypeVars because callee has no code.
[scalacfork] else suspendingTypeVars(typeVarsInType(this))(findMembersInternal)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:1831: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] (parents dropWhile (! _.typeSymbol.isAbstractType) match {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4428: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] appliedType(as.head, args mapConserve (this)) // @M: was as.head
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4440: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] appliedType(as.head, args mapConserve (this)) // @M: was as.head
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/pickling/UnPickler.scala:872: warning: Could not inline required method enteringPhase because callee contains exception handlers / finally clause, and is invoked with non-empty operand stack.
[scalacfork] alias = enteringPhase(picklerPhase)((alias suchThat (alt => sym.tpe =:= sym.owner.thisType.memberType(alt))))
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:115: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 16) -> "TYPEPATmode"
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:111: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 12) -> "STARmode",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:109: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 10) -> "LHSmode",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:112: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 13) -> "ALTmode",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:113: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 14) -> "HKmode",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:107: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 8) -> "SUPERCONSTRmode",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:114: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 15) -> "BYVALmode",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:108: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 9) -> "SNDTRYmode",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Mode.scala:110: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] (1 << 11) -> "<DOES NOT EXIST mode>",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:2739: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] override def params = underlying.params mapConserve { param =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:3954: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] args mapConserve this
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4010: warning: At the end of the day, could not inline @inline-marked method mapConserve
[scalacfork] val args1 = args mapConserve this
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:3996: warning: At the end of the day, could not inline @inline-marked method mapConserve
[scalacfork] val parents1 = parents mapConserve this
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4111: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val args1 = args mapConserve mapOver
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4103: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val annots1 = annots mapConserve mapOver
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Types.scala:4052: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] args mapConserve this
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Chars.scala:48: warning: At the end of the day, could not inline @inline-marked method hexChar$1
[scalacfork] char2uescapeArray(5) = hexChar((c ) % 16)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Chars.scala:45: warning: At the end of the day, could not inline @inline-marked method hexChar$1
[scalacfork] char2uescapeArray(2) = hexChar((c >> 12) )
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Chars.scala:46: warning: At the end of the day, could not inline @inline-marked method hexChar$1
[scalacfork] char2uescapeArray(3) = hexChar((c >> 8) % 16)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Chars.scala:47: warning: At the end of the day, could not inline @inline-marked method hexChar$1
[scalacfork] char2uescapeArray(4) = hexChar((c >> 4) % 16)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Symbols.scala:2107: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] var bcs = base.info.baseClasses.dropWhile(owner != _).tail
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Definitions.scala:60: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tpnme.Short -> SHORT_TAG,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Definitions.scala:62: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tpnme.Long -> LONG_TAG,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Definitions.scala:63: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tpnme.Float -> FLOAT_TAG,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Definitions.scala:61: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tpnme.Int -> INT_TAG,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Definitions.scala:65: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tpnme.Boolean -> BOOL_TAG,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Definitions.scala:66: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tpnme.Unit -> VOID_TAG
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Definitions.scala:59: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tpnme.Char -> CHAR_TAG,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/reflect/scala/reflect/internal/Definitions.scala:64: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tpnme.Double -> DOUBLE_TAG,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: there were 19 deprecation warnings; re-run with -deprecation for details
[scalacfork] warning: there were 6 feature warnings; re-run with -feature for details
[scalacfork] 73 warnings found
[propertyfile] Creating new property file: /Users/grek/scala/scala-master/build/quick/classes/reflect/reflect.properties
[stopwatch] [quick.reflect.timer: 1:04.952 sec]
quick.pre-comp:
quick.comp:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/classes/compiler
[scalacfork] Compiling 382 files to /Users/grek/scala/scala-master/build/quick/classes/compiler
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/macros/runtime/Synthetics.scala:27: warning: Could not inline required method wrapMissing because scala.reflect.internal.Mirrors$RootsBase.wrapMissing bytecode contains exception handlers / finally clause.
[scalacfork] private def topLevelSymbol(name: Name): Symbol = wrapMissing {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/icode/TypeKinds.scala:139: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] def lub0(tk1: TypeKind, tk2: TypeKind): Type = enteringUncurry {
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/icode/TypeKinds.scala:42: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] DoubleClass -> DOUBLE
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/macros/runtime/Typers.scala:56: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("implicit search has failed. to find out the reason, turn on -Xlog-implicits")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/macros/runtime/Typers.scala:39: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("inferring implicit value of type %s, macros = %s".format(pt, !withMacrosDisabled))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/macros/runtime/Typers.scala:44: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("inferring implicit view from %s to %s for %s, macros = %s".format(from, to, tree, !withMacrosDisabled))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/macros/runtime/Typers.scala:17: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("typechecking %s with expected type %s, implicit views = %s, macros = %s".format(tree, pt, !withImplicitViewsDisabled, !withMacrosDisabled))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/package.scala:139: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] reporter printUntruncatedMessage exitingTyper(msg)
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1162: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.TRAITkw -> TRAIT,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1161: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.THROWkw -> THROW,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1157: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.RETURNkw -> RETURN,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1168: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.WHILEkw -> WHILE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1158: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.SEALEDkw -> SEALED,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1169: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.WITHkw -> WITH,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1177: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.SUBTYPEkw -> SUBTYPE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1154: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.PACKAGEkw -> PACKAGE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1175: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.ARROWkw -> ARROW,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1148: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.LAZYkw -> LAZY,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1181: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.ATkw -> AT,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1141: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.FINALkw -> FINAL,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1152: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.OBJECTkw -> OBJECT,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1150: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.NEWkw -> NEW,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1183: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.THENkw -> IDENTIFIER)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1147: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.IMPORTkw -> IMPORT,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1155: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.PRIVATEkw -> PRIVATE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1163: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.TRUEkw -> TRUE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1171: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.DOTkw -> DOT,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1164: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.TRYkw -> TRY,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1159: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.SUPERkw -> SUPER,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1179: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.SUPERTYPEkw -> SUPERTYPE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1151: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.NULLkw -> NULL,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1178: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.VIEWBOUNDkw -> VIEWBOUND,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1170: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.YIELDkw -> YIELD,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1140: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.FALSEkw -> FALSE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1182: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.MACROkw -> IDENTIFIER,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1142: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.FINALLYkw -> FINALLY,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1146: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.IMPLICITkw -> IMPLICIT,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1166: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.VALkw -> VAL,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1167: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.VARkw -> VAR,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1174: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.EQUALSkw -> EQUALS,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1172: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.USCOREkw -> USCORE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1145: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.IFkw -> IF,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1173: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.COLONkw -> COLON,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1143: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.FORkw -> FOR,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1149: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.MATCHkw -> MATCH,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1156: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.PROTECTEDkw -> PROTECTED,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1180: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.HASHkw -> HASH,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1160: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.THISkw -> THIS,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1153: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.OVERRIDEkw -> OVERRIDE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1144: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.FORSOMEkw -> FORSOME,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1165: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.TYPEkw -> TYPE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala:1176: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] nme.LARROWkw -> LARROW,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:131: warning: Could not inline required method enteringPrevPhase because bytecode unavailable.
[scalacfork] val prev = enteringPrevPhase(tree.symbol.info.parents)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:959: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] for (overridden <- overriding.allOverriddenSymbols) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:810: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] if (!sym.isMethod || enteringTyper(sym.typeParams.isEmpty)) Nil
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:582: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] var parents = List(applyContext(enteringTyper(clazz.tpe_*)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:604: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingSpecialize(sClass setInfo specializedInfoType)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:937: warning: Could not inline required method logResultIf because bytecode unavailable.
[scalacfork] private def specialOverrides(clazz: Symbol) = logResultIf[List[Symbol]]("specialized overrides in " + clazz, _.nonEmpty) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:782: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] subclasses foreach {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:571: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] for (p <- parents) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:415: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] else enteringTyper(specializedTypeVars(sym.info))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1166: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val parents1 = parents mapConserve specializedType
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1164: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingSpecialize(parents map (_.typeSymbol.info))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1840: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] else exitingSpecialize(specializeCalls(unit).transform(tree))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/TailCalls.scala:157: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] method.ownerChain.mkString(" -> "), currentClass.ownerChain.mkString(" -> "))) {
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/Settings.scala:297: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] ("scala.reflect.api.TypeTags.TypeTag" -> ((tparam: String) => tparam + " is accompanied by a TypeTag, which is a runtime representation of its type that survives erasure"))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:168: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] val newSym = enteringErasure {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:145: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] def isOverriddenAccessor(member: Symbol, bcs: List[Symbol]): Boolean = beforeOwnPhase {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:122: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingPickler {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:71: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringMixin(tp.typeSymbol.toInterface).tpe
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:379: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingMixin(clazz.owner.info)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/ScalaPrimitives.scala:567: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] def elementType = enteringTyper {
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/reify/Taggers.scala:23: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] AnyValTpe -> nme.AnyVal,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/reify/Taggers.scala:27: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] NullTpe -> nme.Null)
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/reify/Taggers.scala:25: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] ObjectTpe -> nme.Object,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/reify/Taggers.scala:21: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] UnitTpe -> nme.Unit,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/reify/Taggers.scala:26: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] NothingTpe -> nme.Nothing,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/reify/Taggers.scala:24: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] AnyRefTpe -> nme.AnyRef,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/reify/Taggers.scala:22: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] AnyTpe -> nme.Any,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/UnCurry.scala:696: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] logResult("erased dependent param types for ${dd.symbol.info}") {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/UnCurry.scala:644: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringUncurry {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1563: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringPhase(namerPhase) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1612: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringPhase(firstPhase) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:381: warning: Could not inline required method debug because callee has no code.
[scalacfork] constraints foreach { constr => debug(" - " + constr) }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:384: warning: Could not inline required method debug because callee has no code.
[scalacfork] memberSyms foreach (sym => debug(" - "+ sym.decodedName +" : " + sym.info))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:281: warning: Could not inline required method error because callee has no code.
[scalacfork] error("Scaladoc implicits: Unexpected type substitution constraint from: " + from + " to: " + to)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:317: warning: Could not inline required method error because callee has no code.
[scalacfork] error("Scaladoc implicits: Error computing lub/glb for: " + (tparam, constr) + ":\n" + other)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala:363: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] val namedArgs = args.dropWhile(arg => {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:1995: warning: At the end of the day, could not inline @inline-marked method addAxiom$1
[scalacfork] implied foreach (impliedSym => addAxiom(Or(Not(sym), impliedSym)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:2200: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val vparamss1 = ddef.vparamss mapConserve (_ mapConserve typedValDef)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/NodePrinters.scala:184: warning: At the end of the day, could not inline @inline-marked method indent
[scalacfork] indent(body)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/Phased.scala:68: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] def atCurrent[T](body: => T): T = enteringPhase(get)(body)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/package.scala:98: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val sortedOwners = byOwner.toList sortBy { case (owner, _) => exitingTyper(source.info.baseClasses indexOf owner) }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:97: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.GOTOkw -> GOTO,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:106: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.PACKAGEkw -> PACKAGE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:96: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.IFkw -> IF,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:83: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.CLASSkw -> CLASS,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:88: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.DOUBLEkw -> DOUBLE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:90: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.ENUMkw -> ENUM,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:84: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.CONSTkw -> CONST,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:118: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.THROWkw -> THROW,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:111: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.SHORTkw -> SHORT,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:104: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.NATIVEkw -> NATIVE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:124: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.WHILEkw -> WHILE
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:121: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.TRYkw -> TRY,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:87: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.DOkw -> DO,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:93: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.FINALLYkw -> FINALLY,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:120: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.TRANSIENTkw -> TRANSIENT,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:95: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.FORkw -> FOR,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:109: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.PUBLICkw -> PUBLIC,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:103: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.LONGkw -> LONG,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:100: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.INSTANCEOFkw -> INSTANCEOF,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:86: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.DEFAULTkw -> DEFAULT,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:91: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.EXTENDSkw -> EXTENDS,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:117: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.THISkw -> THIS,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:123: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.VOLATILEkw -> VOLATILE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:114: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.SUPERkw -> SUPER,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:107: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.PRIVATEkw -> PRIVATE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:119: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.THROWSkw -> THROWS,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:116: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.SYNCHRONIZEDkw -> SYNCHRONIZED,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:102: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.INTERFACEkw -> INTERFACE,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:115: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.SWITCHkw -> SWITCH,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:85: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.CONTINUEkw -> CONTINUE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:101: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.INTkw -> INT,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:113: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.STRICTFPkw -> STRICTFP,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:108: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.PROTECTEDkw -> PROTECTED,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:92: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.FINALkw -> FINAL,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:98: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.IMPLEMENTSkw -> IMPLEMENTS,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:99: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.IMPORTkw -> IMPORT,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:89: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.ELSEkw -> ELSE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:105: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.NEWkw -> NEW,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:112: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.STATICkw -> STATIC,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:122: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.VOIDkw -> VOID,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:94: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.FLOATkw -> FLOAT,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/javac/JavaScanners.scala:110: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] javanme.RETURNkw -> RETURN,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/opt/Inliners.scala:588: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] && enteringExplicitOuter(sym.info.paramTypes exists isFunctionType) // was "at erasurePhase.prev"
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/opt/Inliners.scala:198: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] private def ownedName(sym: Symbol): String = exitingUncurry {
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala:2002: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] SEALED -> Flags.SEALED
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala:2000: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] PRIVATE -> Flags.PRIVATE,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala:2001: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] PROTECTED -> Flags.PROTECTED,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala:2651: warning: Could not inline required method savingClassContextBounds because callee contains exception handlers / finally clause, and is invoked with non-empty operand stack.
[scalacfork] savingClassContextBounds {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala:2514: warning: Could not inline required method fromWithinReturnType because callee contains exception handlers / finally clause, and is invoked with non-empty operand stack.
[scalacfork] var restype = fromWithinReturnType(typedOpt())
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:932: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingPostErasure(sym1.tpe =:= sym2.tpe)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:210: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] def fullNameInSig(sym: Symbol) = "L" + enteringIcode(sym.javaBinaryName)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:274: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] logResult(s"Erasure of value class $sym (underlying type $unboxed$unboxedMsg) is") {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/LambdaLift.scala:286: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] afterOwnPhase {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/LambdaLift.scala:578: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] afterOwnPhase {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:1166: warning: Could not inline required method enteringPrevPhase because bytecode unavailable.
[scalacfork] enteringPrevPhase(implSym.tpe), phase) mkString " "
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:726: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringTyper(sym addAnnotation VolatileAttr)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:523: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingMixin(currentOwner.owner.info)//todo: needed?
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:542: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] if (currentOwner.isTrait && sym.isSetter && !enteringPickler(sym.isDeferred)) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:1195: warning: Could not inline required method enteringPrevPhase because bytecode unavailable.
[scalacfork] staticCall(enteringPrevPhase(sym.overridingSymbol(implClass(sym.owner))))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:1164: warning: Could not inline required method enteringPrevPhase because bytecode unavailable.
[scalacfork] assert(target ne NoSymbol,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:1260: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] try exitingMixin(postTransform(tree1))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:123: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] var bcs = base.info.baseClasses.dropWhile(mixinClass != _).tail
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/PostErasure.scala:27: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringPhase(currentRun.erasurePhase)(erasure.erasedValueClassArg(tref))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:969: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def atNext = exitingSpecialize(overridden.owner.info.decl(specializedName(overridden, env)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1130: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val parents1 = parents mapConserve this
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1432: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingPhase(phase) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/UnCurry.scala:425: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val vparamssNoRhs = dd.vparamss mapConserve (_ mapConserve {p =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1603: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringPhase(ph)(ph.asInstanceOf[GlobalPhase] applyPhase unit))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1613: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] pclazz.setInfo(enteringPhase(typerPhase)(pclazz.info))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Infer.scala:41: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val formals1 = if (removeByName) formals mapConserve {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Infer.scala:248: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] logResult(s"Normalizing $tp in infer")(normalize(restpe))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:342: warning: Could not inline required method error because callee has no code.
[scalacfork] error("Scaladoc implicits: " + toString + " = NoSymbol!")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:375: warning: Could not inline required method debug because callee has no code.
[scalacfork] debug(sym.nameString + "\n" + "=" * sym.nameString.length())
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:376: warning: Could not inline required method debug because callee has no code.
[scalacfork] debug(" * conversion " + convSym + " from " + sym.tpe + " to " + toType)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:378: warning: Could not inline required method debug because callee has no code.
[scalacfork] debug(" -> full type: " + toType)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:380: warning: Could not inline required method debug because callee has no code.
[scalacfork] debug(" -> constraints: ")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:383: warning: Could not inline required method debug because callee has no code.
[scalacfork] debug(" -> members:")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:385: warning: Could not inline required method debug because callee has no code.
[scalacfork] debug("")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:381: warning: Could not inline required method debug because callee has no code.
[scalacfork] constraints foreach { constr => debug(" - " + constr) }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/model/ModelFactoryImplicitSupport.scala:384: warning: Could not inline required method debug because callee has no code.
[scalacfork] memberSyms foreach (sym => debug(" - "+ sym.decodedName +" : " + sym.info))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:360: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("typechecking macro def %s at %s".format(macroDef, macroDdef.pos))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:382: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("typechecked1:%n%s%n%s".format(typechecked, showRaw(typechecked)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:922: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("calculateUndetparams: %s".format(calculated))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Namers.scala:1287: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringTyper(newTyper(context1) typedAnnotation ann)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:1989: warning: At the end of the day, could not inline @inline-marked method addAxiom$1
[scalacfork] if (v.mayBeNull) addAxiom(Or(v.propForEqualsTo(NullConst), symForStaticTp))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:1990: warning: At the end of the day, could not inline @inline-marked method addAxiom$1
[scalacfork] else addAxiom(symForStaticTp)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:1997: warning: At the end of the day, could not inline @inline-marked method addAxiom$1
[scalacfork] excluded foreach (excludedSym => addAxiom(Or(Not(sym), Not(excludedSym))))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala:558: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingErasure(tp1 matches tp2)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:1303: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] logResult(s"fallback on implicits in adaptToArguments: $qual.$name")(doAdapt(WildcardType))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/ExprTyper.scala:58: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val sym = sym0.cloneSymbol setInfo exitingTyper(sym0.info.finalResultType)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:954: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def tryTwice(op: => Symbol): Symbol = exitingTyper(op) orElse exitingFlatten(op)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1216: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] DOUBLE -> asm.Type.getObjectType("java/lang/Double")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1244: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] FLOAT -> MethodNameAndType("unboxToFloat", "(Ljava/lang/Object;)F") ,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1239: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] BYTE -> MethodNameAndType("unboxToByte", "(Ljava/lang/Object;)B") ,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1243: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] LONG -> MethodNameAndType("unboxToLong", "(Ljava/lang/Object;)J") ,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1238: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] BOOL -> MethodNameAndType("unboxToBoolean", "(Ljava/lang/Object;)Z") ,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:179: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] binarynme.RuntimeNothing.toString() -> RuntimeNothingClass, // RuntimeNothingClass is the bytecode-level return type of Scala methods with Nothing return-type.
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1214: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] LONG -> asm.Type.getObjectType("java/lang/Long"),
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1225: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] BOOL -> MethodNameAndType("boxToBoolean", "(Z)Ljava/lang/Boolean;" ) ,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1228: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] SHORT -> MethodNameAndType("boxToShort", "(S)Ljava/lang/Short;" ) ,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1230: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] LONG -> MethodNameAndType("boxToLong", "(J)Ljava/lang/Long;" ) ,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1227: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] CHAR -> MethodNameAndType("boxToCharacter", "(C)Ljava/lang/Character;") ,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1245: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] DOUBLE -> MethodNameAndType("unboxToDouble", "(Ljava/lang/Object;)D")
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1212: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] CHAR -> asm.Type.getObjectType("java/lang/Character"),
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1231: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] FLOAT -> MethodNameAndType("boxToFloat", "(F)Ljava/lang/Float;" ) ,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1213: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] INT -> asm.Type.getObjectType("java/lang/Integer"),
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1229: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] INT -> MethodNameAndType("boxToInteger", "(I)Ljava/lang/Integer;" ) ,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1242: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] INT -> MethodNameAndType("unboxToInt", "(Ljava/lang/Object;)I") ,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1215: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] FLOAT -> asm.Type.getObjectType("java/lang/Float"),
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1240: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] CHAR -> MethodNameAndType("unboxToChar", "(Ljava/lang/Object;)C") ,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1232: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] DOUBLE -> MethodNameAndType("boxToDouble", "(D)Ljava/lang/Double;" )
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1226: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] BYTE -> MethodNameAndType("boxToByte", "(B)Ljava/lang/Byte;" ) ,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:180: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] binarynme.RuntimeNull.toString() -> RuntimeNullClass
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1241: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] SHORT -> MethodNameAndType("unboxToShort", "(Ljava/lang/Object;)S") ,
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:265: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingPickler { sym.isModuleClass && !sym.isImplClass && !sym.isNestedClass }
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:459: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-s" -> "Internal type signatures",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:460: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-sysinfo" -> "System info of class",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:458: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-c" -> "Disassembled code",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:455: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-protected" -> "Protected classes and members",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:461: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-constants" -> "Static final constants"
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:457: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-l" -> "Line and local variable tables",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:456: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-public" -> "Public classes and members",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:831: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] val memberTpe = enteringErasure(owner.thisType.memberInfo(sym))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:865: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] val normalizedTpe = enteringErasure(erasure.prepareSigMap(memberTpe))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:1379: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingPickler { !(lmoc.name.toString contains '$') && lmoc.hasModuleFlag && !lmoc.isImplClass && !lmoc.isNestedClass }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:2514: warning: At the end of the day, could not inline @inline-marked method debuglog
[scalacfork] debuglog("Emitting SWITCH:\ntags: " + tagss + "\nbranches: " + branches)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenJVMASM.scala:68: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringErasure {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenJVMASM.scala:23: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] settings.outputDirs outputDirFor enteringFlatten(sym.sourceFile)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/CompilationUnits.scala:80: warning: Could not inline required method logResultIf because bytecode unavailable.
[scalacfork] def get(sym: Symbol): Option[Tree] = logResultIf[Option[Tree]](s"found synthetic for $sym in $self", _.isDefined) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala:425: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringFlatten {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala:744: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] else logResult(s"raw type from $classSym")(definitions.unsafeClassExistentialType(classSym))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala:737: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] logResult("new existential")(newExistentialType(existentials.toList, typeRef(pre, classSym, xs.toList)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala:936: warning: Encountered 2 open block(s) in isSafeToInline: this indicates a bug in the optimizer!
[scalacfork] caller = scala.tools.nsc.symtab.classfile.ClassfileParser.scala$tools$nsc$symtab$classfile$ClassfileParser$$parseAnnotArg$1, callee = scala.tools.nsc.symtab.classfile.ClassfileParser.scala$tools$nsc$symtab$classfile$ClassfileParser$$parseAnnotArg$1
[scalacfork] def parseAnnotArg: Option[ClassfileAnnotArg] = {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala:1190: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringTyper(getMember(sym, innerName.toTypeName))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala:427: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] val sym1 = enteringIcode {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/symtab/classfile/ICodeReader.scala:172: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingFlatten(rootMirror.getClassByName(name.toTypeName))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/AddInterfaces.scala:197: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] implSym setInfo implType(enteringErasure(iface.info))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/AddInterfaces.scala:112: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] implClassMap.getOrElse(iface, enteringPhase(implClassPhase) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:176: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] def javaSig(sym0: Symbol, info: Type): Option[String] = enteringErasure {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:468: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingPostErasure(overMember.tpe =:= overBridge.tpe))) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:453: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingPostErasure(println(
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:462: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] for (overBridge <- exitingPostErasure(overriddenBy(bridge))) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:528: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] && !exitingErasure((member.tpe <:< other.tpe))) // no static guarantees (TODO: is the subtype test ever true?)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:407: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] val opc = enteringExplicitOuter {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:451: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] for (bc <- root.baseClasses) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:479: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val bridgeNeeded = exitingErasure (
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:506: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingErasure(root.info.decls enter bridge)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:508: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingErasure(root.info.decls.unlink(other))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:419: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] if (enteringExplicitOuter(!member.isDeferred))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:517: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def makeBridgeDefDef(bridge: Symbol, member: Symbol, other: Symbol) = exitingErasure {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:449: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] |both have erased type ${exitingPostErasure(bridge.tpe)}""")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:737: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringPhase(currentRun.erasurePhase) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:672: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] private def cast(tree: Tree, pt: Type): Tree = logResult(s"cast($tree, $pt)") {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:822: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] val argPt = enteringPhase(currentRun.erasurePhase)(erasedValueClassArg(tref))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:894: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val tpe1 = exitingRefchecks(root.thisType.memberType(sym1))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:902: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] sym1 + ":" + exitingRefchecks(tpe1.toString) +
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:904: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] sym2 + ":" + exitingRefchecks(tpe2.toString) +
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:907: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] (if (exitingRefchecks(tpe1 =:= tpe2)) "" else " after erasure: " + exitingPostErasure(sym1.tpe)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:907: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] (if (exitingRefchecks(tpe1 =:= tpe2)) "" else " after erasure: " + exitingPostErasure(sym1.tpe)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:895: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val tpe2 = exitingRefchecks(root.thisType.memberType(sym2))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:917: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] if (exitingPostErasure(e1.sym.info =:= e.sym.info)) doubleDefError(e.sym, e1.sym)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:935: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] if (!exitingRefchecks(
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:1294: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingErasure {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:142: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val args1 = args mapConserve argApply
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:152: warning: At the end of the day, could not inline @inline-marked method mapConserve
[scalacfork] val parents1 = parents mapConserve apply
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Erasure.scala:106: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val parents1 = parents mapConserve squashBoxed
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala:160: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] for (mc <- clazz.mixinClasses) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala:472: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingExplicitOuter(super.transformUnit(unit))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala:161: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val mixinOuterAcc: Symbol = exitingExplicitOuter(outerAccessor(mc))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/ExtensionMethods.scala:69: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] def extensionMethod(imeth: Symbol): Symbol = enteringPhase(currentRun.refchecksPhase) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Flatten.scala:22: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] private def replaceSymbolInCurrentScope(sym: Symbol): Unit = exitingFlatten {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Flatten.scala:51: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringErasure(clazz.typeParams.isEmpty)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Flatten.scala:121: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingFlatten {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Flatten.scala:65: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingFlatten { decls foreach (decls1 enter _) }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Flatten.scala:69: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingFlatten { oldowner.info }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Flatten.scala:70: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] parents1 = parents mapConserve (this)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/LambdaLift.scala:27: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val parents1 = parents mapConserve this
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:672: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] inliner -> "optimization: do inlining",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:676: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] terminal -> "The last phase in the compiler chain"
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:671: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] genicode -> "generate portable intermediate code",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:665: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] postErasure -> "clean up erased inline classes",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:660: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] uncurry -> "uncurry, translate function values to anonymous classes",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:679: warning: At the end of the day, could not inline @inline-marked method foreach
[scalacfork] phs foreach (addToPhasesSet _).tupled
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:666: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] lazyVals -> "allocate bitmaps, translate lazy vals into lazified defs",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:673: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] inlineExceptionHandlers -> "optimization: inline exception handlers",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:661: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] tailCalls -> "replace tail calls by jumps",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:670: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] cleanup -> "platform-specific cleanups, generate reflective calls",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:662: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] specializeTypes -> "@specialized-driven class and method specialization",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:663: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] explicitOuter -> "this refs to outer pointers, translate patterns",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:659: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] refChecks -> "reference/override checking, translate nested objects",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:668: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] constructors -> "move field definitions into constructors",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:669: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] mixer -> "mixin composition",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:664: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] erasure -> "erase types, add interfaces for traits",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:675: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] deadCode -> "optimization: eliminate dead code",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:674: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] closureElimination -> "optimization: eliminate uncalled closures",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:667: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] lambdaLift -> "move nested functions to top level",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1630: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def phased[T](body: => T): T = exitingPhase(ph)(body)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1621: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingPhase(phase)(currentRun.units foreach { unit =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1636: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def bases(sym: Symbol) = phased(sym.info.baseClasses map (x => x.kindString + " " + x.fullName))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1635: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def decls(sym: Symbol) = phased(sym.info.decls.toList map symString)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1634: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def members(sym: Symbol) = phased(sym.info.members filterNot boringMember map symString)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1642: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] case NoSymbol => phased(currentRun.symSource.keys map (sym => findNamedMember(fullName, sym)) filterNot (_ == NoSymbol) toList)
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1080: warning: At the end of the day, could not inline @inline-marked method fold
[scalacfork] "symbol definition" -> Option(sym).fold("null")(_.defString),
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1083: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "context owners" -> ownerChainString(lastSeenContext.owner)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1080: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "symbol definition" -> Option(sym).fold("null")(_.defString),
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1082: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "symbol owners" -> ownerChainString(sym),
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:1081: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "tpe" -> tpe,
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/LazyVals.scala:281: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringTyper {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:707: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] deriveDefDef(stat)(_ => enteringMixin(transform(rhs1)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:105: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] typeRef(pre, enteringMixin(sym.toInterface), args)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:313: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] val accessed = enteringPickler(mixinMember.accessed)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/Mixin.scala:316: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] val sym = enteringErasure {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/PostErasure.scala:42: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] if enteringPhase(currentRun.erasurePhase) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/PostErasure.scala:53: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] if enteringPhase(currentRun.erasurePhase) {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:572: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val stp = exitingSpecialize(specializedType(p))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:792: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingSpecialize(clazz.owner.info.decls enter spc) //!!! assumes fully specialized classes
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1033: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] ifDebug(exitingSpecialize(assert(
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:454: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontsize" -> "10.00",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:496: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "color" -> "#115F3B",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:492: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontcolor" -> "#ffffff"
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:451: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "color" -> "#d4d4d4",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:490: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "color" -> "#102966",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:447: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontsize" -> "10.00"
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:473: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fillcolor" -> "#e1e1e1",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:485: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fillcolor" -> "#0A955B",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:479: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fillcolor" -> "#498AAD",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:497: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fillcolor" -> "#0A955B",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:461: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontcolor" -> "#7d7d7d",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:474: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontcolor" -> "#7d7d7d"
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:468: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontcolor" -> "#7d7d7d"
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:498: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontcolor" -> "#ffffff"
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:486: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontcolor" -> "#ffffff"
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:459: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "color" -> "#ababab",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:455: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontname" -> "Arial"
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:484: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "color" -> "#115F3B",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:466: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "color" -> "#ababab",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:467: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fillcolor" -> "#e1e1e1",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:452: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "arrowsize" -> "0.5",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:460: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fillcolor" -> "#e1e1e1",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:446: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontname" -> "Arial",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:478: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "color" -> "#37657D",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:462: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "margin" -> "0.1,0.04"
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:480: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontcolor" -> "#ffffff"
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:491: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fillcolor" -> "#3556a7",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:472: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "color" -> "#ababab",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/doc/html/page/diagram/DotDiagramGenerator.scala:453: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "fontcolor" -> "#aaaaaa",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1543: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] logResult("constraints")(satisfiabilityConstraints(typeEnv(symbol))) match {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1576: warning: At the end of the day, could not inline @inline-marked method debuglog
[scalacfork] debuglog("created " + t)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1539: warning: At the end of the day, could not inline @inline-marked method debuglog
[scalacfork] debuglog("implementation: " + tree1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1575: warning: At the end of the day, could not inline @inline-marked method debuglog
[scalacfork] debuglog("created special overload tree " + t)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala:1560: warning: At the end of the day, could not inline @inline-marked method debuglog
[scalacfork] debuglog("changed owners, now: " + tree1)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/UnCurry.scala:266: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingUncurry {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/UnCurry.scala:425: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val vparamssNoRhs = dd.vparamss mapConserve (_ mapConserve {p =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/UnCurry.scala:520: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def postTransform(tree: Tree): Tree = exitingUncurry {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/UnCurry.scala:296: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingUncurry {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/transform/UnCurry.scala:320: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingUncurry {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala:705: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("macro expansion has been aborted")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala:714: warning: Could not inline required method macroLogLite because callee has no code.
[scalacfork] macroLogLite("macro expansion has failed: %s at %s".format(err.msg, err.pos))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala:740: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("got an exception when processing a macro generated exception\n" +
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala:688: warning: Could not inline required method macroLogLite because callee has no code.
[scalacfork] macroLogLite("macro expansion has failed: %s".format(msgForLog))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala:1313: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("typecheck terminated unexpectedly: macro is fast track")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala:1319: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("typecheck terminated unexpectedly: language.experimental.macros feature is not enabled")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Contexts.scala:839: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] logResult(s"!!! lookup overloaded")(owner.newOverloaded(pre, entries map (_.sym)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/Global.scala:786: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val value = exitingPhase(ph)(op)
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Infer.scala:1600: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val argtpes = argtpes0 mapConserve {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:479: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("macro classloader: initializing from -cp: %s".format(classpath))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:484: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("macro classloader: initializing from a REPL classloader".format(global.classPath.asURLs))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:915: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] delayed.get(expandee).getOrElse {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:841: warning: Could not inline required method macroLogLite because callee has no code.
[scalacfork] macroLogLite("macro expansion is delayed: %s".format(expandee))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:847: warning: Could not inline required method macroLogLite because callee has no code.
[scalacfork] macroLogLite("performing macro expansion %s at %s".format(expandee, expandee.pos))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:507: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("macro expansion is serviced by a fast track")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:855: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("original:")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:856: warning: Could not inline required method macroLogLite because callee has no code.
[scalacfork] macroLogLite("" + expanded + "\n" + showRaw(expanded))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:514: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose(s"resolved implementation as $className.$methName")
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Macros.scala:529: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose("successfully loaded macro impl as (%s, %s)".format(implObj, implMeth))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interactive/Global.scala:1053: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringPhase(phase) { phase.asInstanceOf[GlobalPhase] applyPhase unit }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:1984: warning: At the end of the day, could not inline @inline-marked method addAxiom$1
[scalacfork] v.domainSyms foreach { dsyms => addAxiom(\/(dsyms)) }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:3096: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] tests dropWhile storeDependencies
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:3137: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] for (lastShared <- sharedPrefix.reverse.dropWhile(_.cond == TrueCond).headOption;
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:3148: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val reusedMakers = collapsed mapConserve (_ mapConserve reusedOrOrig)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:2257: warning: At the end of the day, could not inline @inline-marked method orElse$1
[scalacfork] orElse(findModelFor(f :+ clause(split)), findModelFor(f :+ clause(-split)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:2634: warning: At the end of the day, could not inline @inline-marked method onUnknown
[scalacfork] def approximate(default: Cond) = approx.approximateMatch(cases, approx.onUnknown { tm =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:2778: warning: At the end of the day, could not inline @inline-marked method onUnknown
[scalacfork] val tests = approx.approximateMatch(cases, approx.onUnknown { tm =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:3148: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val reusedMakers = collapsed mapConserve (_ mapConserve reusedOrOrig)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/PatternMatching.scala:3094: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] testss foreach { tests =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala:1121: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] private def eliminateModuleDefs(moduleDef: Tree): List[Tree] = exitingRefchecks {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/ast/DocComments.scala:178: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] var tocopy = startTag(dst, dstSections dropWhile (!isMovable(dst, _)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/SyntheticMethods.scala:386: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] lb += logResult("case accessor new")(newAcc)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Tags.scala:13: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] private def resolveTag(pos: Position, taggedTp: Type, allowMaterialization: Boolean) = enteringTyper {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/macros/runtime/Typers.scala:29: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose(result)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/macros/runtime/Typers.scala:32: warning: Could not inline required method macroLogVerbose because callee has no code.
[scalacfork] macroLogVerbose(error.err.errMsg)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:344: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def allDefinedNames: List[Name] = exitingTyper(replScope.toList.map(_.name).sorted)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:982: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingTyper(
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:307: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def flatPath(sym: Symbol): String = flatOp shift sym.javaClassName
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:305: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def originalPath(name: Name): String = typerOp path name
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:387: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingTyper {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:396: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingTyper {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:361: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] val name = exitingTyper(sym.nameString)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:1044: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingTyper(sym.defString),
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:954: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def tryTwice(op: => Symbol): Symbol = exitingTyper(op) orElse exitingFlatten(op)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:954: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def tryTwice(op: => Symbol): Symbol = exitingTyper(op) orElse exitingFlatten(op)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:934: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def valueOfTerm(id: String): Option[Any] = exitingTyper {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:298: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def shift[T](op: => T): T = exitingTyper(op)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:301: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def shift[T](op: => T): T = exitingFlatten(op)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/reflect/reify/utils/NodePrinters.scala:64: warning: Could not inline required method dropWhile because access level required by callee not matched by caller.
[scalacfork] var rtree = reification dropWhile (!_.trim.startsWith(s"val ${nme.UNIVERSE_SHORT}: U = ${nme.MIRROR_UNTYPED}.universe;"))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:717: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] case (sym, name) => exitingTyper(termMember(sym, name))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:884: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] lazy val typeOf = typeMap[String](tp => exitingTyper(tp.toString))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:785: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingTyper(importsCode(referencedNames.toSet))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/IMain.scala:873: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def applyToResultMember[T](name: Name, f: Symbol => T) = exitingTyper(f(resultSymbol.info.nonPrivateDecl(name)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:1302: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] else silent(_ => doAdapt(pt)) filter (_ != qual) orElse (_ =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:3618: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val parents1 = parents mapConserve safeBound
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:2721: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val vparams = fun.vparams mapConserve typedValDef
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:2275: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val tparams1 = tdef.tparams mapConserve typedTypeDef
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:4923: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val alts1 = alt.trees mapConserve (alt => typed(alt, mode | ALTmode, pt))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:3492: warning: Could not inline required method logResult because bytecode unavailable.
[scalacfork] logResult(s"Retyped $typedFun0 to find type args")(typed(argss.foldLeft(fun0)(Apply(_, _))))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:4867: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] args mapConserve (typedHigherKindedType(_, mode))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:5075: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val args1 = tree.args mapConserve (arg => if (reflectiveCalls) typed(arg, AnyRefClass.tpe) else typed(arg))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:2901: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] args mapConserve (arg => typedArg(arg, mode, NOmode, WildcardType))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:4125: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val elems1 = tree.elems mapConserve (elem => typed(elem, mode, elemtpt1.tpe))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:2449: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] cases mapConserve { cdef =>
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:1782: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val tparams1 = cdef.tparams mapConserve (typedTypeDef)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:4835: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val parents1 = templ.parents mapConserve (typedType(_, mode))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:2199: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val tparams1 = ddef.tparams mapConserve typedTypeDef
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:2200: warning: At the end of the day, could not inline @inline-marked method mapConserve
[scalacfork] val vparamss1 = ddef.vparamss mapConserve (_ mapConserve typedValDef)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:1668: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] supertpts mapConserve (tpt => checkNoEscaping.privates(context.owner, tpt))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:2886: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] val stats1 = stats mapConserve typedStat
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:1950: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] body mapConserve { case `primaryCtor` => primaryCtor1; case stat => stat }
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/typechecker/Typers.scala:5064: warning: Could not inline required method mapConserve because access level required by callee not matched by caller.
[scalacfork] args mapConserve (typedHigherKindedType(_, mode))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/BytecodeWriters.scala:25: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] settings.outputDirs.outputDirFor(enteringFlatten(sym.sourceFile))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/Imports.scala:180: warning: Could not inline required method enteringPhase because bytecode unavailable.
[scalacfork] enteringPickler(sym.info.nonPrivateMembers.toList)
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/JLineCompletion.scala:109: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] IMain stripString exitingTyper(new MethodSymbolOutput(sym).methodString())
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/JLineCompletion.scala:46: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def memberNamed(s: String) = exitingTyper(effectiveTp member newTermName(s))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/JLineCompletion.scala:50: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] def members = exitingTyper((effectiveTp.nonPrivateMembers.toList ++ anyMembers) filter (_.isPublic))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:415: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-p" -> map("-private")
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:414: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-v" -> map("-verbose"),
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/util/Javap.scala:411: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "-all" -> (("showallAttr", true))
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/backend/jvm/GenASM.scala:640: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] exitingErasure {
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/MemberHandlers.scala:205: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] lazy val individualSymbols: List[Symbol] = exitingTyper(importableTargetMembers filter (m => selectorNames(m.name)))
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/compiler/scala/tools/nsc/interpreter/MemberHandlers.scala:206: warning: Could not inline required method exitingPhase because bytecode unavailable.
[scalacfork] lazy val wildcardSymbols: List[Symbol] = exitingTyper(if (importsWildcard) importableTargetMembers else Nil)
[scalacfork] ^
[scalacfork] warning: there were 34 deprecation warnings; re-run with -deprecation for details
[scalacfork] warning: there were 9 unchecked warnings; re-run with -unchecked for details
[scalacfork] warning: there were 9 feature warnings; re-run with -feature for details
[scalacfork] 635 warnings found
[propertyfile] Creating new property file: /Users/grek/scala/scala-master/build/quick/classes/compiler/compiler.properties
[copy] Copying 72 files to /Users/grek/scala/scala-master/build/quick/classes/compiler
[stopwatch] [quick.comp.timer: 2:53.718 sec]
quick.pre-plugins:
quick.plugins:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/classes/continuations-plugin
[scalacfork] Compiling 5 files to /Users/grek/scala/scala-master/build/quick/classes/continuations-plugin
[scalacfork] /Users/grek/scala/scala-master/src/continuations/plugin/scala/tools/selectivecps/SelectiveCPSTransform.scala:310: warning: Could not inline required method debuglog because bytecode unavailable.
[scalacfork] debuglog("fun.symbol: "+fun.symbol)
[scalacfork] ^
[scalacfork] one warning found
[copy] Copying 1 file to /Users/grek/scala/scala-master/build/quick/classes/continuations-plugin
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/misc/scala-devel/plugins
[jar] Building jar: /Users/grek/scala/scala-master/build/quick/misc/scala-devel/plugins/continuations.jar
[scalacfork] Compiling 2 files to /Users/grek/scala/scala-master/build/quick/classes/library
[stopwatch] [quick.plugins.timer: 22.117 sec]
quick.pre-scalacheck:
quick.scalacheck:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/classes/scalacheck
[scalacfork] Compiling 14 files to /Users/grek/scala/scala-master/build/quick/classes/scalacheck
[stopwatch] [quick.scalacheck.timer: 27.811 sec]
quick.pre-scalap:
quick.scalap:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/classes/scalap
[scalacfork] Compiling 28 files to /Users/grek/scala/scala-master/build/quick/classes/scalap
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:416: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$amp" -> "&", "\\$colon" -> ":", "\\$u2192" -> "?",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:414: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$times" -> "*", "\\$div" -> "/", "\\$bslash" -> "\\\\",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:416: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$amp" -> "&", "\\$colon" -> ":", "\\$u2192" -> "?",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:414: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$times" -> "*", "\\$div" -> "/", "\\$bslash" -> "\\\\",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:415: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$greater" -> ">", "\\$qmark" -> "?", "\\$percent" -> "%",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:415: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$greater" -> ">", "\\$qmark" -> "?", "\\$percent" -> "%",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:417: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$hash" -> "#")
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:416: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$amp" -> "&", "\\$colon" -> ":", "\\$u2192" -> "?",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:414: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$times" -> "*", "\\$div" -> "/", "\\$bslash" -> "\\\\",
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/scalax/rules/scalasig/ScalaSigPrinter.scala:415: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] "\\$greater" -> ">", "\\$qmark" -> "?", "\\$percent" -> "%",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/Classfiles.scala:39: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] CONSTANT_FIELDREF -> "Field",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/Classfiles.scala:41: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] CONSTANT_INTFMETHODREF -> "InterfaceMethod",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/Classfiles.scala:42: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] CONSTANT_NAMEANDTYPE -> "NameAndType"
[scalacfork] ^
[scalacfork] /Users/grek/scala/scala-master/src/scalap/scala/tools/scalap/Classfiles.scala:40: warning: At the end of the day, could not inline @inline-marked method any2ArrowAssoc
[scalacfork] CONSTANT_METHODREF -> "Method",
[scalacfork] ^
[scalacfork] warning: At the end of the day, could not inline @inline-marked method ->$extension
[scalacfork] 30 warnings found
[stopwatch] [quick.scalap.timer: 30.174 sec]
quick.pre-partest:
quick.partest:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/classes/partest
[javac] Compiling 6 source files to /Users/grek/scala/scala-master/build/quick/classes/partest
[scalacfork] Compiling 29 files to /Users/grek/scala/scala-master/build/quick/classes/partest
[scalacfork] warning: there were 5 deprecation warnings; re-run with -deprecation for details
[scalacfork] one warning found
[propertyfile] Creating new property file: /Users/grek/scala/scala-master/build/quick/classes/partest/partest.properties
[copy] Copying 1 file to /Users/grek/scala/scala-master/build/quick/classes/partest
[stopwatch] [quick.partest.timer: 24.385 sec]
quick.pre-bin:
quick.bin:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/quick/bin
quick.done:
pack.start:
pack.pre-lib:
pack.lib:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/pack/lib
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scala-library.jar
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scala-actors.jar
pack.swing:
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scala-swing.jar
pack.pre-reflect:
pack.reflect:
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scala-reflect.jar
pack.pre-comp:
pack.comp:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/pack/META-INF
[copy] Copying 1 file to /Users/grek/scala/scala-master/build/pack/META-INF
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scala-compiler.jar
[copy] Copying 1 file to /Users/grek/scala/scala-master/build/pack/lib
pack.pre-plugins:
pack.plugins:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/pack/misc/scala-devel/plugins
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/misc/scala-devel/plugins/continuations.jar
pack.scalacheck:
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scalacheck.jar
pack.pre-partest:
pack.partest:
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scala-partest.jar
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scala-partest-javaagent.jar
pack.pre-scalap:
pack.scalap:
[jar] Building jar: /Users/grek/scala/scala-master/build/pack/lib/scalap.jar
pack.pre-bin:
pack.bin:
[mkdir] Created dir: /Users/grek/scala/scala-master/build/pack/bin
pack.done:
build:
BUILD SUCCESSFUL
Total time: 8 minutes 36 seconds
Grzegorzs-MacBook-Pro:scala-master grek (master)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment