Skip to content

Commit 8333403

Browse files
caspernorrbinpull[bot]
authored andcommitted
8330191: Fix typo in precompiled.hpp
Reviewed-by: jsjolen, szaldana
1 parent 09b3b09 commit 8333403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/share/precompiled/precompiled.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2010, 2024, 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
@@ -29,7 +29,7 @@
2929

3030
// These header files are included in at least 130 C++ files, as of
3131
// measurements made in November 2018. This list excludes files named
32-
// *.include.hpp, since including them decreased build performance.
32+
// *.inline.hpp, since including them decreased build performance.
3333

3434
#include "classfile/classLoaderData.hpp"
3535
#include "classfile/javaClasses.hpp"

0 commit comments

Comments
 (0)