From 6c9a6eac8196b7d45c433cdf9263dc290361d003 Mon Sep 17 00:00:00 2001 From: Ekaterina Pavlova Date: Thu, 23 Jan 2020 10:02:52 -0800 Subject: [PATCH] 8206113: Troubles configuring graal tests Reviewed-by: kvn --- make/test/JtregGraalUnit.gmk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/make/test/JtregGraalUnit.gmk b/make/test/JtregGraalUnit.gmk index 6bc026bf302..c97c4cb947d 100644 --- a/make/test/JtregGraalUnit.gmk +++ b/make/test/JtregGraalUnit.gmk @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -176,8 +176,6 @@ ifeq ($(INCLUDE_GRAAL), true) )) TARGETS_IMAGE += $(COPY_HOTSPOT_JTREG_GRAAL) - else - $(info Skip building of Graal unit tests because 3rd party libraries directory is not specified) endif endif