Update package whitelist to track changes to java.lang.invoke.

The introduction of java.lang.invoke.MethodType and its supporting
classes, in particular.

bug: 30550796
test: make checkbuild

Change-Id: Id2b84d3bb911f4bc5aef0761d357b1e9121030ab
This commit is contained in:
Narayan Kamath 2016-07-27 13:53:24 +01:00
parent 497c35c1a7
commit 7ee6289f25
1 changed files with 2 additions and 0 deletions
core/tasks/check_boot_jars

View File

@ -67,6 +67,8 @@ org\.w3c\.dom
org\.w3c\.dom\.ls
org\.w3c\.dom\.traversal
# OpenJdk internal implementation.
sun\.invoke\.util
sun\.invoke\.empty
sun\.misc
sun\.util.*
sun\.text.*