jdk/test/java/nio/Buffer/genCopyDirectMemory.sh
changeset 29594 d5a3834bb69e
parent 5506 202f599c92aa
--- a/jdk/test/java/nio/Buffer/genCopyDirectMemory.sh	Fri Mar 20 10:37:03 2015 -0700
+++ b/jdk/test/java/nio/Buffer/genCopyDirectMemory.sh	Fri Mar 20 15:25:07 2015 -0700
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 #
-# Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
 # questions.
 #
 
-javac -d . ../../../../make/tools/src/build/tools/spp/Spp.java > Spp.java
+javac -d . ../../../../make/src/classes/build/tools/spp/Spp.java > Spp.java
 
 gen() {
     java  build.tools.spp.Spp -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3<CopyDirect-X-Memory.java.template >CopyDirect$2Memory.java