compile-command-annotations
compile-command-annotations copied to clipboard
Annotation hints for the Hotspot JVM JIT compiler.
Some annotations are mutually exclusive (eg @CompileOnly and @Inline) => Detect it at processing time
- Add `String[] profiles` field to annotations - Generate one `hotspot_compiler` file per profile
(Blocked by #1 / #2) #2 adds supports for wildcards in method name, but it can be useful selecting methods based on other criterias than name: - qualifers (static /...
And automatically propagate to sub-scope, so that one can "@Inline all methods in this class".
(Blocked by #1) Add supports for using wildcards on method name when putting annotations on class / package.
Bumps assertj-core from 3.16.1 to 3.24.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...