« Return to Thread: [rvm-research] Adding a new class to the MMTk

Re: [rvm-research] Adding a new class to the MMTk

by David P Grove :: Rate this Message:

Reply to Author | View in Thread

Cristian Perfumo <cperfumo@...> wrote on 06/16/2009 06:34:41 AM:
> Everything looks fine, I have all the imports needed but after
> executing "ant" to recompile the RVM i get:

> BUILD FAILED
> /home/cperfumo/jikes/jikesrvm-3.0.1/build.xml:1417: WARNING:
> UNINTERRUPTIBLE VIOLATION


Take a look at the BootImageWriterOutput.txt file (should be in the target/<your-config>) directory.  It will have the detailed error message.  The problem is that an uninterruptible hunk of code is calling something that isn't uninterruptible.  The detailed message will tell you exactly where that is happening.

--dave

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Jikesrvm-researchers mailing list
Jikesrvm-researchers@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-researchers

 « Return to Thread: [rvm-research] Adding a new class to the MMTk