Hi, Please review the change with fixes the remaining @module declaration in java/lang tests: http://cr.openjdk.java.net/~shurailine/8158855/webrev.00
This addresses everything in the java.lang, except next few tests which either require more work or blocked by other issues: java/lang/SecurityManager/CheckSecurityProvider.java JDK-8158670 java/lang/String/concat/WithSecurityManager.java JDK-8158851 java/lang/management/MemoryMXBean/Pending.java JDK-8158837 java/lang/reflect/OldenCompilingWithDefaults.java CODETOOLS-7901694 java/lang/StackWalker/TestBCI.java, java/lang/invoke/lambda/LambdaAsm.java CODETOOLS-7901678 Shura