equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /* @test |
24 /* @test |
25 * @bug 8022853 |
25 * @bug 8022853 |
26 * @library /testlibrary |
26 * @library /test/lib |
27 * @modules java.base/jdk.internal.misc |
27 * @modules java.base/jdk.internal.misc |
28 * @build jdk.test.lib.* |
|
29 * @run main GetUncompressedObject |
28 * @run main GetUncompressedObject |
30 */ |
29 */ |
31 |
30 |
32 import static jdk.test.lib.Asserts.*; |
31 import static jdk.test.lib.Asserts.*; |
33 |
32 |
34 import jdk.test.lib.*; |
33 import jdk.test.lib.Utils; |
35 import jdk.internal.misc.Unsafe; |
34 import jdk.internal.misc.Unsafe; |
36 |
35 |
37 public class GetUncompressedObject { |
36 public class GetUncompressedObject { |
38 |
37 |
39 public static void main(String args[]) throws Exception { |
38 public static void main(String args[]) throws Exception { |