Skip to content

Commit 07ff7ac

Browse files
committed
Drop scala.sys.process.javaVmArguments,
scala-{library,reflect} now depend only on the compact1 profile.
1 parent 52f11fa commit 07ff7ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/library/scala/sys/process/package.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ package scala.sys {
201201
* associated with it.
202202
*/
203203
package object process extends ProcessImplicits {
204-
/** The arguments passed to `java` when creating this process */
205-
def javaVmArguments: List[String] = {
206-
import scala.collection.JavaConverters._
207-
208-
java.lang.management.ManagementFactory.getRuntimeMXBean.getInputArguments.asScala.toList
209-
}
210204
/** The input stream of this process */
211205
def stdin = java.lang.System.in
212206
/** The output stream of this process */

0 commit comments

Comments
 (0)