Skip to content

Commit

Permalink
Revert default for separate classloader to what it was in previous re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
gofraser committed Feb 18, 2017
1 parent dac5eeb commit 751529c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class RuntimeSettings {
* Should tests be executed in a separate instrumenting class loader
* or with the standard classloader and instrumentation via an agent?
*/
public static boolean useSeparateClassLoader = true;
public static boolean useSeparateClassLoader = false;

/**
* If the class is serializable, then doing any change (adding hashCode, static reset, etc)
Expand Down

0 comments on commit 751529c

Please sign in to comment.