| This RuntimeTest class is used to test the Core API Runtime class
Created on January 5, 2005
###############################################################################
###############################################################################
REMINDER("XXX") LIST:
1. [Jun 11, 2005] test_availableProcessors, test_freeMemory, test_gc, test_runFinalization,
test_runFinalizersOnExit fail on "ORP+our Runtime+CLASSPATH API" platform
because the availableProcessors, freeMemory, runFinalization (runFinalizersOnExit?)
methods aren't correctly supported yet in orp/drl_natives/src
2. [Jun 11, 2005] test_maxMemory, test_totalMemory fail on "ORP+CLASSPATH API" platform
because the maxMemory
method isn't correctly supported yet in orp/drl_natives/src:
(Exception: java.lang.UnsatisfiedLinkError: Error compiling method java/lang/Runtime.maxMemory()J)
3. [Jun 11, 2005] test_availableProcessors fails on "ORP+CLASSPATH API" platform
because the availableProcessors
method isn't correctly supported yet in orp/drl_natives/src:
(Exception: java.lang.UnsatisfiedLinkError: Error compiling method java/lang/Runtime.availableProcessors()I)
###############################################################################
###############################################################################
|