Bug 536706 - [tests] Failures in mac after moving to new test machine

- one more kind of differences at the same version jump

Change-Id: I37896ee518a00eea84ed6a423cf2384d1d2aad65
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LambdaExpressionsTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LambdaExpressionsTest.java
index 7706fb8..c8f889f 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LambdaExpressionsTest.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LambdaExpressionsTest.java
@@ -5220,7 +5220,7 @@
 		null,
 		customOptions,
 		null,
-		(isJRE9Plus
+		(reflectNestedClassUseDollar
 		? "Test$Tuple<java.lang.Integer, java.lang.String>\n" +
 		  "Test$Tuple<java.lang.String, java.lang.Double>"
 		: "Test.Test$Tuple<java.lang.Integer, java.lang.String>\n" +
@@ -5296,7 +5296,7 @@
 		null,
 		customOptions,
 		null,
-		(isJRE9Plus
+		(reflectNestedClassUseDollar
 		? "Test$Tuple<java.lang.Integer, java.lang.String>\n" +
 		  "Test$Tuple<java.lang.String, java.lang.Double>"
 		: "Test.Test$Tuple<java.lang.Integer, java.lang.String>\n" +
@@ -5511,7 +5511,7 @@
 			"    }\n" + 
 			"}"
 			},
-			(isJRE9Plus
+			(reflectNestedClassUseDollar
 			? "Test$Tuple<java.lang.Integer, java.lang.String>\n" +
 			  "Test$Tuple<java.lang.String, java.lang.Double>"
 			: "Test.Test$Tuple<java.lang.Integer, java.lang.String>\n" +