RFR: 8253631: Remove unimplemented CompileBroker methods after JEP-165

Tobias Hartmann thartmann at openjdk.java.net
Fri Sep 25 07:56:26 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`

Looks good and trivial.

-------------

Marked as reviewed by thartmann (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/353


More information about the hotspot-compiler-dev mailing list