groovy

use correct class names for arrays, when loading through class$

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0-JSR-5
  • Fix Version/s: 1.0-JSR-6
  • Component/s: bytecode
  • Labels:
    None
  • Number of attachments :
    0

Description

it seems that when a foo.bar.Foo[] is used in groovy, than Groovy does convert it to [Lfoo/bar/Foo; but the VM expects here [Lfoo.bar.Foo; and for foo.bar.Foo it expects foo.bar.Foo.

Activity

Hide
blackdrag blackdrag added a comment -

fixed

Show
blackdrag blackdrag added a comment - fixed

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: