java 8 new features

1. Adjustment of HashMap structure

HashMap is composed of arrays and linked lists and converted into arrays and linked lists/red-black trees (linked lists become red-black trees under certain conditions)

 

2. Adjustment of JVM memory structure 

1. Remove the permanent area (method area) in the heap, and the method area directly uses physical memory.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325343029&siteId=291194637