Michael Koch wrote:
CVSROOT:	/cvsroot/classpath
Module name:	classpath
Changes by:	Michael Koch <[EMAIL PROTECTED]>	02/12/23 03:30:29

	* java/lang/reflect/Proxy.java
	(h): This member was never final in any jdk release.
I'm not sure this change needed to be made. The field h is not publically accessible - it is protected within Proxy, user code should not extend Proxy directly, and internally created proxy classes never change the value of h. I thought making it final (like we made Integer.value final) provided more security from bad reflection code.

--
This signature intentionally left boring.

Eric Blake [EMAIL PROTECTED]
BYU student, free software programmer




_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to