Hi all,
  Has anyone ever got the Jikes RVM to run on gem5 before?

I built Jikes RVM on 64 bit Ubuntu 14.04 with Linux kernel version 3.4.112
and used it as disk image to gem5 simulating the X86 architecture. However,
gem5 aborts with the following error when I invoke Jikes to run a Java
class file through the m5term command line -

gem5.opt: build/X86/arch/x86/tlb.cc:357: Fault
X86ISA::TLB::translate(RequestPtr, ThreadContext*, BaseTLB::Translation*,
BaseTLB::Mode, bool&, bool): Assertion `entry' failed.

A quick search *hinted* that this might be because of gem5's lack of
support for 32 bit X86 architecture. Jikes RVM has been primarily designed
to run on 32 bit architecture, but the developers claim it works on 64 bit
as well.

Is there any way to overcome this?

Any thoughts, suggestions, advice or guidance would be really helpful.

Thank you,
Sanjith
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to