[Bug 136] New: Trunk broken (revision 4087+)

[email protected] Fri, 10 Jun 2005 11:19:24 -0400
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=136

           Summary: Trunk broken (revision 4087+)
           Product: SableVM
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


First, a general note:  I am opening this bug to remind all developers (inluding
self) that it is utterly important to test any new code added to the sablevm
trunk under the --enable-debugging-features configure option.

Second, a specific bug:  In revision 4087, an implementation for
VMStackWalker.fillMethods was added.  Trying to compile it results into:

gnu_classpath_VMStackWalker.c: In function
`Java_gnu_classpath_VMStackWalker_fillMethods':
gnu_classpath_VMStackWalker.c:140: warning: ISO C89 forbids mixed declarations
and code
gnu_classpath_VMStackWalker.c:171: warning: ISO C89 forbids mixed declarations
and code

Of course:
    131   4087      gadek JNIEXPORT static void JNICALL
    132   4087      gadek Java_gnu_classpath_VMStackWalker_fillMethods (JNIEnv
*_env,
    133   4087      gadek                                             jclass
_class SVM_UNUSED,
    134   4087      gadek                                            
jobjectArray context)
    135   4087      gadek {
    136   4087      gadek   _svmt_JNIEnv *env = _svmf_cast_svmt_JNIEnv (_env);
    137   4087      gadek 
    138   4087      gadek   _svmm_resuming_java (env);
    139   4087      gadek 
    140   4087      gadek   jstring methodName = NULL;
    141   4087      gadek



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.