BUILD FAILED:
Ant Error Message:
error string found
Date of build: 03/28/2007 07:57:21
Time to build: 48 minute(s) 20 second(s)
Last changed: 03/28/2007 07:41:30
Last log entry: drlvm
***********************************************************
Errors/Warnings: (1)
***********************************************************
Unit Tests: (0)
No Tests Run: This project doesn't have any tests
***********************************************************
Modifications since last successful build: (3)
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.