hotspot/test/compiler/jvmci/common/CTVMUtilities.java
changeset 44520 0553e129e0ec
parent 41325 050786119cb7
equal deleted inserted replaced
44471:7e8e5ceecf99 44520:0553e129e0ec
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017, 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.
    39 import java.lang.reflect.Constructor;
    39 import java.lang.reflect.Constructor;
    40 import java.lang.reflect.Executable;
    40 import java.lang.reflect.Executable;
    41 import java.lang.reflect.Field;
    41 import java.lang.reflect.Field;
    42 import java.lang.reflect.Method;
    42 import java.lang.reflect.Method;
    43 import java.lang.reflect.Modifier;
    43 import java.lang.reflect.Modifier;
    44 import java.lang.reflect.Module;
       
    45 import java.lang.reflect.Parameter;
    44 import java.lang.reflect.Parameter;
    46 import java.util.HashMap;
    45 import java.util.HashMap;
    47 import java.util.Map;
    46 import java.util.Map;
    48 import java.util.TreeMap;
    47 import java.util.TreeMap;
    49 
    48