Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 222e943

Browse files
author
David Holmes
committedNov 30, 2020
8257238: Cleanup include directives for precompiled.hpp
Reviewed-by: kbarrett
1 parent fdee70d commit 222e943

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎src/hotspot/os/bsd/semaphore_bsd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*/
2424

25-
#include "precompiled/precompiled.hpp"
25+
#include "precompiled.hpp"
2626
#include "semaphore_bsd.hpp"
2727
#include "runtime/os.hpp"
2828
#include "utilities/debug.hpp"

‎src/hotspot/os/linux/waitBarrier_linux.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -22,7 +22,7 @@
2222
*
2323
*/
2424

25-
#include "precompiled/precompiled.hpp"
25+
#include "precompiled.hpp"
2626
#include "runtime/orderAccess.hpp"
2727
#include "runtime/os.hpp"
2828
#include "waitBarrier_linux.hpp"

‎src/hotspot/os/posix/semaphore_posix.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -22,7 +22,7 @@
2222
*
2323
*/
2424

25-
#include "precompiled/precompiled.hpp"
25+
#include "precompiled.hpp"
2626
#ifndef __APPLE__
2727
#include "runtime/os.hpp"
2828
// POSIX unamed semaphores are not supported on OS X.

‎src/hotspot/os/posix/signals_posix.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*/
2424

25-
#include "precompiled/precompiled.hpp"
25+
#include "precompiled.hpp"
2626

2727
#include "jvm.h"
2828
#include "logging/log.hpp"

0 commit comments

Comments
 (0)
This repository has been archived.