RFR(XS): 8248879: SA core file support on OSX has some bugs trying to locate the jvm libraries
    Alex Menkov 
    alexey.menkov at oracle.com
       
    Tue Jul 14 20:11:43 UTC 2020
    
    
  
Hi Chris,
I think it would be better to use strrstr to correctly handle paths like
/something/bin/jdk/bin/jhsdb
And I'd updated
358   char* posbin = strstr(execname, "/bin/java");
to use strrstr as well
--alex
On 07/14/2020 12:01, Chris Plummer wrote:
> Ping!
> 
> On 7/6/20 9:31 PM, Chris Plummer wrote:
>> Hello,
>>
>> Please help review the following:
>>
>> http://cr.openjdk.java.net/~cjplummer/8248879/webrev.00/index.html
>> https://bugs.openjdk.java.net/browse/JDK-8248879
>>
>> The description of the problem and the fix are both in the CR.
>>
>> thanks,
>>
>> Chris
> 
    
    
More information about the serviceability-dev
mailing list