-
Bug
-
Resolution: Fixed
-
P3
-
17, 18
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8269102 | 18 | Jie Fu | P3 | Resolved | Fixed | b03 |
JDK-8270603 | 17.0.1 | Jie Fu | P3 | Resolved | Fixed | b03 |
* Reproduce:
```
bash configure --with-jvm-features=-compiler2 ...
make images
```
* Symptom
```
/home/jdk17/src/hotspot/share/runtime/deoptimization.cpp: In static member function 'static void Deoptimization::uncommon_trap_inner(JavaThread*, jint)':
/home/jdk17/src/hotspot/share/runtime/deoptimization.cpp:1960:43: error: 'VerifyReceiverTypes' was not declared in this scope
bool is_receiver_constraint_failure = VerifyReceiverTypes && (reason == Deoptimization::Reason_receiver_constraint);
^~~~~~~~~~~~~~~~~~~
/home/jdk17/src/hotspot/share/runtime/deoptimization.cpp:1960:43: note: suggested alternative: 'VerifyRememberedSets'
bool is_receiver_constraint_failure = VerifyReceiverTypes && (reason == Deoptimization::Reason_receiver_constraint);
^~~~~~~~~~~~~~~~~~~
VerifyRememberedSets
```
```
bash configure --with-jvm-features=-compiler2 ...
make images
```
* Symptom
```
/home/jdk17/src/hotspot/share/runtime/deoptimization.cpp: In static member function 'static void Deoptimization::uncommon_trap_inner(JavaThread*, jint)':
/home/jdk17/src/hotspot/share/runtime/deoptimization.cpp:1960:43: error: 'VerifyReceiverTypes' was not declared in this scope
bool is_receiver_constraint_failure = VerifyReceiverTypes && (reason == Deoptimization::Reason_receiver_constraint);
^~~~~~~~~~~~~~~~~~~
/home/jdk17/src/hotspot/share/runtime/deoptimization.cpp:1960:43: note: suggested alternative: 'VerifyRememberedSets'
bool is_receiver_constraint_failure = VerifyReceiverTypes && (reason == Deoptimization::Reason_receiver_constraint);
^~~~~~~~~~~~~~~~~~~
VerifyRememberedSets
```
- backported by
-
JDK-8269102 Build failure due to VerifyReceiverTypes was not declared after JDK-8268405
-
- Resolved
-
-
JDK-8270603 Build failure due to VerifyReceiverTypes was not declared after JDK-8268405
-
- Resolved
-
- duplicates
-
JDK-8269140 VM build without C2 fails after JDK-8268405
-
- Closed
-
- relates to
-
JDK-8268405 Several regressions 4-17% after CHA changes
-
- Resolved
-
(1 links to)