<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/libjava/java/security/VMAccessController.java, branch trunk</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>Makefile.def: Remove libjava.</title>
<updated>2016-09-30T16:24:48+00:00</updated>
<author>
<name>Andrew Haley</name>
<email>aph@redhat.com</email>
</author>
<published>2016-09-30T16:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=07b78716af6a9d7c9fd1e94d9baf94a52c873947'/>
<id>07b78716af6a9d7c9fd1e94d9baf94a52c873947</id>
<content type='text'>
2016-09-30  Andrew Haley  &lt;aph@redhat.com&gt;

	* Makefile.def: Remove libjava.
	* Makefile.tpl: Likewise.
	* Makefile.in: Regenerate.
	* configure.ac: Likewise.
	* configure: Likewise.
	* gcc/java: Remove.
	* libjava: Likewise.

From-SVN: r240662
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2016-09-30  Andrew Haley  &lt;aph@redhat.com&gt;

	* Makefile.def: Remove libjava.
	* Makefile.tpl: Likewise.
	* Makefile.in: Regenerate.
	* configure.ac: Likewise.
	* configure: Likewise.
	* gcc/java: Remove.
	* libjava: Likewise.

From-SVN: r240662
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Copyright years for files modified in 2010.</title>
<updated>2011-01-03T20:52:22+00:00</updated>
<author>
<name>Jakub Jelinek</name>
<email>jakub@gcc.gnu.org</email>
</author>
<published>2011-01-03T20:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=d652f226fca1e942b7851d1205f8a6a472d9e0a0'/>
<id>d652f226fca1e942b7851d1205f8a6a472d9e0a0</id>
<content type='text'>
From-SVN: r168438
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r168438
</pre>
</div>
</content>
</entry>
<entry>
<title>PR libgcj/46774: Create dynamic ProtectionDomain instances which check the system policy.</title>
<updated>2010-12-16T19:48:07+00:00</updated>
<author>
<name>Andrew John Hughes</name>
<email>ahughes@redhat.com</email>
</author>
<published>2010-12-16T19:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=ffafe01a8749fcce80b960cd3a2ea73764dc6cc4'/>
<id>ffafe01a8749fcce80b960cd3a2ea73764dc6cc4</id>
<content type='text'>
2010-12-13  Andrew John Hughes  &lt;ahughes@redhat.com&gt;

	PR libgcj/46774
	* libjava/java/security/VMAccessController.java:
	(DEFAULT_CONTEXT): Create ProtectionDomain with
	four argument constructor (arguments are the same
	as those implied by the two argument constructor).
	(getContext()): Create ProtectionDomain instances
	with four argument constructor using a null Principal
	array (as before) but including the classloader, which
	was always null before.

From-SVN: r167952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2010-12-13  Andrew John Hughes  &lt;ahughes@redhat.com&gt;

	PR libgcj/46774
	* libjava/java/security/VMAccessController.java:
	(DEFAULT_CONTEXT): Create ProtectionDomain with
	four argument constructor (arguments are the same
	as those implied by the two argument constructor).
	(getContext()): Create ProtectionDomain instances
	with four argument constructor using a null Principal
	array (as before) but including the classloader, which
	was always null before.

From-SVN: r167952
</pre>
</div>
</content>
</entry>
<entry>
<title>Thread.java (accessControlState): New field.</title>
<updated>2006-08-14T14:24:52+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-08-14T14:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=be6415beaefe63fbcf0f8fad53cf9662fb6640ba'/>
<id>be6415beaefe63fbcf0f8fad53cf9662fb6640ba</id>
<content type='text'>
2006-08-14  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/lang/Thread.java (accessControlState): New field.
	* java/security/VMAccessControlState.java: New file.
	* java/security/natVMAccessControlState.cc: Likewise.
	* java/security/VMAccessController.java
	(contexts, inGetContext): Removed.
	(pushContext, popContext, getContext): Use VMAccessControlState.
	* Makefile.am (nat_source_files): Updated.
	* sources.am, Makefile.in: Rebuilt.

From-SVN: r116128
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-08-14  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/lang/Thread.java (accessControlState): New field.
	* java/security/VMAccessControlState.java: New file.
	* java/security/natVMAccessControlState.cc: Likewise.
	* java/security/VMAccessController.java
	(contexts, inGetContext): Removed.
	(pushContext, popContext, getContext): Use VMAccessControlState.
	* Makefile.am (nat_source_files): Updated.
	* sources.am, Makefile.in: Rebuilt.

From-SVN: r116128
</pre>
</div>
</content>
</entry>
<entry>
<title>java-stack.h (GetAccessControlStack): Change return type.</title>
<updated>2006-08-10T09:56:03+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-08-10T09:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=3c95dcfdc2d82abb353997589f7c9c85e462657f'/>
<id>3c95dcfdc2d82abb353997589f7c9c85e462657f</id>
<content type='text'>
2006-08-10  Gary Benson  &lt;gbenson@redhat.com&gt;

	* include/java-stack.h (GetAccessControlStack): Change return
	type.
	* stacktrace.cc (accesscontrol_trace_fn): Record the number of
	Java frames encountered.
	(GetAccessControlStack): Return a flag indicating whether a call to
	doPrivileged was encountered rather than an array of method names.
	* java/security/natVMAccessController.cc (getStack): Change return
	type.
	* java/security/VMAccessController.java (getStack): Likewise.
	(getContext): Change to reflect the above.

From-SVN: r116058
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-08-10  Gary Benson  &lt;gbenson@redhat.com&gt;

	* include/java-stack.h (GetAccessControlStack): Change return
	type.
	* stacktrace.cc (accesscontrol_trace_fn): Record the number of
	Java frames encountered.
	(GetAccessControlStack): Return a flag indicating whether a call to
	doPrivileged was encountered rather than an array of method names.
	* java/security/natVMAccessController.cc (getStack): Change return
	type.
	* java/security/VMAccessController.java (getStack): Likewise.
	(getContext): Change to reflect the above.

From-SVN: r116058
</pre>
</div>
</content>
</entry>
<entry>
<title>System.java (setSecurityManager): Javadoc fix.</title>
<updated>2006-08-09T08:46:34+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-08-09T08:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=fac186e50079e8287ba71ba851937117123a006f'/>
<id>fac186e50079e8287ba71ba851937117123a006f</id>
<content type='text'>
2006-08-09  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/lang/System.java (setSecurityManager): Javadoc fix.
	* java/security/VMAccessController.java (getContext): Comment fix.

From-SVN: r116033
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-08-09  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/lang/System.java (setSecurityManager): Javadoc fix.
	* java/security/VMAccessController.java (getContext): Comment fix.

From-SVN: r116033
</pre>
</div>
</content>
</entry>
<entry>
<title>VMAccessController.java (pushContext, [...]): Use Thread.currentThread() to determine when we're bootstrapping.</title>
<updated>2006-08-07T14:14:14+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-08-07T14:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=e79e0270c06080eaff1f06afd485beee53626090'/>
<id>e79e0270c06080eaff1f06afd485beee53626090</id>
<content type='text'>
2006-08-07  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/security/VMAccessController.java (pushContext, popContext,
	getContext): Use Thread.currentThread() to determine when we're
	bootstrapping.
	(runtimeInitialized): Remove.
	* java/security/natVMAccessController.cc (runtimeInitialized):
	Remove.

From-SVN: r115996
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-08-07  Gary Benson  &lt;gbenson@redhat.com&gt;

	* java/security/VMAccessController.java (pushContext, popContext,
	getContext): Use Thread.currentThread() to determine when we're
	bootstrapping.
	(runtimeInitialized): Remove.
	* java/security/natVMAccessController.cc (runtimeInitialized):
	Remove.

From-SVN: r115996
</pre>
</div>
</content>
</entry>
<entry>
<title>re PR libgcj/13604 (AccessController unfinished)</title>
<updated>2006-07-28T10:54:11+00:00</updated>
<author>
<name>Gary Benson</name>
<email>gbenson@redhat.com</email>
</author>
<published>2006-07-28T10:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=464fc7a19978df2b22cf8683279cd1f14a161a6e'/>
<id>464fc7a19978df2b22cf8683279cd1f14a161a6e</id>
<content type='text'>
2006-07-28  Gary Benson  &lt;gbenson@redhat.com&gt;
	    Casey Marshall &lt;csm@gnu.org&gt;

	PR libgcj/13604:
	* include/java-stack.h (GetClassMethodStack): Declare.
	* stacktrace.cc (GetClassMethodStack): New method.
	* java/security/AccessController.java: Removed.
	* java/security/VMAccessController.java: New file.
	* java/security/natVMAccessController.cc: Likewise.
	* Makefile.am (nat_source_files): Added the above.
	* sources.am, Makefile.in: Rebuilt.


Co-Authored-By: Casey Marshall &lt;csm@gnu.org&gt;

From-SVN: r115793
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2006-07-28  Gary Benson  &lt;gbenson@redhat.com&gt;
	    Casey Marshall &lt;csm@gnu.org&gt;

	PR libgcj/13604:
	* include/java-stack.h (GetClassMethodStack): Declare.
	* stacktrace.cc (GetClassMethodStack): New method.
	* java/security/AccessController.java: Removed.
	* java/security/VMAccessController.java: New file.
	* java/security/natVMAccessController.cc: Likewise.
	* Makefile.am (nat_source_files): Added the above.
	* sources.am, Makefile.in: Rebuilt.


Co-Authored-By: Casey Marshall &lt;csm@gnu.org&gt;

From-SVN: r115793
</pre>
</div>
</content>
</entry>
</feed>
