RFR(xs): JDK-8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
Calvin Cheung
calvin.cheung at oracle.com
Mon Apr 4 21:07:50 UTC 2016
Please review this small fix for:
https://bugs.openjdk.java.net/browse/JDK-8152329
The fix is to convert the buffer containing the jar manifest into lower
case before performing strstr.
webrev: http://cr.openjdk.java.net/~ccheung/8152329/webrev.01/
Testing:
JPRT -testset hotspot
The tests under runtime on the platforms built by JPRT.
thanks,
Calvin
More information about the hotspot-runtime-dev
mailing list