[rvm-research] Uninterruptible violation without proper error message
pankaj sejwal <[email protected]> Sun, 21 Feb 2016 08:47:03 +0000 (UTC)
| Newsgroups | gmane.comp.java.jikes.rvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Say I want to provide a custom memory space per thread rather than a random location to allocate on heap.I created a dummy method to start with in Plan.java,
public static HashMap<Thread,List> bahi = new HashMap<Thread,List>();
public static void getThreadAllocationSite(boolean compileTime, Thread thread) {
if(!bahi.containsKey(thread)){
bahi.put(Thread.currentThread(), new ArrayList());
}}
It throws uninterruptible violation error and there is no appropriate message associated
Even a simple statement in function body,Log.write(Thread.currentThread().getName());
results in uninterruptible violation.
Any suggestions ?
Regards,Pankaj Sejwal
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Jikesrvm-researchers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jikesrvm-researchers