7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk
authorcoffeys
Fri Jan 06 16:35:49 2012 +0000 (16 months ago)
changeset 543c90baa88d793
parent 542edc311f95cf0
child 544a680a49f9395
7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk
Reviewed-by: valeriep
make/sun/security/mscapi/Makefile
make/sun/security/pkcs11/Makefile
--- a/make/sun/security/mscapi/Makefile Wed Jan 04 17:38:04 2012 -0800
+++ b/make/sun/security/mscapi/Makefile Fri Jan 06 16:35:49 2012 +0000
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2005, 2012, 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
@@ -149,6 +149,7 @@ OTHER_INCLUDES += \
# Rules
#
CLASSDESTDIR = $(TEMPDIR)/classes
+JAVAHFLAGS = -bootclasspath "$(CLASSDESTDIR)$(CLASSPATH_SEPARATOR)$(CLASSBINDIR)"
include $(BUILDDIR)/common/Mapfile-vers.gmk
--- a/make/sun/security/pkcs11/Makefile Wed Jan 04 17:38:04 2012 -0800
+++ b/make/sun/security/pkcs11/Makefile Fri Jan 06 16:35:49 2012 +0000
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2003, 2012, 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
@@ -147,6 +147,7 @@ OTHER_INCLUDES += \
# Rules
#
CLASSDESTDIR = $(TEMPDIR)/classes
+JAVAHFLAGS = -bootclasspath "$(CLASSDESTDIR)$(CLASSPATH_SEPARATOR)$(CLASSBINDIR)"
include $(BUILDDIR)/common/Mapfile-vers.gmk