Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8001223

JSR 292: C1 fails to call virtual method (JRUBY-6920)

XMLWordPrintable

    • master
    • Verified

      Charlie Nutter found an issue in C1 and filed a JRuby bug for it:

      http://jira.codehaus.org/browse/JRUBY-6920

      The reduced test case is:

      10000.times do
        begin
          ENV[1]
          raise
        rescue TypeError
        end
      end

      $ jruby -J-showversion -J-d32 -J-client -J-Xbatch JRUBY-6920.rb
      java version "1.8.0-ea"
      Java(TM) SE Runtime Environment (build 1.8.0-ea-b60)
      Java HotSpot(TM) Client VM (build 25.0-b04, mixed mode)

      RuntimeError: No current exception
        (root) at JRUBY-6920.rb:4
         times at org/jruby/RubyFixnum.java:273
        (root) at JRUBY-6920.rb:1

            twisti Christian Thalinger (Inactive)
            twisti Christian Thalinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: