`Lookup::defineClass` is specified to throw `LinkageError` if a linkage error occurs, but the implementation was not actually linking the class. In this release, the implementation has been changed to link the class before returning, so conforming to the specification. If `Lookup::defineClass` is called to define a class that fails linking, `LinkageError` will be thrown.
|