コード例 #1
0
 static boolean inHeap(Object oop) throws NativePragma {
   throw Assert.shouldNotReachHere("unimplemented when hosted");
 }
コード例 #2
0
 static void writeBack(Object oop) throws NativePragma {
   throw Assert.shouldNotReachHere("unimplemented when hosted");
 }
コード例 #3
0
 static Object translate(Object oop) throws NativePragma {
   throw Assert.shouldNotReachHere("unimplemented when hosted");
 }