hotspot/test/compiler/unsafe/generate-unsafe-access-tests.sh
changeset 39432 4daabc709a27
parent 39419 cc993a4ab581
--- a/hotspot/test/compiler/unsafe/generate-unsafe-access-tests.sh	Mon Jun 20 08:11:22 2016 -0400
+++ b/hotspot/test/compiler/unsafe/generate-unsafe-access-tests.sh	Mon Jun 20 13:06:33 2016 +0200
@@ -55,12 +55,12 @@
 
       if [ "$package" == "jdk.internal.misc" ]; then
         case $type in
-          boolean|byte|char|short)
+          boolean|byte|char|short|float|double)
             args="$args -KCAS"
             ;;
         esac
         case $type in
-          byte|char|short)
+          byte|char|short|float|double)
             args="$args -KAtomicAdd"
             ;;
         esac