Skip to content
  • Timo Teräs's avatar
    community/openjdk7: fix hotspot build with gcc8 · 17b18633
    Timo Teräs authored
    There is at least one (possibly more) places where signed overflow
    needs to work or things break. It is formally UB, but fortunately
    there is compiler flag to not break things when possible. Fixes
    build on x86_64.
    17b18633