Skip to content

Commit 00638e9

Browse files
committed
Verbosely report class loading to track what classes are used in partest.
1 parent b8ea463 commit 00638e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ object DottyBuild extends Build {
1717
// "-agentpath:/home/dark/opt/yjp-2013-build-13072/bin/linux-x86-64/libyjpagent.so"
1818
// "-agentpath:/Applications/YourKit_Java_Profiler_2015_build_15052.app/Contents/Resources/bin/mac/libyjpagent.jnilib",
1919
// "-XX:+HeapDumpOnOutOfMemoryError", "-Xmx1g", "-Xss2m"
20+
"-verbose:class"
2021
)
2122

2223
val defaults = Defaults.coreDefaultSettings ++ Seq(

0 commit comments

Comments
 (0)