Hi There, You'll want to contact the IcedTea providers (nominally RedHat) over at http://icedtea.classpath.org/wiki/Main_Page
Cheers, Martijn On 5 June 2016 at 11:49, 飞颜 <win...@gmail.com> wrote: > Dear groups, > > 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. > > I used IecedTea 2.6.6 built openJDK 1.7. > > IcedTea download URL is*: > http://icedtea.wildebeest.org/download/source/icedtea-2.6.6.tar.xz > <http://icedtea.wildebeest.org/download/source/icedtea-2.6.6.tar.xz>* > > IcedTea Make flow is: > * export JAVASE_EMBEDDED=true* > * export USE_ONLY_BOOTDIR_TOOLS=true* > * ./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 * > * make* > > > When I run Felix OSGI Framework(5.0.0), the result is: > > * java -version* > *java version "1.7.0_101"* > *IcedTea SE Embedded Runtime Environment (2.6.6) (Ubuntu build > 1.7.0_101-b00)* > *JamVM (build 1.6.0-devel, inline-threaded interpreter with stack-caching)* > > > *java -jar bin/felix.jar * > *[INFO] Started bridged http service* > *____________________________* > *Welcome to Apache Felix Gogo* > > *g! lb* > *gogo: NoClassDefFoundError: org.apache.felix.service.command.Descriptor* > *g! * > *g! lb* > *gogo: NoClassDefFoundError: com/sun/proxy/$Proxy1* > *g! * > > > With Zero VM is all OK, the result is: > > *java -jar bin/felix.jar * > *[INFO] Started bridged http service* > *____________________________* > *Welcome to Apache Felix Gogo* > > *g! lb* > *START LEVEL 1* > * ID|State |Level|Name* > * 0|Active | 0|System Bundle (5.0.0)* > * 1|Active | 1|Apache Felix Bundle Repository (2.0.4)* > * 2|Active | 1|Apache Felix Configuration Admin Service (1.8.4)* > * 3|Active | 1|Apache Felix EventAdmin (1.4.2)* > * 4|Resolved | 1|Apache Felix Security Provider (2.4.0)* > * 5|Active | 1|Apache Felix Gogo Command (0.14.0)* > * 6|Active | 1|Apache Felix Gogo Runtime (0.16.2)* > * 7|Active | 1|Apache Felix Gogo Shell (0.10.0)* > * 8|Active | 1|Apache Felix Http Bundle (3.0.0)* > * 9|Active | 1|Apache Felix Log Service (1.0.1)* > * 10|Active | 1|osgi.cmpn (4.2.0.200908310645)* > * 11|Active | 1|osgi.core (4.2.0.200908310645)* > * 12|Active | 1|osgi.enterprise (4.2.0.201003190513)* > *g! * > > > Regards, > Wayne >