-
Enhancement
-
Resolution: Fixed
-
P4
-
20, 21, 22
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8329732 | 21.0.4-oracle | Tobias Hartmann | P4 | Resolved | Fixed | b03 |
JDK-8329851 | 21.0.4 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
[unstable_if] kill local#11: 330 CastII === 320 191 [[ 340 346 333 397 366 379 ]] Type:int:>=0:www !jvms: java.lang.String::checkIndex @ bci:5 (line 4578) java.lang.StringLatin1::charAt @ bci:3 (line 46) java.lang.String::charAt @ bci:12 (line 1535) jdk.internal.module.ModuleInfo$ConstantPool::checkUnqualifiedName @ bci:56 (line 869)
[unstable_if] kill local#9: 38 CastPP === 30 13 [[ 398 129 113 366 340 325 253 253 113 65 65 178 165 152 ]] Oop:java/lang/String:NotNull:exact * !jvms: jdk.internal.module.ModuleInfo$ConstantPool::checkUnqualifiedName @ bci:1 (line 863)
[unstable_if] kill local#10: 119 RShiftI === _ 83 114 [[ 398 129 129 121 253 178 366 340 404 152 152 165 165 178 325 ]] Type:int !jvms: java.lang.String::length @ bci:9 (line 1499) jdk.internal.module.ModuleInfo$ConstantPool::checkUnqualifiedName @ bci:1 (line 863)
I think we should guard it by an additional flag like -XX:+PrintOpto
We should also guard this code by PrintOpto:
https://github.com/openjdk/jdk/blob/4a28f3798d25b64d44aad557f94d1045c253cdfb/src/hotspot/share/opto/doCall.cpp#L857
And remove this code:
https://github.com/openjdk/jdk/blob/master/src/hotspot/share/ci/ciEnv.cpp#L1342
We should check if the same problem exists with -XX:+WizardMode.
Of course, all of this should at some point be replaced by unified logging.
- backported by
-
JDK-8329732 Make -XX:+Verbose less verbose
-
- Resolved
-
-
JDK-8329851 Make -XX:+Verbose less verbose
-
- Resolved
-
- duplicates
-
JDK-8328478 compiler\codecache\CheckCodeCacheInfo.java failed with `main' threw exception: java.lang.RuntimeException: 'nmethod blobs per compilation level [...] missing from stdout'
-
- Closed
-
- relates to
-
JDK-8271911 improve support of replay compilations for methods which use JSR292
-
- Resolved
-
-
JDK-8286104 use aggressive liveness for unstable_if traps
-
- Resolved
-
- links to
-
Commit openjdk/jdk21u-dev/e5c1031e
-
Commit openjdk/jdk/238c51e6
-
Review openjdk/jdk21u-dev/452
-
Review openjdk/jdk/14420