-
Bug
-
Resolution: Fixed
-
P4
-
hs17
-
b06
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2187073 | 7 | Tony Printezis | P4 | Closed | Fixed | b79 |
JDK-2189869 | 6u21 | Tony Printezis | P4 | Resolved | Fixed | b01 |
The fix for 6815790 introduced three compilation warnings:
"/java/east/u2/ap31282/hotspot-g1-mm/src/share/vm/services/g1MemoryPool.hpp", line 201: Warning: G1EdenPool::max_size hides the virtual function MemoryPool::max_size() const.
"/java/east/u2/ap31282/hotspot-g1-mm/src/share/vm/services/g1MemoryPool.hpp", line 215: Warning: G1SurvivorPool::max_size hides the virtual function MemoryPool::max_size() const.
"/java/east/u2/ap31282/hotspot-g1-mm/src/share/vm/services/g1MemoryPool.hpp", line 229: Warning: G1OldGenPool::max_size hides the virtual function MemoryPool::max_size() const.
3 Warning(s) detected.
"/java/east/u2/ap31282/hotspot-g1-mm/src/share/vm/services/g1MemoryPool.hpp", line 201: Warning: G1EdenPool::max_size hides the virtual function MemoryPool::max_size() const.
"/java/east/u2/ap31282/hotspot-g1-mm/src/share/vm/services/g1MemoryPool.hpp", line 215: Warning: G1SurvivorPool::max_size hides the virtual function MemoryPool::max_size() const.
"/java/east/u2/ap31282/hotspot-g1-mm/src/share/vm/services/g1MemoryPool.hpp", line 229: Warning: G1OldGenPool::max_size hides the virtual function MemoryPool::max_size() const.
3 Warning(s) detected.
- backported by
-
JDK-2189869 G1: deal with compilation warning in g1MemoryPool.hpp
-
- Resolved
-
-
JDK-2187073 G1: deal with compilation warning in g1MemoryPool.hpp
-
- Closed
-
- relates to
-
JDK-6815790 G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
-
- Closed
-