We're migrating to Scala 2.11.12 for JDK9+ support, and we found that `loadFIles()` in `ILoop` was removed in Scala 2.11.12. We use it as a hack to initialize the Spark before REPL sees any files. https://github.com/apache/spark/blob/master/repl/scala-2.11/src/main/scala/org/apache/spark/repl/SparkILoop.scala#L109 Is it possible to provide a hook for this? Thanks.