8316648: jrt-fs.jar classes not reproducible between standard and bootcycle builds
Reviewed-by: erikj
This commit is contained in:
parent
3d6e775d71
commit
0f0c5b2d71
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
|
# Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
@ -46,8 +46,10 @@ JIMAGE_PKGS := \
|
|||||||
jdk/internal/jrtfs \
|
jdk/internal/jrtfs \
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Compile jrt-fs.jar with the interim compiler, as it
|
||||||
|
# ends up in the image, this will ensure reproducible classes
|
||||||
$(eval $(call SetupJavaCompilation, BUILD_JRTFS, \
|
$(eval $(call SetupJavaCompilation, BUILD_JRTFS, \
|
||||||
COMPILER := bootjdk, \
|
COMPILER := interim, \
|
||||||
DISABLED_WARNINGS := options, \
|
DISABLED_WARNINGS := options, \
|
||||||
TARGET_RELEASE := $(TARGET_RELEASE_JDK8), \
|
TARGET_RELEASE := $(TARGET_RELEASE_JDK8), \
|
||||||
SRC := $(TOPDIR)/src/java.base/share/classes, \
|
SRC := $(TOPDIR)/src/java.base/share/classes, \
|
||||||
|
Loading…
Reference in New Issue
Block a user