Closed
Bug 359970
Opened 19 years ago
Closed 19 years ago
Missing native methods when !AVMPLUS_WITH_JNI break shell
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: shaver, Assigned: shaver)
Details
Attachments
(1 file)
|
3.31 KB,
patch
|
stejohns
:
review+
|
Details | Diff | Splinter Review |
The patch in bug 359850 ifdef'd out all the Java bits, but that makes the method counts and such in toplevel.cpp untrue. I have a patch that stubs the required methods out rather than omitting them, and I can at least start up in interactive mode with this.
| Assignee | ||
Comment 1•19 years ago
|
||
(I don't have access to a tree from which I can commit, due to some inclement hardware conditions on my laptop, so someone else will need to push this in if stejohns approves.)
Comment 2•19 years ago
|
||
Comment on attachment 245006 [details] [diff] [review]
Stub out the Java methods with a no-op
r=stejohns
Attachment #245006 -
Flags: review?(stejohns) → review+
Comment 3•19 years ago
|
||
I have committed the fix.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 4•18 years ago
|
||
Transfer Bug from Core->Tamarin to Tamarin Product.
Component: Tamarin → Virtual Machine
Product: Core → Tamarin
Version: Trunk → unspecified
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•