commit | 28edd79d641a53032589868b3a6ee9441a7b8966 | [log] [tgz] |
---|---|---|
author | Calvin Cheung <ccheung@openjdk.org> | Thu Apr 07 22:03:04 2016 -0700 |
committer | Calvin Cheung <ccheung@openjdk.org> | Thu Apr 07 22:03:04 2016 -0700 |
tree | 1ef257e229652d126ccaa9eed7a6ebfb8195d959 | |
parent | 2d2abce433c95b7edaf3e77b1a337650007750c1 [diff] |
8145221: Use trampolines for i2i and i2c entries in Methods that are stored in CDS archive This optimization reduces the size of the RW region of the CDS archive. It also reduces the amount of pages in the RW region that are actually written into during runtime. Co-authored-by: Ioi Lam <ioi.lam@oracle.com> Co-authored-by: Goetz Lindenmaier <goetz.lindenmaier@sap.com> Reviewed-by: dlong, iklam, jiangli