Review Request JDK-8200559: Java agents doing instrumentation need a means to define auxiliary classes

2018-04-15 Thread mandy chung
Background: Java agents support both load time and dynamic instrumentation. At load time, the agent's ClassFileTransformer is invoked to transform class bytes.  There is no Class objects at this time.  Dynamic instrumentation is when redefineClasses or retransformClasses is used to redefine

Re: RFR: 8201409: JDWP debugger initialization hangs intermittently

2018-04-15 Thread Daniel D. Daugherty
On 4/13/18 3:07 PM, serguei.spit...@oracle.com wrote: Andrew and reviewers, I'm re-sending this RFR with a corrected subject that includes the bug number. The issues is: _https://bugs.openjdk.java.net/browse/JDK-8201409_