Closed
Description
noticed in the context of the Scala community build:
- https://scala-ci.typesafe.com/job/scala-2.11.x-jdk8-integrate-community-build/148/consoleFull
- https://scala-ci.typesafe.com/job/scala-2.11.x-jdk8-integrate-community-build/149/consoleFull
[fastparse] Checking Dir target/repos/scala
[fastparse:error] <console>:2: warning: Detected apparent refinement of Unit; are you missing an '=' sign?
[fastparse:error] def f1(a: T): Unit { }
[fastparse:error] ^
[fastparse:error] java.lang.OutOfMemoryError: GC overhead limit exceeded
[fastparse:error] at java.util.zip.ZipFile.getInflater(ZipFile.java:455)
[fastparse:error] at java.util.zip.ZipFile.getInputStream(ZipFile.java:374)
[fastparse:error] at java.util.jar.JarFile.getInputStream(JarFile.java:447)
[fastparse:error] at sun.misc.URLClassPath$JarLoader$2.getInputStream(URLClassPath.java:940)
[fastparse:error] at sun.misc.Resource.cachedInputStream(Resource.java:77)
[fastparse:error] at sun.misc.Resource.getByteBuffer(Resource.java:160)
[fastparse:error] at java.net.URLClassLoader.defineClass(URLClassLoader.java:454)
[fastparse:error] at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[fastparse:error] at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
[fastparse:error] at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
[fastparse:error] at java.security.AccessController.doPrivileged(Native Method)
[fastparse:error] at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
[fastparse:error] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[fastparse:error] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[fastparse:error] at scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24)
[fastparse:error] at scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24)
[fastparse:error] at scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask.exec(ExecutionContextImpl.scala:121)
[fastparse:error] at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
[fastparse:error] at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
[fastparse:error] at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
[fastparse:error] at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
[fastparse:error] java.lang.OutOfMemoryError: GC overhead limit exceeded
[fastparse:error] java.lang.OutOfMemoryError: GC overhead limit exceeded
[fastparse:error] java.lang.OutOfMemoryError: GC overhead limit exceeded
should I just crank up the heap size, or you think there's a real regression here you want to investigate?
Metadata
Metadata
Assignees
Labels
No labels