hotspot/make/lib/Lib-jdk.hotspot.agent.gmk
changeset 35765 e15ec0a78e45
parent 35236 627e7f8410dd
child 36548 fc7fd42432e5
--- a/hotspot/make/lib/Lib-jdk.hotspot.agent.gmk	Thu Feb 11 16:05:39 2016 -0800
+++ b/hotspot/make/lib/Lib-jdk.hotspot.agent.gmk	Fri Feb 12 11:07:46 2016 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2016, 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
@@ -29,6 +29,10 @@
 
 ################################################################################
 
+ifneq ($(findstring $(OPENJDK_TARGET_OS), macosx windows), )
+  DISABLE_MAPFILES := true
+endif
+
 SA_TOPDIR := $(HOTSPOT_TOPDIR)/src/jdk.hotspot.agent
 
 # Defaults for most platforms