eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 722 forks source link

Enable class sharing by default for platform class loader #3781

Open hangshao0 opened 5 years ago

hangshao0 commented 5 years ago

Class sharing has been enabled by default for Bootstrap class loader. The next step is to enable class sharing by default for platform class loader.

SueChaplain commented 5 years ago

I'm guessing this needs a small update to the user documentation? If so, please add the doc:externals label.

pshipton commented 5 years ago

No plans to complete this for 0.16, moving it forward.