test/jdk/java/lang/invoke/VarHandles/generate-vh-tests.sh
changeset 48710 38872bed90e0
parent 47216 71c04702a3d5
child 53648 6d37b8ec36fa
equal deleted inserted replaced
48709:2d9dad1b821a 48710:38872bed90e0
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 javac -d . ../../../../../make/src/classes/build/tools/spp/Spp.java
     3 javac -d . ../../../../../../make/jdk/src/classes/build/tools/spp/Spp.java
     4 
     4 
     5 SPP=build.tools.spp.Spp
     5 SPP=build.tools.spp.Spp
     6 
     6 
     7 # Generates variable handle tests for objects and all primitive types
     7 # Generates variable handle tests for objects and all primitive types
     8 # This is likely to be a temporary testing approach as it may be more
     8 # This is likely to be a temporary testing approach as it may be more