Skip to content

Commit e7fa180

Browse files
committedJun 26, 2020
8248334: hs build errors on ppc64 and s390x platforms
Reviewed-by: dholmes, mdoerr
1 parent 9ffba30 commit e7fa180

5 files changed

+10
-5
lines changed
 

‎src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2012, 2018 SAP SE. All rights reserved.
3+
* Copyright (c) 2012, 2020 SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it
@@ -30,6 +30,7 @@
3030
#include "gc/shared/barrierSetAssembler.hpp"
3131
#include "interp_masm_ppc.hpp"
3232
#include "interpreter/interpreterRuntime.hpp"
33+
#include "oops/methodData.hpp"
3334
#include "prims/jvmtiThreadState.hpp"
3435
#include "runtime/frame.inline.hpp"
3536
#include "runtime/safepointMechanism.hpp"

‎src/hotspot/cpu/ppc/templateTable_ppc_64.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2013, 2017 SAP SE. All rights reserved.
3+
* Copyright (c) 2013, 2020 SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it
@@ -33,6 +33,7 @@
3333
#include "interpreter/templateTable.hpp"
3434
#include "memory/universe.hpp"
3535
#include "oops/klass.inline.hpp"
36+
#include "oops/methodData.hpp"
3637
#include "oops/objArrayKlass.hpp"
3738
#include "oops/oop.inline.hpp"
3839
#include "prims/methodHandles.hpp"

‎src/hotspot/cpu/s390/interp_masm_s390.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2016, 2019 SAP SE. All rights reserved.
3+
* Copyright (c) 2016, 2020 SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it
@@ -34,6 +34,7 @@
3434
#include "interpreter/interpreterRuntime.hpp"
3535
#include "oops/arrayOop.hpp"
3636
#include "oops/markWord.hpp"
37+
#include "oops/methodData.hpp"
3738
#include "prims/jvmtiExport.hpp"
3839
#include "prims/jvmtiThreadState.hpp"
3940
#include "runtime/basicLock.hpp"

‎src/hotspot/cpu/s390/templateInterpreterGenerator_s390.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2016, 2019, SAP SE. All rights reserved.
3+
* Copyright (c) 2016, 2020 SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it
@@ -34,6 +34,7 @@
3434
#include "interpreter/templateInterpreterGenerator.hpp"
3535
#include "interpreter/templateTable.hpp"
3636
#include "oops/arrayOop.hpp"
37+
#include "oops/methodData.hpp"
3738
#include "oops/oop.inline.hpp"
3839
#include "prims/jvmtiExport.hpp"
3940
#include "prims/jvmtiThreadState.hpp"

‎src/hotspot/cpu/s390/templateTable_s390.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2016, 2018 SAP SE. All rights reserved.
3+
* Copyright (c) 2016, 2020 SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it
@@ -31,6 +31,7 @@
3131
#include "interpreter/interp_masm.hpp"
3232
#include "interpreter/templateTable.hpp"
3333
#include "memory/universe.hpp"
34+
#include "oops/methodData.hpp"
3435
#include "oops/objArrayKlass.hpp"
3536
#include "oops/oop.inline.hpp"
3637
#include "prims/methodHandles.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.