Displaying 4 results from an estimated 4 matches for "javaobjectclass".
2012 Jun 09
0
[LLVMdev] VMKIT: Assertion at build
...6 vmjc 0x000000000050cf38 j3::JavaMethod::invokeIntSpecialAP(j3::Jnjvm*, j3::Class*, j3::JavaObject*, __va_list_tag*) + 56
7 vmjc 0x000000000050d715 j3::JavaMethod::invokeIntSpecial(j3::Jnjvm*, j3::Class*, j3::JavaObject*, ...) + 117
8 vmjc 0x0000000000524af8 j3::JavaObjectClass::getDeclaredConstructors(j3::JavaObjectClass*, bool) + 520
9 vmjc 0x0000000000530496 Java_java_lang_VMClass_getDeclaredConstructors + 38
10 vmjc 0x00007f3400e46a40 Java_java_lang_VMClass_getDeclaredConstructors + 139861324555728
This is the stack trace reported by gdb:
#0...
2012 Jun 07
4
[LLVMdev] VMKIT: Assertion at build
Hi Nicolas,
it looks like there are missing things
$ more lib/j3/LLVMRuntime/LLVMRuntime.inc
// Generated by llvm2cpp - DO NOT MODIFY!
Module* makeLLVMModuleContents(Module *mod) {
mod->setModuleIdentifier("<stdin>");
// Type Definitions
// Function Declarations
// Global Variable Declarations
// Constant Definitions
// Global Variable Definitions
// Function
2011 Feb 07
1
rjava does not install
...without types) in function
declaration
rJava.h:132: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?*? token
rJava.h:135: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?javaStringClass?
rJava.h:136: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?javaObjectClass?
rJava.h:137: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?javaClassClass?
rJava.h:138: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?javaFieldClass?
rJava.h:139: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?rj_RJavaTools_Class?
rJava.h:141...
2009 Jul 15
2
rJava fails compilation on R-2.9.1 but not R-2.7.1 on Debian Lenny
...?asm? or ?__attribute__?
before ?*? token
rJava.h:120: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?*? token
rJava.h:122: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?javaStringClass?
rJava.h:123: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?javaObjectClass?
rJava.h:124: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?javaClassClass?
rJava.h:125: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?javaFieldClass?
rJava.h:127: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__?
before ?mid_forName?
rJava.h:128: error: ex...