Skip to content

Wiki: Create Spoke Page for Core - Exceptions-Implementation #24

Description

@LSantha

Goal

Document how JNode implements Java exception handling at the VM and JIT levels.

Instructions

  1. Use the Skill: Apply the update-wiki skill found in the .opencode/skills/update-wiki/ directory to complete this task.
  2. Research: Analyze core/src/core/org/jnode/vm/classmgr/VmExceptions.java, VmCompiledExceptionHandler.java, and VmCompiledCode.java (exception handler table).
  3. Content Requirements:
    • Explain how JNode represents the bytecode exception table in compiled native code.
    • Describe the stack unwinding process: how the VM searches for a handler across multiple frames.
    • Explain the defaultExceptionHandler and when it is invoked.
    • Discuss the restrictions on throwing exceptions in @Uninterruptible code.

Refer to WIKI_SCHEMA.md and AGENTS.md for overarching project rules.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions