hotspot/test/gc/g1/TestStringDeduplicationTools.java
changeset 30604 b8d532cb6420
parent 26328 8a3e0337bbb5
child 31371 311143309e73
--- a/hotspot/test/gc/g1/TestStringDeduplicationTools.java	Sat May 02 18:40:37 2015 -0700
+++ b/hotspot/test/gc/g1/TestStringDeduplicationTools.java	Mon May 04 16:30:07 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 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
@@ -29,7 +29,7 @@
 import java.lang.reflect.*;
 import java.security.*;
 import java.util.*;
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 import sun.misc.*;
 
 class TestStringDeduplicationTools {