[Bug 688] icedtea6-1.10.1: OpenJDK Shark VM is unable to build itself on ppc
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Apr 7 13:17:44 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=688
Xerxes Rånby <xerxes at zafena.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerxes at zafena.se
--- Comment #2 from Xerxes Rånby <xerxes at zafena.se> 2011-04-07 20:17:44 ---
Same story for every recent LLVM release.
LLVM JIT inserts bl instructions to jump between generated code blocks, it
crash when the distance between the blocks are out of range for a bl
instruction.
LLVM ppc and arm jit needs a workaround for this bug:
icedtea PR399
llvm pr http://llvm.org/bugs/show_bug.cgi?id=5201
I assume that if you would have built llvm with assertions then you would have
seen something like
Assertion `ResultPtr >= -(1 << 23) && ResultPtr < (1 << 23) && "Relocation out
of range!"' failed
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list