comparison src/share/vm/includeDB_core @ 1152:cd37471eaecc

6914206: change way of permission checking for generated MethodHandle adapters Summary: Put generated MH adapter in InvokeDynamic/MethodHandle classes to be able to indentify them easily in the compiler. Reviewed-by: kvn, never, jrose
author twisti
date Fri, 08 Jan 2010 11:09:46 +0100
parents dd57230ba8fe
children 4e6abf09f540
comparison
equal deleted inserted replaced
1151:1271af4ec18c 1152:cd37471eaecc
1 // 1 //
2 // Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. 2 // Copyright 1997-2010 Sun Microsystems, Inc. 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.
3501 reflection.cpp instanceKlass.hpp 3501 reflection.cpp instanceKlass.hpp
3502 reflection.cpp javaCalls.hpp 3502 reflection.cpp javaCalls.hpp
3503 reflection.cpp javaClasses.hpp 3503 reflection.cpp javaClasses.hpp
3504 reflection.cpp jvm.h 3504 reflection.cpp jvm.h
3505 reflection.cpp linkResolver.hpp 3505 reflection.cpp linkResolver.hpp
3506 reflection.cpp methodHandleWalk.hpp
3506 reflection.cpp objArrayKlass.hpp 3507 reflection.cpp objArrayKlass.hpp
3507 reflection.cpp objArrayOop.hpp 3508 reflection.cpp objArrayOop.hpp
3508 reflection.cpp oopFactory.hpp 3509 reflection.cpp oopFactory.hpp
3509 reflection.cpp reflection.hpp 3510 reflection.cpp reflection.hpp
3510 reflection.cpp reflectionUtils.hpp 3511 reflection.cpp reflectionUtils.hpp