-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8, 11, 12
-
Component/s: hotspot
-
b05
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8265345 | 11.0.12-oracle | Dukebot | P4 | Resolved | Fixed | b02 |
| JDK-8265413 | 11.0.12 | Harold Seigel | P4 | Resolved | Fixed | b01 |
Method::is_valid_method() compares 'this' with NULL. The compiler is free to elide this test, since (this == NULL) can never be true; applying an ordinary member function to NULL invokes undefined behavior. This function should be changed to be a static member function.
- backported by
-
JDK-8265345 Method::is_valid_method() compares 'this' with NULL
-
- Resolved
-
-
JDK-8265413 Method::is_valid_method() compares 'this' with NULL
-
- Resolved
-