Fix jar cmd with bootstrap

This commit is contained in:
Mikhail Novosyolov 2021-03-24 23:54:53 +03:00
parent ce1d5041d4
commit 9e15813a9b

View file

@ -1743,7 +1743,7 @@ grep 'JavaCallWrapper::JavaCallWrapper' gdb.out
%endif
# Check src.zip has all sources. See RHBZ#1130490
jar -tf $JAVA_HOME/lib/src.zip | grep 'sun.misc.Unsafe'
$JAVA_HOME/bin/jar -tf $JAVA_HOME/lib/src.zip | grep 'sun.misc.Unsafe'
# Check class files include useful debugging information
$JAVA_HOME/bin/javap -l java.lang.Object | grep "Compiled from"