jgeorge [Thu, 23 Feb 2017 12:19:03 +0530] rev 43979
8162504: TestInstanceKlassSize.java and TestInstanceKlassSizeForInterface.java fail on Mac OS
Summary: Modify TestInstanceKlassSizeForInterface.java to avoid the error prone mechanism of spawning a process and attaching back to the current process. Use LingeredApp instead.
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george@oracle.com
gziemski [Wed, 22 Feb 2017 11:20:12 -0600] rev 43978
8175135: Header template correction for year
Summary: Added comma.
Reviewed-by: dcubed, gthornbr
hseigel [Tue, 21 Feb 2017 09:53:49 -0500] rev 43977
8174725: JVM should throw NoClassDefFoundError if ACC_MODULE is set in access_flags
Summary: Check if ACC_MODULE is set, and if so, throw NoClassDefFoundError exception
Reviewed-by: dholmes, alanb, acorn, coleenp, lfoltan, gtriantafill