• Bug
  • Status: Resolved
  • 2 Major
  • Resolution: Fixed
  • Byte Code Transform
  • cdennis
  • Reporter: cdennis
  • February 23, 2015
  • 0
  • Watchers: 1
  • February 23, 2015
  • February 23, 2015

Description

At some point Oracle changed the proxy generation code in JDK 1.6 and call paths shifted slightly. This prevented us from trimming DSO interfaces out of the proxy interfaces arguments, and caused ProxyTest to fail. A simple instrumentation fix is required to patch the new call path.

Comments