On Thu, 25 Aug 2022 21:16:22 GMT, Alex Menkov wrote:
> The problem is RedefineClasses does not update cached_class_bytes, so
> subsequent RetransformClasses gets obsolete class bytes (this are testcases
> 3-6 from the new test)
>
> cached_class_bytes are set when an agent instruments the class
On Mon, 3 Oct 2022 20:57:42 GMT, Chris Plummer wrote:
>> The main issues I set out to address are:
>>
>> - legacy Solaris references can be removed
>> - add help with dealing with Windows core files, most of important of which
>> is use of PATH to find the dlls referenced by the core file.
>> -
On Mon, 3 Oct 2022 20:57:42 GMT, Chris Plummer wrote:
>> The main issues I set out to address are:
>>
>> - legacy Solaris references can be removed
>> - add help with dealing with Windows core files, most of important of which
>> is use of PATH to find the dlls referenced by the core file.
>> -
On Mon, 3 Oct 2022 20:57:42 GMT, Chris Plummer wrote:
>> The main issues I set out to address are:
>>
>> - legacy Solaris references can be removed
>> - add help with dealing with Windows core files, most of important of which
>> is use of PATH to find the dlls referenced by the core file.
>> -
On Sat, 8 Oct 2022 14:57:07 GMT, Chris Plummer wrote:
>> The main issues I set out to address are:
>>
>> - legacy Solaris references can be removed
>> - add help with dealing with Windows core files, most of important of which
>> is use of PATH to find the dlls referenced by the core file.
>> -
> The main issues I set out to address are:
>
> - legacy Solaris references can be removed
> - add help with dealing with Windows core files, most of important of which
> is use of PATH to find the dlls referenced by the core file.
> - add help with dealing with macOS core files, most of importan