Skip to content

Commit 300cbaa

Browse files
committed
8256418: Jittester make build is broken.
Reviewed-by: iignatyev
1 parent c9c1573 commit 300cbaa

File tree

1 file changed

+2
-1
lines changed
  • test/hotspot/jtreg/testlibrary/jittester

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/testlibrary/jittester/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2015, 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
@@ -73,6 +73,7 @@ TESTLIBRARY_SRC_DIR = ../../../../lib/jdk/test/lib
7373
TESTLIBRARY_SRC_FILES = $(TESTLIBRARY_SRC_DIR)/Asserts.java \
7474
$(TESTLIBRARY_SRC_DIR)/JDKToolFinder.java \
7575
$(TESTLIBRARY_SRC_DIR)/JDKToolLauncher.java \
76+
$(TESTLIBRARY_SRC_DIR)/NetworkConfiguration.java \
7677
$(TESTLIBRARY_SRC_DIR)/Platform.java \
7778
$(TESTLIBRARY_SRC_DIR)/Utils.java \
7879
$(TESTLIBRARY_SRC_DIR)/process/OutputAnalyzer.java \

0 commit comments

Comments
 (0)