jdk/make/java/nio/genBuffer.sh
changeset 4115 e09be02771b6
parent 2 90ce3da70b43
child 4502 18f387917b89
equal deleted inserted replaced
4113:e2d47cad2647 4115:e09be02771b6
   152   }
   152   }
   153 
   153 
   154   mv $DST $DST.tmp
   154   mv $DST $DST.tmp
   155   sed -e '/#BIN/,$d' <$DST.tmp >$DST
   155   sed -e '/#BIN/,$d' <$DST.tmp >$DST
   156   rm -f $DST.tmp
   156   rm -f $DST.tmp
   157   binops=`dirname $SRC`/`basename $SRC .java`-bin.java
   157   binops=`dirname $SRC`/`basename $SRC .java.template`-bin.java.template
   158   genBinOps char character 1 two one $binops >>$DST
   158   genBinOps char character 1 two one $binops >>$DST
   159   genBinOps short short 1 two one $binops >>$DST
   159   genBinOps short short 1 two one $binops >>$DST
   160   genBinOps int integer 2 four three $binops >>$DST
   160   genBinOps int integer 2 four three $binops >>$DST
   161   genBinOps long long 3 eight seven $binops >>$DST
   161   genBinOps long long 3 eight seven $binops >>$DST
   162   genBinOps float float 2 four three $binops >>$DST
   162   genBinOps float float 2 four three $binops >>$DST