Overview

java.lang.instrument

Status

The initial contribution is compliant with J2SE 1.5 spec.

Below are details about the current status.

Java SE 5.0

java.lang.instrument

New interfaces of JSE 5.0

ClassFileTransformer,Instrumentation

Status: API - ongoing, test - N/A

References:

New API classes and exception

ClassDefinition,UnmodifiableClassException,IllegalClassFormatException

Status: API - ongoing, test - ongoing

References:

Instrumentation implementation

Status: java - ongoing, native - ongoing

References:

other issues

Find a way to test/document testcase issues

For instrument and some classes/methods in other components, it is hard to write unit tests, however write down some behaviour on RI/Harmony can help to ensure quality.

Back to component_development_status

  • No labels