[Bug 145] New: Java volatile access flag is ignored
[email protected] Fri, 24 Jun 2005 20:32:54 -0400
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=145
Summary: Java volatile access flag is ignored
Product: SableVM
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
~/sablevm-trunk $ grep -r SVM_ACC_VOLATILE * | grep -v '\.svn'
src/libsablevm/constants.h:#define SVM_ACC_VOLATILE 0x0040
src/libsablevm/java_lang_reflect_Field.c: SVM_ACC_STATIC | SVM_ACC_FINAL |
SVM_ACC_TRANSIENT | SVM_ACC_VOLATILE);
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.