Skip to content

RuntimeError with compiled multi-byte variable #4660

@jakago

Description

@jakago

multibytevar.rb

# coding: utf-8

# 'α'.bytes => [206, 177]
p α = 1

run with jruby 9.1.9.0

$ jruby multibytevar.rb
1

compile and run with jruby 9.1.9.0

$ jrubyc multibytevar.rb
$ jruby multibytevar.class
RuntimeError: BUG: interpreter fell through to end unexpectedly
  <main> at multibytevar.class:1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions