RFR: 8253631: Remove unimplemented CompileBroker methods after JEP-165
Aleksey Shipilev
shade at openjdk.java.net
Fri Sep 25 07:43:05 UTC 2020
It would seem that JEP-175 implementation task (JDK-8137167) introduced declarations without any implementations in
CompilerBroker:
static DirectivesStack* dirstack();
static void set_dirstack(DirectivesStack* stack);
static void print_directives(outputStream* st);
This can be cleaned up.
Testing:
- [x] Linux x86_64 fastdebug build
- [x] Text searches for `dirstack` and `print_directives` in `src/hotspot`
-------------
Commit messages:
- 8253631: Remove unimplemented CompileBroker methods after JEP-165
Changes: https://git.openjdk.java.net/jdk/pull/353/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=353&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8253631
Stats: 5 lines in 1 file changed: 0 ins; 5 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/353.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/353/head:pull/353
PR: https://git.openjdk.java.net/jdk/pull/353
More information about the hotspot-compiler-dev
mailing list