Skip to content

JVM instruction spec compliance: dstore #248

Description

@LSantha

Instruction: dstore

Wiki References

Note: Clone wiki: git clone git@github.com:LSantha/jnode_ai.wiki.git .wiki

Agent Instructions

  1. Read spec pages (base + specific page for this instruction)
  2. Read wiki pages (clone if needed)
  3. Analyze implementations in l1a, l1b, l2 packages
  4. Verify spec compliance: operand stack, runtime exceptions, type checking
  5. Document results with format:

Spec compliance report

Compiler Status Issues
l1a ✅ PASS / ❌ FAIL / ⚠️ PARTIAL
l1b ✅ PASS / ❌ FAIL / ⚠️ PARTIAL
l2 ✅ PASS / ❌ FAIL / ⚠️ PARTIAL

Details

l1a Implementation

  • Status:
  • Files: core/src/core/org/jnode/vm/x86/compiler/l1a/X86BytecodeVisitor.java:<line>
  • Issues:

l1b Implementation

  • Status:
  • Files: core/src/core/org/jnode/vm/x86/compiler/l1b/X86BytecodeVisitor.java:<line>
  • Issues:

l2 Implementation

  • Status:
  • Files: core/src/core/org/jnode/vm/x86/compiler/l2/L2ByteCodeSupportChecker.java:<line>
  • Issues:

IMPORTANT: No changes to source code or wiki are permitted.

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

    agent/investigatedThe agent posted an investigation report on this issue.area/vmJVM internals: JIT compilers, GC, VM magic, type system.jvm-bytecodeJVM bytecode instruction compliancekind/investigateAsks the agent to investigate and report back, not to fix.spec-complianceJVM specification compliance checks

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions