Searched refs:doRedefine (Results 1 – 1 of 1) sorted by relevance
58 private static Consumer<Class<?>> doRedefine = null; field in Main64 doRedefine.accept(c); in doClassLoad()89 doRedefine = (c) -> { Redefinition.doCommonClassRetransformation(c); }; in testCurrentThread()116 doRedefine = (c) -> { in testRemoteThread()