kvn [Wed, 05 Jul 2017 11:03:19 -0700] rev 46629
8183262: noexecstack check in os::dll_load on Linux is too expensive
Summary: convert ElfFile::specifies_noexecstack() to static method which read file header and check executable stack flag.
Reviewed-by: iklam, stuefe
mdoerr [Wed, 05 Jul 2017 17:19:37 +0200] rev 46628
8183571: PPC64 build broken after 8178499
Reviewed-by: simonis
aph [Tue, 04 Jul 2017 17:33:40 +0100] rev 46627
8183547: AArch64: Better instruction sequence for stack bangs
Reviewed-by: shade, adinn
stefank [Wed, 05 Jul 2017 09:38:47 +0000] rev 46626
Merge
stefank [Wed, 05 Jul 2017 11:33:17 +0200] rev 46625
8183552: Move align functions to align.hpp
Reviewed-by: stuefe, pliden
redestad [Tue, 04 Jul 2017 18:10:40 +0000] rev 46624
Merge
redestad [Tue, 04 Jul 2017 18:36:50 +0200] rev 46623
8183299: Improve inlining of CompiledMethod methods into frame::sender
Reviewed-by: kvn, neliasso
stefank [Mon, 24 Apr 2017 09:14:09 +0200] rev 46622
8178501: Replace usages of align macros with calls to the align inline functions
Reviewed-by: mgerdin, tschatzl
stefank [Tue, 04 Jul 2017 17:44:30 +0200] rev 46621
8183544: Missing parentheses in is_size_aligned_ macro
Reviewed-by: mgerdin, tschatzl
stefank [Thu, 13 Apr 2017 09:57:51 +0200] rev 46620
8178500: Replace usages of round_to and round_down with align_up and align_down
Reviewed-by: rehn, tschatzl