BUILD COMPLETE: build.224
Date of build: 03/28/2007 11:23:45
Time to build: 81 minute(s) 5 second(s)
Last changed: 03/28/2007 11:13:53
Last log entry: drlvm
***********************************************************
Unit Tests: (1464)
All Tests Passed
***********************************************************
Modifications since last successful build: (5)
add cc-drlvm log20070328111353Lbuild.242 03/28/2007 11:13:53drlvm
modified nadinem /harmony/enhanced/drlvm/trunk/vm/include/open/bytecodes.h
03/28/2007 10:05:14 HARMONY-3358: adding comments
add cc-drlvm log20070328074130Lbuild.241 03/28/2007 07:41:30drlvm
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp
03/28/2007 07:02:33 Fixed bug described in HARMONY-3510 [drlvm][exceptions]
DRLVM crashes on LinkageErrorThe problem is with LinkageError exception object
creation. The messageis allocated with alloca, so memory is corrupted after
function exits.When message is corrupted, the message String object cannot be
created andOOME should be raised.
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp
03/28/2007 07:02:33 Fixed bug described in HARMONY-3510 [drlvm][exceptions]
DRLVM crashes on LinkageErrorThe problem is with LinkageError exception object
creation. The messageis allocated with alloca, so memory is corrupted after
function exits.When message is corrupted, the message String object cannot be
created andOOME should be raised.