From 70f16393e7859f489e8403d2cc287db6a442455a Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 16 Jan 2017 14:20:10 -0800 Subject: ART: Add GetClassLoaderClasses Add support for GetClassLoaderClasses, extracting all classes a given classloader initiated. Add test. Bug: 31684578 Test: m test-art-host-run-test-912-classes Change-Id: I0aba27fb1674baf1263c0a19dc2dcce7af013760 --- test/912-classes/src-ex/A.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/912-classes/src-ex/A.java (limited to 'test/912-classes/src-ex/A.java') diff --git a/test/912-classes/src-ex/A.java b/test/912-classes/src-ex/A.java new file mode 100644 index 0000000000..64acb2fcfe --- /dev/null +++ b/test/912-classes/src-ex/A.java @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2017 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +public class A { +} \ No newline at end of file -- cgit v1.2.3-59-g8ed1b