This commit is contained in:
xuwei-k 2018-07-08 21:54:16 +09:00
parent e5af0fe0e9
commit aa14656753
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ and works fairly well.
`ln -s ~/Applications/async-profiler/profiler.sh $HOME/bin/profiler.sh` `ln -s ~/Applications/async-profiler/profiler.sh $HOME/bin/profiler.sh`
`ln -s ~/Applications/async-profiler/build $HOME/bin/build` `ln -s ~/Applications/async-profiler/build $HOME/bin/build`
Next, close all Java appliations and anything that may affect the profiling, and run sbt in one terminal: Next, close all Java applications and anything that may affect the profiling, and run sbt in one terminal:
``` ```
$ sbt exit $ sbt exit

View File

@ -26,7 +26,7 @@ import sbt.internal.CommandStrings.{
} }
private[sbt] object CrossJava { private[sbt] object CrossJava {
// parses jabaa style version number adopt@1.8 // parses jabba style version number adopt@1.8
def parseJavaVersion(version: String): JavaVersion = { def parseJavaVersion(version: String): JavaVersion = {
def splitDot(s: String): Vector[Long] = def splitDot(s: String): Vector[Long] =
Option(s) match { Option(s) match {