From 2769531aa29b5026e85e6922898fea4ea7971821 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Fri, 8 Nov 2024 12:50:51 +0200 Subject: [PATCH] Add warning to discourage disabling shadow renaming --- docs/contributing/debugging.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing/debugging.md b/docs/contributing/debugging.md index 4885c26412f9..ba9cbedce2b5 100644 --- a/docs/contributing/debugging.md +++ b/docs/contributing/debugging.md @@ -64,6 +64,10 @@ builds by adding the following to `~/.gradle/gradle.properties` before building. disableShadowRelocate=true ``` +WARNING: disabling shadow renaming will make some of the tests fail. In some cases it can also make +tests pass when they really should be failing. Use with caution and be prepared for unexpected +behavior. + ## Missing GraalVM hints Enable the GraalVM tracing agent: