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
iveresov [Sat, 18 Feb 2017 06:48:41 +0000] rev 43976
Merge
iveresov [Fri, 17 Feb 2017 21:54:30 -0800] rev 43975
8175217: [AOT] Fix suite.py after module renaming
Summary: Fix paths in suite.py
Reviewed-by: kvn
kvn [Fri, 17 Feb 2017 21:06:59 -0800] rev 43974
8175052: [AOT] jaotc does not accept file name with .class
Reviewed-by: iveresov