test/serviceability/sa/jmap-hashcode/Test8028623.java

Print this page
rev 6486 : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper


   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8028623
  27  * @summary Test hashing of extended characters in Serviceability Agent.
  28  * @library /testlibrary

  29  * @compile -encoding utf8 Test8028623.java
  30  * @run main Test8028623
  31  */
  32 
  33 import com.oracle.java.testlibrary.JDKToolLauncher;
  34 import com.oracle.java.testlibrary.OutputBuffer;
  35 import com.oracle.java.testlibrary.ProcessTools;
  36 
  37 import java.io.File;
  38 
  39 public class Test8028623 {
  40 
  41   public static int à = 1;
  42   public static String dumpFile = "heap.out";
  43 
  44   public static void main (String[] args) {
  45 
  46     System.out.println(Ã);
  47 
  48     try {




   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8028623
  27  * @summary Test hashing of extended characters in Serviceability Agent.
  28  * @library /testlibrary
  29  * @build com.oracle.java.testlibrary.*
  30  * @compile -encoding utf8 Test8028623.java
  31  * @run main Test8028623
  32  */
  33 
  34 import com.oracle.java.testlibrary.JDKToolLauncher;
  35 import com.oracle.java.testlibrary.OutputBuffer;
  36 import com.oracle.java.testlibrary.ProcessTools;
  37 
  38 import java.io.File;
  39 
  40 public class Test8028623 {
  41 
  42   public static int à = 1;
  43   public static String dumpFile = "heap.out";
  44 
  45   public static void main (String[] args) {
  46 
  47     System.out.println(Ã);
  48 
  49     try {