aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-05-05 12:16:50 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-05-06 09:24:13 +0200
commit317d88f01c5a6323f27d9c61fc1ff7e28be935a1 (patch)
tree4907f00bc060cedb3826a83b295625e11dae5d53 /examples
parent6567515b11f07bfa95c26ab120fd68664a5ce6ad (diff)
downloadjazzer-api-317d88f01c5a6323f27d9c61fc1ff7e28be935a1.tar.gz
Remove explicit fuzzer settings that has become default
Diffstat (limited to 'examples')
-rw-r--r--examples/BUILD.bazel2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel
index a74fab1e..23cc51d9 100644
--- a/examples/BUILD.bazel
+++ b/examples/BUILD.bazel
@@ -185,8 +185,6 @@ java_fuzz_target_test(
name = "KlaxonFuzzer",
fuzzer_args = [
"--keep_going=7",
- # Prevent the JVM from optimizing away stack traces (interfers with deduplication).
- "--jvm_args=-XX:-OmitStackTraceInFastThrow",
],
target_class = "com.example.KlaxonFuzzer",
runtime_deps = [":KlaxonFuzzTarget"],