-
Bug
-
Resolution: Fixed
-
P5
-
17, 18
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8310611 | 17.0.9-oracle | Tobias Hartmann | P5 | Resolved | Fixed | b01 |
JDK-8310377 | 17.0.9 | Martin Doerr | P5 | Resolved | Fixed | b01 |
Reproduce: this appears in arbitrary command(e.g java -XX:+PrintCompilation Reduced) with arbitrary build mode.
The output of PrintCompilation is ill-formed:
22 1 3 java.lang.Object::<init> (1 bytes)
25 2 3 java.lang.String::hashCode (60 bytes)
25 3 3 java.lang.String::coder (15 bytes)
27 4 3 Reduced::foo (12 bytes)
27 5 3 java.lang.Boolean::valueOf (14 bytes)
27 6 3 java.lang.Boolean::hashCode (8 bytes)
27 8 4 Reduced::foo (12 bytes)
27 7 2 java.lang.Boolean::hashCode (14 bytes)
4 3 Reduced::foo (12 bytes) made not entrant <------missing timestamp
29 9 % 3 Reduced::main @ 4 (33 bytes)
29 10 3 Reduced::main (33 bytes)
29 11 % 4 Reduced::main @ 4 (33 bytes)
9 % 3 Reduced::main @ 4 (33 bytes) made not entrant
11 % 4 Reduced::main @ 4 (33 bytes) made not entrant
This seems related toJDK-8272586, which print timestamp optionally.
The output of PrintCompilation is ill-formed:
22 1 3 java.lang.Object::<init> (1 bytes)
25 2 3 java.lang.String::hashCode (60 bytes)
25 3 3 java.lang.String::coder (15 bytes)
27 4 3 Reduced::foo (12 bytes)
27 5 3 java.lang.Boolean::valueOf (14 bytes)
27 6 3 java.lang.Boolean::hashCode (8 bytes)
27 8 4 Reduced::foo (12 bytes)
27 7 2 java.lang.Boolean::hashCode (14 bytes)
4 3 Reduced::foo (12 bytes) made not entrant <------missing timestamp
29 9 % 3 Reduced::main @ 4 (33 bytes)
29 10 3 Reduced::main (33 bytes)
29 11 % 4 Reduced::main @ 4 (33 bytes)
9 % 3 Reduced::main @ 4 (33 bytes) made not entrant
11 % 4 Reduced::main @ 4 (33 bytes) made not entrant
This seems related to
- backported by
-
JDK-8310377 Dubious PrintCompilation output
- Resolved
-
JDK-8310611 Dubious PrintCompilation output
- Resolved
- relates to
-
JDK-8272586 emit abstract machine code in hs-err logs
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/393aeaf7
-
Commit openjdk/jdk/2f0bde1a
-
Review openjdk/jdk17u-dev/1446
-
Review openjdk/jdk/6386
(2 links to)