Integrated: 8253631: Remove unimplemented CompileBroker methods after JEP-165
Aleksey Shipilev
shade at openjdk.java.net
Fri Sep 25 10:13:20 UTC 2020
On Fri, 25 Sep 2020 07:37:01 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> 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`
This pull request has now been integrated.
Changeset: dc1ef583
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/dc1ef583
Stats: 5 lines in 1 file changed: 0 ins; 5 del; 0 mod
8253631: Remove unimplemented CompileBroker methods after JEP-165
Reviewed-by: thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/353
More information about the hotspot-compiler-dev
mailing list