JDK-8260534 : Factor out common POSIX code: perfMemory
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2021-01-27
  • Updated: 2021-01-27
  • Resolved: 2021-01-27
Related Reports
Blocks :  
Duplicate :  
Description
While prototyping fix for JDK-8247846 I noticed that perfMemory_linux.cpp, perfMemory_aix.cpp and perfMemory_bsd.cpp share lots of common POSIX based implementation code that could/should be factored out (just like JDK-8252324)

This issue should fall under the umbrella bug JDK-8260533
Comments
Is this similar to https://bugs.openjdk.java.net/browse/JDK-8134540 ?
27-01-2021