langtools/test/tools/javac/profiles/ProfileOptionTest.java
changeset 43646 017aba6e9260
parent 42822 a84956e7ee4d
--- a/langtools/test/tools/javac/profiles/ProfileOptionTest.java	Wed Jan 25 22:32:52 2017 +0000
+++ b/langtools/test/tools/javac/profiles/ProfileOptionTest.java	Fri Jan 27 16:22:08 2017 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -148,6 +148,7 @@
                             error("unexpected exception from compiler: " + ise);
                         break;
                     case JDK1_9:
+                    case JDK1_10:
                         if (p == Profile.DEFAULT)
                             break;
                         if (ise == null)