Searched refs:Simple (Results 1 - 25 of 29) sorted by relevance

12

/openjdk10/jdk/test/javax/management/security/
H A DSimple.java31 public class Simple implements SimpleMBean { class in inherits:SimpleMBean
37 @SqeDescriptorKey("NO PARAMETER CONSTRUCTOR Simple")
38 public Simple() { method in class:Simple
41 @SqeDescriptorKey("TWO PARAMETERS CONSTRUCTOR Simple")
43 public Simple(@SqeDescriptorKey("CONSTRUCTOR PARAMETER unused1")int unused1, method in class:Simple
/openjdk10/jdk/test/sun/util/calendar/zi/
H A DBackEnd.java61 return new Simple();
/openjdk10/langtools/test/tools/javap/typeAnnotations/
H A DT6855990.java39 @Simple String[] args = { "-c", "-XDdetails:typeAnnotations", "T6855990" };
46 if (out.indexOf("@Simple: LOCAL_VARIABLE") == -1)
51 @interface Simple { } interface
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerFactory.java71 Simple, enum constant in enum:HotSpotJVMCICompilerFactory.CompilationLevel
/openjdk10/hotspot/test/runtime/SelectionResolution/
H A DAbstractMethodErrorTest.java56 new TestGroup.Simple(initBuilder,
72 new TestGroup.Simple(initBuilder,
86 new TestGroup.Simple(initBuilder,
99 new TestGroup.Simple(initBuilder,
112 new TestGroup.Simple(initBuilder,
126 new TestGroup.Simple(initBuilder,
139 new TestGroup.Simple(initBuilder,
154 new TestGroup.Simple(initBuilder,
167 new TestGroup.Simple(initBuilder,
180 new TestGroup.Simple(initBuilde
[all...]
H A DInvokeStaticSuccessTest.java55 new TestGroup.Simple(initBuilder,
69 new TestGroup.Simple(initBuilder,
82 new TestGroup.Simple(initBuilder,
95 new TestGroup.Simple(initBuilder,
106 new TestGroup.Simple(initBuilder,
119 new TestGroup.Simple(initBuilder,
132 new TestGroup.Simple(initBuilder,
143 new TestGroup.Simple(initBuilder,
156 new TestGroup.Simple(initBuilder,
168 new TestGroup.Simple(initBuilde
[all...]
H A DInvokeSpecialSuccessTest.java54 new TestGroup.Simple(initBuilder,
70 new TestGroup.Simple(initBuilder,
85 new TestGroup.Simple(initBuilder,
98 new TestGroup.Simple(initBuilder,
113 new TestGroup.Simple(initBuilder,
128 new TestGroup.Simple(initBuilder,
141 new TestGroup.Simple(initBuilder,
155 new TestGroup.Simple(initBuilder,
168 new TestGroup.Simple(initBuilder,
183 new TestGroup.Simple(initBuilde
[all...]
H A DInvokeInterfaceSuccessTest.java56 new TestGroup.Simple(initBuilder,
69 new TestGroup.Simple(initBuilder,
83 new TestGroup.Simple(initBuilder,
97 new TestGroup.Simple(initBuilder,
111 new TestGroup.Simple(initBuilder,
125 new TestGroup.Simple(initBuilder,
H A DInvokeVirtualSuccessTest.java55 new TestGroup.Simple(initBuilder,
66 new TestGroup.Simple(initBuilder,
82 new TestGroup.Simple(initBuilder,
97 new TestGroup.Simple(initBuilder,
114 new TestGroup.Simple(initBuilder,
129 new TestGroup.Simple(initBuilder,
144 new TestGroup.Simple(initBuilder,
160 new TestGroup.Simple(initBuilder,
175 new TestGroup.Simple(initBuilder,
191 new TestGroup.Simple(initBuilde
[all...]
H A DIllegalAccessErrorTest.java58 new TestGroup.Simple(initBuilder,
70 new TestGroup.Simple(initBuilder,
82 new TestGroup.Simple(initBuilder,
94 new TestGroup.Simple(initBuilder,
106 new TestGroup.Simple(initBuilder,
118 new TestGroup.Simple(initBuilder,
131 new TestGroup.Simple(initBuilder,
144 new TestGroup.Simple(initBuilder,
157 new TestGroup.Simple(initBuilder,
171 new TestGroup.Simple(initBuilde
[all...]
H A DInvokeInterfaceICCE.java58 new TestGroup.Simple(initBuilder,
71 new TestGroup.Simple(initBuilder,
86 new TestGroup.Simple(initBuilder,
102 new TestGroup.Simple(initBuilder,
118 new TestGroup.Simple(initBuilder,
132 new TestGroup.Simple(initBuilder,
145 new TestGroup.Simple(initBuilder,
159 new TestGroup.Simple(initBuilder,
H A DInvokeVirtualICCE.java58 new TestGroup.Simple(initBuilder,
75 new TestGroup.Simple(initBuilder,
92 new TestGroup.Simple(initBuilder,
108 new TestGroup.Simple(initBuilder,
124 new TestGroup.Simple(initBuilder,
139 new TestGroup.Simple(initBuilder,
152 new TestGroup.Simple(initBuilder,
H A DInvokeSpecialICCE.java57 new TestGroup.Simple(initBuilder,
72 new TestGroup.Simple(initBuilder,
88 new TestGroup.Simple(initBuilder,
103 new TestGroup.Simple(initBuilder,
H A DInvokeStaticICCE.java56 new TestGroup.Simple(initBuilder,
72 new TestGroup.Simple(initBuilder,
87 new TestGroup.Simple(initBuilder,
103 new TestGroup.Simple(initBuilder,
H A DNoSuchMethodErrorTest.java392 new TestGroup.Simple(initBuilder,
397 new TestGroup.Simple(initBuilder,
403 new TestGroup.Simple(initBuilder,
409 new TestGroup.Simple(initBuilder,
417 new TestGroup.Simple(initBuilder,
429 new TestGroup.Simple(initBuilder,
/openjdk10/jdk/test/javax/management/query/
H A DQueryMatchTest.java47 public static class Simple implements SimpleMBean { class in class:QueryMatchTest
48 public Simple(String number) { method in class:QueryMatchTest.Simple
474 ObjectName on = new ObjectName("domain:type=Simple,pattern=" +
477 Simple s = new Simple(data[i][0]);
H A DQuerySubstringTest.java48 public static class Simple implements SimpleMBean { class in class:QuerySubstringTest
49 public Simple(String value) { method in class:QuerySubstringTest.Simple
104 ObjectName on = new ObjectName("test:type=Simple,query=" +
106 Simple s = new Simple(data[i][0]);
H A DInstanceOfExpTest.java42 public static class Simple implements SimpleMBean {} class in class:InstanceOfExpTest
52 mbs.createMBean(Simple.class.getName(), name1);
/openjdk10/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DSelectionResolutionTest.java50 * share common characteristics. The Simple class provides a
67 public static class Simple implements TestGroup { class in interface:SelectionResolutionTest.TestGroup
71 public Simple(final SelectionResolutionTestCase.Builder initBuilder, method in class:SelectionResolutionTest.TestGroup.Simple
/openjdk10/jdk/test/javax/management/proxy/
H A DProxyObjectMethodsTest.java48 final ObjectName name = new ObjectName(":class=Simple");
60 final Simple simple = new Simple();
164 private static class Simple implements SimpleMBean { class in class:ProxyObjectMethodsTest
H A DNotificationEmitterProxy.java84 final ObjectName name = new ObjectName(":class=Simple");
134 final Simple simple = new Simple();
188 private static class Simple extends NotificationBroadcasterSupport class in class:NotificationEmitterProxy
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DEmptyDomainNotificationTest.java57 public static class Simple class in class:EmptyDomainNotificationTest
95 final ObjectName mbean = ObjectName.getInstance(":type=Simple");
96 mbsc.createMBean(Simple.class.getName(), mbean);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotGraalCompilerFactory.java76 adjustCompilationLevelInternal(Object.class, "hashCode", "()I", CompilationLevel.Simple);
103 @Option(help = "A method filter selecting what should be compiled by Graal. All other requests will be reduced to CompilationLevel.Simple.", type = OptionType.Expert)
166 if (level.ordinal() > CompilationLevel.Simple.ordinal()) {
169 return CompilationLevel.Simple;
188 return CompilationLevel.Simple;
/openjdk10/jdk/test/java/lang/invoke/
H A DRevealDirectTest.java89 public static class Simple implements SimpleInterface, Cloneable { class in class:RevealDirectTest
95 public Simple clone() {
97 return (Simple) super.clone();
102 Simple() { finalField = -NICE_CONSTANT; } method in class:RevealDirectTest.Simple
114 testOnMembers("testSimple", Simple.members(), Simple.localLookup());
118 List<Member> mems = publicOnly(Simple.members());
119 Lookup pubLookup = publicLookup(), privLookup = Simple.localLookup();
128 List<Member> mems = nonPublicOnly(Simple.members());
129 Lookup pubLookup = publicLookup(), privLookup = Simple
[all...]
/openjdk10/langtools/test/tools/javap/4870651/
H A DTest.java73 class Simple { } class in class:Test

Completed in 247 milliseconds

12