Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177090 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b27 |
JDK-2174898 | 6u14 | Tom Rodriguez | P3 | Closed | Fixed | b01 |
While doing some testing with valgrind I tripped across a couple uninitialized fields. BacktraceBuilder has an extra field which is uninitialized and is benignly useless. No_Safepoint_Verifier doesn't properly initialize the _activated field. Normally it should be true and garbage on the stack is more likely to be non-zero so mostly I think this doesn't matter either.
- backported by
-
JDK-2174898 No_Safepoint_Verifier and BacktraceBuilder have uninitialized fields
-
- Closed
-
-
JDK-2177090 No_Safepoint_Verifier and BacktraceBuilder have uninitialized fields
-
- Closed
-