On Fri, 7 Oct 2022 15:15:25 GMT, Daniel D. Daugherty <dcu...@openjdk.org> wrote:
>> Alex Menkov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixed compilation error on linux > > test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineRetransform/libRedefineRetransform.cpp > line 48: > >> 46: /* >> 47: * Helper class for data exchange between >> RedefineClasses/RetransformClasses and >> 48: * ClassFileLoadHook callback (saves class bytes passed to CFLH, > > typo: s/passed to/to be passed to/ Done > test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineRetransform/libRedefineRetransform.cpp > line 49: > >> 47: * Helper class for data exchange between >> RedefineClasses/RetransformClasses and >> 48: * ClassFileLoadHook callback (saves class bytes passed to CFLH, >> 49: * allows to set new class bytes to return from CFLH). > > typo: s/allows to set new/allows setting new/ Done ------------- PR: https://git.openjdk.org/jdk/pull/10032