File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,6 @@ function jre_files() {
132
132
# Exclude the zOS specific charsets
133
133
function charset_files() {
134
134
135
- # This optimization is only for Eclipse OpenJ9 at this time.
136
- vm_impl=$( get_vm_impl) ;
137
- if [ " ${vm_impl} " != " OpenJ9" ]; then
138
- return ;
139
- fi
140
-
141
135
# 2.3 Special treat for removing ZOS specific charsets
142
136
echo -n " INFO: Trimming charsets..."
143
137
mkdir -p ${root} /charsets_class
@@ -284,7 +278,10 @@ pushd ${target} >/dev/null
284
278
jre_lib_files
285
279
286
280
# Remove IBM zOS charset files.
287
- charset_files
281
+ # This needs extra code in sun/nio/cs/ext/ExtendedCharsets.class to
282
+ # ignore the charset files that are removed. Disabling for now until
283
+ # this gets added in the upstream openjdk project.
284
+ # charset_files
288
285
289
286
# Trim unneeded rt.jar classes.
290
287
rt_jar_classes
You can’t perform that action at this time.
0 commit comments