Displaying 20 results from an estimated 27 matches for "jnjvmclassload".
Did you mean:
jnjvmclassloader
2013 Feb 12
2
[LLVMdev] [vmkit] Errors compiling vmkt
...`/home/chris/vmkit/lib/j3'
make[3]: Entering directory `/home/chris/vmkit/lib/j3/LLVMRuntime'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/chris/vmkit/lib/j3/LLVMRuntime'
make[3]: Entering directory `/home/chris/vmkit/lib/j3/VMCore'
llvm[3]: Compiling 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/Classpat...
2011 Aug 23
2
[LLVMdev] VMKit build error
...::JavaString* (*)(j3::ArrayUInt16 const* const&, j3::Jnjvm*)) + 161
9 vmjc 0x0000000000548d49 CreateUnableToLoad(mvm::UTF8 const*,
j3::Jnjvm*) + 617
10 vmjc 0x00000000005470a3
j3::Jnjvm::noClassDefFoundError(mvm::UTF8 const*) + 67
11 vmjc 0x000000000054f715
j3::JnjvmClassLoader::loadName(mvm::UTF8 const*, bool, bool,
j3::JavaString*) + 277
12 vmjc 0x000000000055813a j3::Class::readParents(j3::Reader&) +
106
13 vmjc 0x0000000000559297 j3::Class::readClass() + 375
14 vmjc 0x000000000054f348
j3::JnjvmClassLoader::constructClass(mvm::UTF...
2009 Apr 18
2
[LLVMdev] [patch] vmkit compiled using gcc
I have tested compiling vmkit using gcc3.4 and gcc4.4
Some vmkit files required that I added some explicit typecasts and
#includes in order to compile.
I have attached my changes against the vmkit svn trunk rev 69439
Using this patch both versions of gcc managed to compiled vmkit on my
machine.
Cheers
Xerxes
-------------- next part --------------
An embedded and charset-unspecified text was
2009 Apr 18
0
[LLVMdev] [patch] vmkit compiled using gcc
Applied thanks!
http://lists.cs.uiuc.edu/pipermail/vmkit-commits/2009-April/000815.html
Btw, what are the error messages for these?
> - char * res = strstr(haystack, needle);
> + char * res = (char *)strstr(haystack, needle);
> - char* ptr = strrchr(name, '/');
> + char* ptr = (char*)strrchr(name, '/');
Nicolas
Xerxes Rånby wrote:
> I have tested compiling
2011 Aug 23
0
[LLVMdev] VMKit build error
...t16 const* const&, j3::Jnjvm*)) + 161
> 9 vmjc 0x0000000000548d49 CreateUnableToLoad(mvm::UTF8 const*,
> j3::Jnjvm*) + 617
> 10 vmjc 0x00000000005470a3
> j3::Jnjvm::noClassDefFoundError(mvm::UTF8 const*) + 67
> 11 vmjc 0x000000000054f715
> j3::JnjvmClassLoader::loadName(mvm::UTF8 const*, bool, bool,
> j3::JavaString*) + 277
> 12 vmjc 0x000000000055813a j3::Class::readParents(j3::Reader&) +
> 106
> 13 vmjc 0x0000000000559297 j3::Class::readClass() + 375
> 14 vmjc 0x000000000054f348
> j3::JnjvmClassL...
2013 Feb 12
0
[LLVMdev] [vmkit] Errors compiling vmkt
...'
> make[3]: Entering directory `/home/chris/vmkit/lib/j3/LLVMRuntime'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/home/chris/vmkit/lib/j3/LLVMRuntime'
> make[3]: Entering directory `/home/chris/vmkit/lib/j3/VMCore'
> llvm[3]: Compiling 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/...
2011 Aug 23
2
[LLVMdev] VMKit build error
...3::Jnjvm*)) + 161
>> 9 vmjc 0x0000000000548d49 CreateUnableToLoad(mvm::UTF8 const*,
>> j3::Jnjvm*) + 617
>> 10 vmjc 0x00000000005470a3
>> j3::Jnjvm::noClassDefFoundError(mvm::UTF8 const*) + 67
>> 11 vmjc 0x000000000054f715
>> j3::JnjvmClassLoader::loadName(mvm::UTF8 const*, bool, bool,
>> j3::JavaString*) + 277
>> 12 vmjc 0x000000000055813a j3::Class::readParents(j3::Reader&) +
>> 106
>> 13 vmjc 0x0000000000559297 j3::Class::readClass() + 375
>> 14 vmjc 0x000000000054f348...
2014 Mar 07
2
[LLVMdev] Running VMKit's AOT Java Compiler
...JavaMethod::invokeJavaObjectStatic(j3::Jnjvm*, j3::Class*, ...) + 116
13 vmjc 0x000000000058a921
j3::Jnjvm::noClassDefFoundError(j3::Class*, vmkit::UTF8 const*) + 1665
14 vmjc 0x000000000056c2bb j3::Class::readClass() + 427
15 vmjc 0x0000000000591a78
j3::JnjvmClassLoader::constructClass(vmkit::UTF8 const*, j3::ClassBytes*) +
360
16 vmjc 0x0000000000591743
j3::JnjvmBootstrapLoader::internalLoad(vmkit::UTF8 const*, bool,
j3::JavaString*) + 131
17 vmjc 0x0000000000591d76
j3::JnjvmClassLoader::loadName(vmkit::UTF8 const*, bool, bool,
j3:...
2011 Aug 24
0
[LLVMdev] VMKit build error
...vmjc 0x0000000000548d49 CreateUnableToLoad(mvm::UTF8
> const*,
> >> j3::Jnjvm*) + 617
> >> 10 vmjc 0x00000000005470a3
> >> j3::Jnjvm::noClassDefFoundError(mvm::UTF8 const*) + 67
> >> 11 vmjc 0x000000000054f715
> >> j3::JnjvmClassLoader::loadName(mvm::UTF8 const*, bool, bool,
> >> j3::JavaString*) + 277
> >> 12 vmjc 0x000000000055813a
> j3::Class::readParents(j3::Reader&) +
> >> 106
> >> 13 vmjc 0x0000000000559297 j3::Class::readClass() + 375
> >> 14 vmjc...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
On Tue, Jul 20, 2010 at 6:56 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote:
> Hi Minas,
>
> I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead
> of printing an error message, j3 just segfaults in
> "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()"
>
Could you please run it under gdb like
$ gdb --args ./j3 HelloWorld
and print here backtrace at fall?
> I ran llcj under strace and found that it is not even opening the input or
> output files, but is otherwise running normally....
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
Hi Minas,
I tried recompiling Classpath with -fno-omit-frame-pointer, and now, instead
of printing an error message, j3 just segfaults in
"j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()"
I ran llcj under strace and found that it is not even opening the input or
output files, but is otherwise running normally.
Updating to the latest SVN version (revision 108831) didn't change anything
(I was only a few days out of date)....
2011 Aug 24
2
[LLVMdev] VMKit build error
...0000548d49 CreateUnableToLoad(mvm::UTF8
>> const*,
>> >> j3::Jnjvm*) + 617
>> >> 10 vmjc 0x00000000005470a3
>> >> j3::Jnjvm::noClassDefFoundError(mvm::UTF8 const*) + 67
>> >> 11 vmjc 0x000000000054f715
>> >> j3::JnjvmClassLoader::loadName(mvm::UTF8 const*, bool, bool,
>> >> j3::JavaString*) + 277
>> >> 12 vmjc 0x000000000055813a
>> j3::Class::readParents(j3::Reader&) +
>> >> 106
>> >> 13 vmjc 0x0000000000559297 j3::Class::readClass() + 375
&g...
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...::JavaString* (*)(j3::ArrayUInt16 const* const&, j3::Jnjvm*)) + 161
9 vmjc 0x0000000000557162 CreateUnableToLoad(mvm::UTF8 const*,
j3::Jnjvm*) + 786
10 vmjc 0x00000000005552e3
j3::Jnjvm::noClassDefFoundError(mvm::UTF8 const*) + 67
11 vmjc 0x000000000055de64
j3::JnjvmClassLoader::loadName(mvm::UTF8 const*, bool, bool,
j3::JavaString*) + 276
12 vmjc 0x00000000005667ea j3::Class::readParents(j3::Reader&) +
106
13 vmjc 0x000000000056791c j3::Class::readClass() + 364
14 vmjc 0x000000000055dacc
j3::JnjvmClassLoader::constructClass(mvm::UTF...
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...t16 const* const&, j3::Jnjvm*)) + 161
> 9 vmjc 0x0000000000557162 CreateUnableToLoad(mvm::UTF8 const*,
> j3::Jnjvm*) + 786
> 10 vmjc 0x00000000005552e3
> j3::Jnjvm::noClassDefFoundError(mvm::UTF8 const*) + 67
> 11 vmjc 0x000000000055de64
> j3::JnjvmClassLoader::loadName(mvm::UTF8 const*, bool, bool,
> j3::JavaString*) + 276
> 12 vmjc 0x00000000005667ea j3::Class::readParents(j3::Reader&) +
> 106
> 13 vmjc 0x000000000056791c j3::Class::readClass() + 364
> 14 vmjc 0x000000000055dacc
> j3::JnjvmClassL...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...neither MMTk nor GCMmap2).
Nicolas
On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote:
> Hi Minas,
>
> I tried recompiling Classpath with -fno-omit-frame-pointer, and now,
> instead of printing an error message, j3 just segfaults in
> "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()"
>
> I ran llcj under strace and found that it is not even opening the input or
> output files, but is otherwise running normally.
>
> Updating to the latest SVN version (revision 108831) didn't change anything
> (I was o...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...t;
>
> On Tue, Jul 20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote:
>
>> Hi Minas,
>>
>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now,
>> instead of printing an error message, j3 just segfaults in
>> "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()"
>>
>> I ran llcj under strace and found that it is not even opening the input or
>> output files, but is otherwise running normally.
>>
>> Updating to the latest SVN version (revision 108831) didn't change
&g...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...20, 2010 at 3:56 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote:
>>
>>> Hi Minas,
>>>
>>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now,
>>> instead of printing an error message, j3 just segfaults in
>>> "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()"
>>>
>>> I ran llcj under strace and found that it is not even opening the input
>>> or output files, but is otherwise running normally.
>>>
>>> Updating to the latest SVN version (revision 108831)...
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi Sergii,
On Tue, Oct 25, 2011 at 1:15 PM, Vozniuk, Sergii <sergii.vozniuk at epfl.ch>wrote:
> Hi everyone
>
> I wasn't successful in running VMKit on my machine and I'm still struggling
> with doing it.
> Maybe someone had at least one of my problems and knows how to solve it
> (because it seems to me that I ran into every problem that could occur :) ).
>
2010 Jul 19
0
[LLVMdev] Fwd: Building VMKit
Hi Joshua,
> $ j3 Hello
> j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*):
> Assertion `(this->isInitializing() ||
> classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized class
> when allocating."' failed.
> Aborted
Regarding to j3 in 64 bit version, it should work now after we've
found crush reason,
both in
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...;joshuawarner32 at gmail.com
>>> > wrote:
>>>
>>>> Hi Minas,
>>>>
>>>> I tried recompiling Classpath with -fno-omit-frame-pointer, and now,
>>>> instead of printing an error message, j3 just segfaults in
>>>> "j3::JnjvmClassLoader::loadClassFromAsciiz(char const*, bool, bool) ()"
>>>>
>>>> I ran llcj under strace and found that it is not even opening the input
>>>> or output files, but is otherwise running normally.
>>>>
>>>> Updating to the latest SVN versio...