[Bug 111] New: Triple sablevm library (normal, debug, jvmdi)
[email protected] Wed, 9 Mar 2005 02:51:04 -0500
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=111
Summary: Triple sablevm library (normal, debug, jvmdi)
Product: SableVM
Version: staging
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
The attached patch adds --enable-extra-debugging-library switch that causes
libsablevmdebug.so to be built next to standard libsablevm.so.
The idea is that 'sablevm' starter could choose the right library to load,
ie. when we want all assertions to be enabled - to use libsablevmdebug.so.
Similarly, when we get JVMDI support, we will add libsablevmjvmdi.so
also built with special parameters.
This patch particularly lacks one element. The 'sablevm' starter is not
able to choose the libary to load. I think we'll have to switch to opening
it explicitly with lt_dlopen(), when ie. '-a' or '--assertions' is passed.
------- 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.