RFR(XXS): 8241951: ClhsdbCDSCore.java failed to find core file

Daniel D. Daugherty daniel.daugherty at oracle.com
Fri Aug 7 22:11:58 UTC 2020


On 8/7/20 6:03 PM, Chris Plummer wrote:
> Hello,
>
> Please review the following:
>
> https://bugs.openjdk.java.net/browse/JDK-8241951
> http://cr.openjdk.java.net/~cjplummer/8241951/webrev.00/index.html

test/lib/jdk/test/lib/util/CoreUtils.java
     L139:                 if (Platform.getOsVersionMajor() == 10 && 
Platform.getOsVersionMinor() >= 15) {
         Should the major version check be ">= 10"?

         Platform.isSignedOSX() would return true for signed 11.X. Dunno.


Thumbs up.

Dan


>
> We need to disable SA core file testing on OSX 10.15.* and later when 
> the binary is signed because OSX will no longer produce core files 
> with this configuration.
>
> thanks,
>
> Chris



More information about the serviceability-dev mailing list