From 497c35c1a7c0e07dfd6e298218f7888aa902359f Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Thu, 21 Jul 2016 12:06:57 +0100 Subject: [PATCH] Add java.lang.invoke to the package whitelist. Tracks libcore change that adds the first classes from this package to core-oj.jar. Note that packages need to be whitelisted even if the classes in question aren't public API. Test: make checkbuild docs Change-Id: I917dc63899124ca30bbeb2902787faea6754bb43 --- core/tasks/check_boot_jars/package_whitelist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tasks/check_boot_jars/package_whitelist.txt b/core/tasks/check_boot_jars/package_whitelist.txt index 1478aae261..daf13fea3a 100644 --- a/core/tasks/check_boot_jars/package_whitelist.txt +++ b/core/tasks/check_boot_jars/package_whitelist.txt @@ -8,6 +8,7 @@ java\.beans java\.io java\.lang java\.lang\.annotation +java\.lang\.invoke java\.lang\.ref java\.lang\.reflect java\.math