diff --git a/test/hotspot/jtreg/compiler/lib/ir_framework/README.md b/test/hotspot/jtreg/compiler/lib/ir_framework/README.md index 4519b8266d4..64302ca4bd6 100644 --- a/test/hotspot/jtreg/compiler/lib/ir_framework/README.md +++ b/test/hotspot/jtreg/compiler/lib/ir_framework/README.md @@ -118,7 +118,7 @@ The framework allows the use of additional compiler control annotations for help - [@DontInline](./DontInline.java) - [@ForceInline](./ForceInline.java) - [@DontCompile](./DontCompile.java) -- [@ForceCompile](./DontCompile.java) +- [@ForceCompile](./ForceCompile.java) - [@ForceCompileClassInitializer](./ForceCompileClassInitializer.java) ### 2.5 Framework Debug and Stress Flags