|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[rvm-research] Adding a new class to the MMTkHey!
I added a new class file to package org.mmtk.utility.statistics: My_class.java. The class contains one single method: public static void println(String s){ Now, I want to call this method from package org.mmtk.plan.generational.GenMutator. Everything looks fine, I have all the imports needed but after executing "ant" to recompile the RVM i get: BUILD FAILED The class gets compiled correctly as My_class.class does exist. In fact, if I comment out the line in org.mmtk.plan.generational.GenMutator invoking My_class.println(), the RVM gets built successfully. Any idea of what I am missing? Thank you very much. Cristian ------------------------------------------------------------------------------ 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 |
|
|
Re: [rvm-research] Adding a new class to the MMTkCristian Perfumo <cperfumo@...> wrote on 06/16/2009 06:34:41 AM: |
|
|
Re: [rvm-research] Adding a new class to the MMTkThanks, Dave,
I solved this particular problem by declaring My_class uninterruptible. But I wonder... ¿is there another workaround for it?. If I wanted to use hashtables and complex things within methods of My_class... is there a way of doing it? Of course I just want to do this for debugging information, since it will kill the performance. Regards. Cristian On Tue, Jun 16, 2009 at 12:45 PM, David P Grove <groved@...> wrote:
------------------------------------------------------------------------------ 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 |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |