comparison make/solaris/makefiles/mapfile-vers @ 18051:21444610cb92

8015256: Better class accessibility Summary: Improve protection domain check in forName() Reviewed-by: mchung, acorn, jdn
author coleenp
date Thu, 08 May 2014 17:19:49 -0400
parents ba9dacff9c9d
children 1e657b902392
comparison
equal deleted inserted replaced
18050:6424a6aac192 18051:21444610cb92
1 # 1 #
2 # Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2000, 2014, 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.
82 JVM_DumpAllStacks; 82 JVM_DumpAllStacks;
83 JVM_DumpThreads; 83 JVM_DumpThreads;
84 JVM_EnableCompiler; 84 JVM_EnableCompiler;
85 JVM_Exit; 85 JVM_Exit;
86 JVM_FillInStackTrace; 86 JVM_FillInStackTrace;
87 JVM_FindClassFromCaller;
87 JVM_FindClassFromClass; 88 JVM_FindClassFromClass;
88 JVM_FindClassFromClassLoader; 89 JVM_FindClassFromClassLoader;
89 JVM_FindClassFromBootLoader; 90 JVM_FindClassFromBootLoader;
90 JVM_FindLibraryEntry; 91 JVM_FindLibraryEntry;
91 JVM_FindLoadedClass; 92 JVM_FindLoadedClass;