<div dir="ltr"><span style="font-size:14px">Dear groups,</span><div style="font-size:14px"><br></div><div style="font-size:14px">   Thanks for your work of jamvm, jamvm is very fast than Zero VM in openjdk, there is a bug with it , I need your help how to resolved it.</div><div style="font-size:14px"><br></div><div style="font-size:14px">   I used IecedTea 2.6.6 built openJDK 1.7.</div><div style="font-size:14px">  </div><div style="font-size:14px">   IcedTea download URL is<b>: <a href="http://icedtea.wildebeest.org/download/source/icedtea-2.6.6.tar.xz" target="_blank">http://icedtea.wildebeest.org/download/source/icedtea-2.6.6.tar.xz</a></b></div><div style="font-size:14px"><br></div><div style="font-size:14px">   IcedTea Make flow is:</div><div style="font-size:14px"> <b>  export JAVASE_EMBEDDED=true</b></div><div style="font-size:14px"><b>   export USE_ONLY_BOOTDIR_TOOLS=true</b></div><div style="font-size:14px"><b>    ./configure --with-jdk-home=/usr/lib/jvm/java-1.6.0-openjdk-i386/ --prefix=/usr/openjdk_jvm_x86 --without-rhino --disable-system-kerberos --disable-system-zlib --disable-system-jpeg  --disable-system-png  --disable-system-gif --disable-system-lcms  --disable-system-gtk  --disable-system-gio  --disable-system-gconf --disable-system-fontconfig --disable-system-sctp  --disable-system-pcsc  --disable-docs --disable-compile-against-syscalls --enable-zero --disable-arm32-jit --disable-jdk-tests --disable-bootstrap --enable-jamvm </b></div><div style="font-size:14px"><b>    make</b></div><div style="font-size:14px"><br></div><div style="font-size:14px">   </div><div style="font-size:14px">  When I run Felix OSGI Framework(5.0.0), the result is:</div><div style="font-size:14px"><br></div><div style="font-size:14px"><b> java -version</b></div><div style="font-size:14px"><b>java version "1.7.0_101"</b></div><div style="font-size:14px"><b>IcedTea SE Embedded Runtime Environment (2.6.6) (Ubuntu build 1.7.0_101-b00)</b></div><div style="font-size:14px"><b>JamVM (build 1.6.0-devel, inline-threaded interpreter with stack-caching)</b></div><div style="font-size:14px"><b><br></b></div><div style="font-size:14px"><b>java -jar bin/felix.jar <br></b></div><div style="font-size:14px"><b>[INFO] Started bridged http service</b></div><div style="font-size:14px"><b>____________________________</b></div><div style="font-size:14px"><b>Welcome to Apache Felix Gogo</b></div><div style="font-size:14px"><b><br></b></div><div style="font-size:14px"><b>g! lb</b></div><div style="font-size:14px"><b>gogo: NoClassDefFoundError: org.apache.felix.service.command.Descriptor</b></div><div style="font-size:14px"><b>g! </b></div><div style="font-size:14px"><b>g! lb</b></div><div style="font-size:14px"><b>gogo: NoClassDefFoundError: com/sun/proxy/$Proxy1</b></div><div style="font-size:14px"><b>g! </b></div><div style="font-size:14px"><br></div><div style="font-size:14px"><br></div><div style="font-size:14px">  With Zero VM is all OK, the result is:</div><div style="font-size:14px">  </div><div style="font-size:14px"> <b>java  -jar bin/felix.jar </b></div><div style="font-size:14px"><b>[INFO] Started bridged http service</b></div><div style="font-size:14px"><b>____________________________</b></div><div style="font-size:14px"><b>Welcome to Apache Felix Gogo</b></div><div style="font-size:14px"><b><br></b></div><div style="font-size:14px"><b>g! lb</b></div><div style="font-size:14px"><b>START LEVEL 1</b></div><div style="font-size:14px"><b>   ID|State      |Level|Name</b></div><div style="font-size:14px"><b>    0|Active     |    0|System Bundle (5.0.0)</b></div><div style="font-size:14px"><b>    1|Active     |    1|Apache Felix Bundle Repository (2.0.4)</b></div><div style="font-size:14px"><b>    2|Active     |    1|Apache Felix Configuration Admin Service (1.8.4)</b></div><div style="font-size:14px"><b>    3|Active     |    1|Apache Felix EventAdmin (1.4.2)</b></div><div style="font-size:14px"><b>    4|Resolved   |    1|Apache Felix Security Provider (2.4.0)</b></div><div style="font-size:14px"><b>    5|Active     |    1|Apache Felix Gogo Command (0.14.0)</b></div><div style="font-size:14px"><b>    6|Active     |    1|Apache Felix Gogo Runtime (0.16.2)</b></div><div style="font-size:14px"><b>    7|Active     |    1|Apache Felix Gogo Shell (0.10.0)</b></div><div style="font-size:14px"><b>    8|Active     |    1|Apache Felix Http Bundle (3.0.0)</b></div><div style="font-size:14px"><b>    9|Active     |    1|Apache Felix Log Service (1.0.1)</b></div><div style="font-size:14px"><b>   10|Active     |    1|osgi.cmpn (4.2.0.200908310645)</b></div><div style="font-size:14px"><b>   11|Active     |    1|osgi.core (4.2.0.200908310645)</b></div><div style="font-size:14px"><b>   12|Active     |    1|osgi.enterprise (4.2.0.201003190513)</b></div><div style="font-size:14px"><b>g! </b></div><div style="font-size:14px"> <br></div><div style="font-size:14px"> </div><div style="font-size:14px">Regards,</div><div style="font-size:14px">Wayne</div></div>