Currently, the build of drlvm is failed on the linux box with message:
   [javac]
/tmp/cc_test/trunk/cc/projects/drlvm/trunk/vm/gc_gen/javasrc/org/apache/harmony/drlvm/gc_gen/GCHelper.java:23:
cannot find symbol
   [javac] symbol  : class VMHelper
   [javac] location: package org.apache.harmony.drlvm
   [javac] import org.apache.harmony.drlvm.VMHelper;
   [javac]                                 ^
   [javac]
/tmp/cc_test/trunk/cc/projects/drlvm/trunk/vm/gc_gen/javasrc/org/apache/harmony/drlvm/gc_gen/GCHelper.java:34:
cannot find symbol
   [javac] symbol  : variable VMHelper
   [javac] location: class org.apache.harmony.drlvm.gc_gen.GCHelper
   [javac]         Address TLS_BASE = VMHelper.getTlsBaseAddress();
   [javac]                            ^
   [javac]
/tmp/cc_test/trunk/cc/projects/drlvm/trunk/vm/gc_gen/javasrc/org/apache/harmony/drlvm/gc_gen/GCHelper.java:50:
cannot find symbol
   [javac] symbol  : variable VMHelper
   [javac] location: class org.apache.harmony.drlvm.gc_gen.GCHelper
   [javac]         return VMHelper.newResolvedUsingAllocHandleAndSize(objSize,
allocationHandle);
   [javac]                ^
   [javac] 3 errors

BUILD FAILED
/tmp/cc_test/trunk/cc/projects/drlvm/trunk/build/make/build.xml:436: The
following error occurred while executing this line:
/tmp/cc_test/trunk/cc/projects/drlvm/trunk/build/make/build.xml:443: The
following error occurred while executing this line:
/tmp/cc_test/trunk/cc/projects/drlvm/trunk/build/make/build_component.xml:72:
The following error occurred while executing this line:
/tmp/cc_test/trunk/cc/projects/drlvm/trunk/build/lnx_ia32_gcc_debug/semis/build/targets/build.java.xml:10:
Compile failed; see the compiler error output for details.

Seems, it is due to commit:
svn commit: r482890 - in /harmony/enhanced/drlvm/trunk:
build/patches/win/APR/locks/win32/thread_cond.c
vm/tests/kernel/java/lang/ObjectTest.java
vm/tests/kernel/java/lang/ThreadTest.java

Thanks, Vlaidmir

Reply via email to