search for: gnuclasspath

Displaying 8 results from an estimated 8 matches for "gnuclasspath".

2013 Feb 12
2
[LLVMdev] [vmkit] Errors compiling vmkt
...piling JnjvmClassLoader.cpp for Release+Asserts build (bytecode) warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] In file included from JnjvmClassLoader.cpp:30: /home/chris/vmkit/lib/j3/VMCore/../ClassLib/GNUClasspath/ClasspathReflect.h:153:8: warning: private field 'running' is not used [-Wunused-private-field] bool running; ^ /home/chris/vmkit/lib/j3/VMCore/../ClassLib/GNUClasspath/ClasspathReflect.h:206:15: warning: private field 'nextOnQueue' is not used [-Wunused-private...
2013 Feb 12
0
[LLVMdev] [vmkit] Errors compiling vmkt
...er.cpp for Release+Asserts build (bytecode) > warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean > '-Wno-uninitialized'? [-Wunknown-warning-option] > In file included from JnjvmClassLoader.cpp:30: > /home/chris/vmkit/lib/j3/VMCore/../ClassLib/GNUClasspath/ClasspathReflect.h:153:8: > warning: > private field 'running' is not used [-Wunused-private-field] > bool running; > ^ > /home/chris/vmkit/lib/j3/VMCore/../ClassLib/GNUClasspath/ClasspathReflect.h:206:15: > warning: > private field 'nextOnQ...
2006 Mar 02
1
[LLVMdev] llvm-java state
...ther thread recently :-) When I try and run class2llvm I get a bus error because function_ in VMMethod points to 0x8. I think the problem lies in how I am using class2llvm. When I read through the Debug output, I see that class2llvm is trying to compile all of the files distributed in the gnuclasspath, ~2500 classes. I can't imagine a Hello World program needing all of those classes. Here is how I am using class2llvm currently: // In test/Regression/ClassFile jikes -cp /usr/local/share/classpath Hello.java class2llvm -cp /usr/local/share/classpath:. Hello Am I doing something wrong or u...
2012 Nov 16
3
[LLVMdev] Making VMKit2
...op/vmkit2$ ./configure --with-llvmsrc=/home/ela/Desktop/llvm/ --with-llvmobj=/home/ela/Desktop/llvm/ --with-gnu-classpath-libs=/home/ela/Desktop/classpath-0.97.2/lib/ --with-gnu-classpath-glibj=/home/ela/Desktop/classpath-0.97.2/lib/ --with-mmtk-plan=org.mmtk.plan.marksweep.MS --with-classpath-impl=gnuclasspath --with-openjdk-path=/usr/lib/jvm/jav-gcj/ Then, the end part of the output is as follows:   make[2]: Entering directory `/home/ela/Desktop/vmkit2/mmtk/java' Buildfile: /home/ela/Desktop/vmkit2/mmtk/java/build.xml   main:     [mkdir] Created dir: /home/ela/Desktop/vmkit2/mmtk/java/classes     [j...
2012 Nov 19
0
[LLVMdev] Making VMKit2
...e --with-llvmsrc=/home/elaheh/Desktop/llvm/ --with-llvmobj=/home/elaheh/Desktop/llvm/ --with-mmtk-plan=org.mmtk.plan.marksweep.MS --with-gnu-classpath-glibj=/home/elaheh/Desktop/classpath-0.97.2/lib/glibj.zip --with-gnu-classpath-libs=/home/elaheh/Desktop/classpath-0.97.2/lib/ --with-classpath-impl=gnuclasspath next:   elaheh at elaheh-Lenovo-G470:~/Desktop/vmkit2$ make VERBOSE=1 ENABLE_OPTIMIZED=1 ...             then /bin/mv -f "/home/elaheh/Desktop/vmkit2/mmtk/mmtk-alloc/Release+Asserts/Selected.bc.d.tmp" "/home/elaheh/Desktop/vmkit2/mmtk/mmtk-alloc/Release+Asserts/Selected.bc.d";...
2013 Jun 17
0
[LLVMdev] vmkit java annotations
What classpath implementation are you using ? GNUClasspath or OpenJDK ? Harris Bakiras On 06/17/2013 03:57 PM, Alexandru Ionut Diaconescu wrote: > Hello Harris, > > Thank you for your answer. So it is there a way of annotating > variables in Java Code, so I can see them into LLVM bytecode? > > Thank you ! > > > On Mon, Jun 17,...
2013 Jun 17
2
[LLVMdev] vmkit java annotations
Hello Harris, Thank you for your answer. So it is there a way of annotating variables in Java Code, so I can see them into LLVM bytecode? Thank you ! On Mon, Jun 17, 2013 at 3:54 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote: > Hello Alexandru, > > No you did nothing wrong. > > We are using our own data structure to describe annotations in J3. So it > is normal
2006 Mar 03
1
[LLVMdev] printing constants
...tion_ in > > VMMethod points to 0x8. > > This can't be good :-) > > > I think the problem lies in how I am using > class2llvm. When I read > > through the Debug output, I see that class2llvm is > trying to compile > > all of the files distributed in the gnuclasspath, > ~2500 classes. I > > can't imagine a Hello World program needing all of > those classes. > > Well this is about right. And this stil ignores a > lot of packages. > With static compilation you need to compile the > transitive closure of > of all classes referenc...