[Bug 102] New: traditionnal layout - assert fails on ppc
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=102
Summary: traditionnal layout - assert fails on ppc
Product: SableVM
Version: staging
Platform: Macintosh
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
> $HOME/local/staging/bin/sablevm -Y a
sablevm: system.c:505: _svmf_prepare_class_lockword: Assertion `8 == sizeof
(void *)' failed.
system.c:
/* we're on ia32, so alignment should be the same as ptr size */
assert (SVM_ALIGNMENT == sizeof (void *));
On ppc, SVM_ALIGNMENT is 8 and size of pointer is 4. And nothing prevents the
traditional layout on non-x86 if that assumption is important.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.