BUILD FAILED:
Ant Error Message:
error string found
Date of build: 05/17/2007 16:11:37
Time to build: 0 minute(s) 4 second(s)
Last changed: 05/17/2007 12:56:23
Last log entry: Applying patch for HARMONY-2451 ([classlib][luni]
SecurityManager.getClassContext output differs from the RI)
***********************************************************
Errors/Warnings: (1)
***********************************************************
Unit Tests: (0)
No Tests Run: This project doesn't have any tests
***********************************************************
Modifications since last successful build: (10)
modified ayza
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_vm_VMStack.cpp
05/17/2007 12:56:23 Applying patch for HARMONY-2451 ([classlib][luni]
SecurityManager.getClassContext output differs from the RI)
modified ayza
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/org/apache/harmony/vm/VMStack.java
05/17/2007 12:56:23 Applying patch for HARMONY-2451 ([classlib][luni]
SecurityManager.getClassContext output differs from the RI)
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/String_Pool.cpp
05/17/2007 10:55:47 Fixed bug HARMONY-3758 [drlvm][classloader] assert fires in
String_Pool::lookup()For some reason in unaligned case when string is read byte
by byte the signed char byteswere converted to POINTER_SIZE_INT with sign
extend. When string contains unicodecharacters ( >= 128) this leads to
incorrect results because upper bytes of thebyte are filled with 0xff bytes.
The fix is to consider bytes as unsigned beforeextending them to
POINTER_SIZE_INT.
modified varlax
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.jit
05/17/2007 07:52:37 Updated x-lists for IA64
modified varlax
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.linux.ia64.jit
05/17/2007 07:52:37 Updated x-lists for IA64
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ipf/include/IpfCodeSelector.h
05/17/2007 07:50:46 Applied HARMONY-3872 [drlvm][jit][opt] ArrayCopy
optimization does not insert pseudoThrow insts in loops
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
05/17/2007 07:50:46 Applied HARMONY-3872 [drlvm][jit][opt] ArrayCopy
optimization does not insert pseudoThrow insts in loops
modified varlax
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv
05/17/2007 07:37:43 Excluded StackTest for srv on all IA-32 platforms, there
is related HARMONY-3731
modified varlax
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv
05/17/2007 07:37:43 Excluded StackTest for srv on all IA-32 platforms, there
is related HARMONY-3731
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp
05/17/2007 05:08:37 Fixed failing assertion after [r538551] HARMONY-3636