RFR: 8253742: POSIX signal code cleanup [v5]

David Holmes david.holmes at oracle.com
Wed Nov 11 05:47:39 UTC 2020


On 11/11/2020 3:04 am, Gerard Ziemski wrote:
> Many thanks Thomas & David for the lesson on the header files!
> 
> If I understand it correctly, then we need to add `#include "utilities/globalDefinitions.hpp"` to signals_posix.hpp, correct?

It is already there.

#ifndef OS_POSIX_SIGNALS_POSIX_HPP
#define OS_POSIX_SIGNALS_POSIX_HPP

#include "memory/allocation.hpp"
#include "utilities/globalDefinitions.hpp"

#include <signal.h>

So you can just delete the include of signal.h

David

> -------------
> 
> PR: https://git.openjdk.java.net/jdk/pull/636
> 


More information about the hotspot-dev mailing list