Prepared by: | Gustavo Serra Scalet |
---|---|
Workspace: | /home/gut/jdk10-hotspot-hg |
Compare against: | ssh://10.10.71.67/jdk10-hs/hotspot |
Compare against version: | 13388 |
Branch: | fix_vsldoi |
Summary of changes: | 6 lines changed: 0 ins; 0 del; 6 mod; 10134 unchg |
Patch of changes: | jdk10-hotspot-hg.patch |
Bug id: | JDK-8185975 : PPC64: Fix vsldoi interface according to the ISA |
Legend: |
Modified file Deleted file New file |
Cdiffs
Udiffs
Wdiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/cpu/ppc/vm/assembler_ppc.inline.hpp
rev 13389 : Fix vsldoi interface according to ISA vsldoi should accept a 5 bit unsigned integer and OpenJDK has set it as 5 bit signed integer. Changed not only the interface but also all related code that was adapted to use it as signed (hence -8 is now 8)1 line changed: 0 ins; 0 del; 1 mod; 1047 unchg
Cdiffs
Udiffs
Wdiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/cpu/ppc/vm/macroAssembler_ppc.cpp
rev 13389 : Fix vsldoi interface according to ISA vsldoi should accept a 5 bit unsigned integer and OpenJDK has set it as 5 bit signed integer. Changed not only the interface but also all related code that was adapted to use it as signed (hence -8 is now 8)3 lines changed: 0 ins; 0 del; 3 mod; 5556 unchg
Cdiffs
Udiffs
Wdiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/cpu/ppc/vm/stubGenerator_ppc.cpp
rev 13389 : Fix vsldoi interface according to ISA vsldoi should accept a 5 bit unsigned integer and OpenJDK has set it as 5 bit signed integer. Changed not only the interface but also all related code that was adapted to use it as signed (hence -8 is now 8)2 lines changed: 0 ins; 0 del; 2 mod; 3531 unchg
This code review page was prepared using webrev.ksh (vers 25.16-hg+openjdk.java.net).