-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 13, 15, 16
-
Component/s: hotspot
-
b18
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8253836 | 13.0.6 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
| JDK-8269856 | 11.0.13 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
It would seem that JEP-165 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.
static DirectivesStack* dirstack();
static void set_dirstack(DirectivesStack* stack);
static void print_directives(outputStream* st);
This can be cleaned up.
- backported by
-
JDK-8253836 Remove unimplemented CompileBroker methods after JEP-165
-
- Resolved
-
-
JDK-8269856 Remove unimplemented CompileBroker methods after JEP-165
-
- Resolved
-
- relates to
-
JDK-8137167 JEP165: Compiler Control: Implementation task
-
- Resolved
-
- links to
-
Commit
openjdk/jdk11u-dev/c00a72f8
-
Commit
openjdk/jdk/dc1ef583
-
Review
openjdk/jdk11u-dev/95
-
Review
openjdk/jdk13u-dev/3
-
Review
openjdk/jdk/353
(3 links to)