-
Bug
-
Resolution: Fixed
-
P1
-
11, 14
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8241506 | 13.0.3 | Aleksey Shipilev | P1 | Resolved | Fixed | b02 |
JDK-8231814 | 11.0.6-oracle | Aleksey Shipilev | P1 | Closed | Fixed | b01 |
JDK-8231929 | 11.0.6 | Aleksey Shipilev | P1 | Resolved | Fixed | b01 |
Apparently, rRegL is incorrect operand name for x86_32.ad.
* For target hotspot_variant-server_support_adlc__adlc_run_exec:
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7318) Syntax Error: :undefined operand type rRegL
Error Context: >>> <<<dst ) %{
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7319) Syntax Error: :missing '%{' in instruction definition
Error Context: >>>m<<<atch(Set dst (CastLL dst));
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7320) Syntax Error: :expected one of - instruct, operand, ins_attrib, op_attrib, source, register, pipeline, encode
Found format
Error Context: >>> <<<%{ "#castLL of $dst" %}
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7321) Syntax Error: :expected one of - instruct, operand, ins_attrib, op_attrib, source, register, pipeline, encode
Found ins_encode
Error Context: >>>(<<< /*empty encoding*/ );
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7322) Syntax Error: :expected one of - instruct, operand, ins_attrib, op_attrib, source, register, pipeline, encode
Found ins_cost
Error Context: >>>(<<<0);
... (rest of output omitted)
* For target hotspot_variant-server_support_adlc__adlc_run_exec:
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7318) Syntax Error: :undefined operand type rRegL
Error Context: >>> <<<dst ) %{
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7319) Syntax Error: :missing '%{' in instruction definition
Error Context: >>>m<<<atch(Set dst (CastLL dst));
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7320) Syntax Error: :expected one of - instruct, operand, ins_attrib, op_attrib, source, register, pipeline, encode
Found format
Error Context: >>> <<<%{ "#castLL of $dst" %}
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7321) Syntax Error: :expected one of - instruct, operand, ins_attrib, op_attrib, source, register, pipeline, encode
Found ins_encode
Error Context: >>>(<<< /*empty encoding*/ );
/home/shade/trunks/jdk-jdk/src/hotspot/cpu/x86/x86_32.ad(7322) Syntax Error: :expected one of - instruct, operand, ins_attrib, op_attrib, source, register, pipeline, encode
Found ins_cost
Error Context: >>>(<<<0);
... (rest of output omitted)
- backported by
-
JDK-8231929 x86_32 build failures after JDK-8229496
-
- Resolved
-
-
JDK-8241506 x86_32 build failures after JDK-8229496
-
- Resolved
-
-
JDK-8231814 x86_32 build failures after JDK-8229496
-
- Closed
-
- relates to
-
JDK-8229496 SIGFPE (division by zero) in C2 OSR compiled method
-
- Closed
-