mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 21:42:53 +00:00
Fix jar cmd with bootstrap
This commit is contained in:
parent
ce1d5041d4
commit
9e15813a9b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue