public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI: Minor fix for Thread insecurity checks
@ 2006-06-27 10:01 Gary Benson
  0 siblings, 0 replies; only message in thread
From: Gary Benson @ 2006-06-27 10:01 UTC (permalink / raw)
  To: mauve-patches

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

Hi again,

This commit fixes a failure in the Thread insecurity checks.  I have
no idea how this passed before.  There's something about Thread checks
that turns my brain to cheese.  Probably someone at Sun watches me
commit then changes the javadoc...

Cheers,
Gary

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1144 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/mauve/mauve/ChangeLog,v
retrieving revision 1.1740
diff -u -r1.1740 ChangeLog
--- ChangeLog	27 Jun 2006 09:54:43 -0000	1.1740
+++ ChangeLog	27 Jun 2006 09:58:14 -0000
@@ -1,3 +1,7 @@
+2006-06-27  Gary Benson  <gbenson@redhat.com>
+
+	* gnu/testlet/java/lang/Thread/insecurity.java: Minor fix.
+
 2006-06-27  Gary Benson  <gbenson@redhat.com>
 
 	* gnu/testlet/java/lang/ThreadGroup/insecurity.java:
Index: gnu/testlet/java/lang/Thread/insecurity.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/lang/Thread/insecurity.java,v
retrieving revision 1.1
diff -u -r1.1 insecurity.java
--- gnu/testlet/java/lang/Thread/insecurity.java	10 May 2006 11:36:45 -0000	1.1
+++ gnu/testlet/java/lang/Thread/insecurity.java	27 Jun 2006 09:58:14 -0000
@@ -162,7 +162,7 @@
 	// corresponding throwpoint: java.lang.Thread-stop()
 	harness.checkPoint("stop()");
 	try {
-	  sm.prepareChecks(noChecks);
+	  sm.prepareChecks(stopThread);
 	  testThread.stop();
 	  sm.checkAllChecked(harness);
 	}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-27 10:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-27 10:01 FYI: Minor fix for Thread insecurity checks Gary Benson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).