[Mono-bugs] [Bug 40817][Nor] New - Runtime ignores `Synchronized' attribute on a method.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 5 Apr 2003 13:18:12 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=40817

--- shadow/40817	Sat Apr  5 13:18:12 2003
+++ shadow/40817.tmp.5532	Sat Apr  5 13:18:12 2003
@@ -0,0 +1,22 @@
+Bug#: 40817
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Runtime ignores `Synchronized' attribute on a method.
+
+Our JIT compiler ignores the `synchronized' method implementation
+attribute.  This attribute is documented in section 14.4.3.3 of the spec.
+
+There are a number of details present that must be dealt with there.