diff make/solaris/makefiles/product.make @ 21626:ca3c6538bcec

JVMCI update makefiles for Solaris/SPARC; os::read at early stage of VM does not work, use ::read as fallback in JVMCIRuntime::parse_lines (JBS:GRAAL-54)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 01 Jun 2015 14:17:05 +0200
parents be896a1983c0
children 06d12473ed61
line wrap: on
line diff
--- a/make/solaris/makefiles/product.make	Mon Jun 01 13:19:48 2015 +0200
+++ b/make/solaris/makefiles/product.make	Mon Jun 01 14:17:05 2015 +0200
@@ -67,7 +67,7 @@
 # Linker mapfiles
 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
 ifdef JVMCI
-MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
+MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-product
 endif
 
 ifndef USE_GCC