Skip to content

Commit a81e1bf

Browse files
committedJun 20, 2024
8332252: Clean up vmTestbase/vm/share
Reviewed-by: cjplummer
1 parent 99e4d77 commit a81e1bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+74
-1642
lines changed
 

‎test/hotspot/jtreg/vmTestbase/gc/gctests/LoadUnloadGC/LoadUnloadGC.java

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -71,12 +71,8 @@
7171

7272
package gc.gctests.LoadUnloadGC;
7373

74-
import nsk.share.test.*;
7574
import nsk.share.gc.*;
7675
import nsk.share.classload.ClassPathNonDelegatingClassLoader;
77-
import vm.share.monitoring.MemoryPoolFinder;
78-
79-
import java.io.*;
8076
import java.util.*;
8177
import java.lang.management.MemoryPoolMXBean;
8278

‎test/hotspot/jtreg/vmTestbase/vm/share/monitoring/MemoryPoolFinder.java ‎test/hotspot/jtreg/vmTestbase/gc/gctests/LoadUnloadGC/MemoryPoolFinder.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -20,11 +20,11 @@
2020
* or visit www.oracle.com if you need additional information or have any
2121
* questions.
2222
*/
23-
package vm.share.monitoring;
23+
package gc.gctests.LoadUnloadGC;
2424

2525
import java.lang.management.*;
2626

27-
public enum MemoryPoolFinder {
27+
enum MemoryPoolFinder {
2828
CODE_CACHE,
2929
EDEN_SPACE,
3030
SURVIVOR_SPACE,

0 commit comments

Comments
 (0)
Please sign in to comment.