Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_langtools
提交
95359986
D
dragonwell8_langtools
项目概览
openanolis
/
dragonwell8_langtools
通知
0
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_langtools
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
95359986
编写于
1月 01, 2013
作者:
L
lana
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
c0d82b6b
037ccd83
变更
25
隐藏空白更改
内联
并排
Showing
25 changed file
with
26 addition
and
24 deletion
+26
-24
.hgtags
.hgtags
+2
-0
make/Makefile-classic
make/Makefile-classic
+1
-1
src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java
...avax/lang/model/util/AbstractAnnotationValueVisitor7.java
+1
-1
src/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java
...e/classes/javax/lang/model/util/AbstractTypeVisitor8.java
+1
-1
src/share/classes/javax/lang/model/util/ElementKindVisitor8.java
...re/classes/javax/lang/model/util/ElementKindVisitor8.java
+1
-1
test/tools/javac/StringsInSwitch/StringSwitches.java
test/tools/javac/StringsInSwitch/StringSwitches.java
+1
-1
test/tools/javac/api/T6395981.java
test/tools/javac/api/T6395981.java
+1
-1
test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java
.../defaultMethodExecution/DefaultMethodRegressionTests.java
+1
-1
test/tools/javac/diags/examples/DuplicateAnnotation.java
test/tools/javac/diags/examples/DuplicateAnnotation.java
+1
-1
test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestKinds.java
...da/methodReferenceExecution/MethodReferenceTestKinds.java
+1
-1
test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase1.java
...methodReferenceExecution/MethodReferenceTestSueCase1.java
+1
-1
test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase2.java
...methodReferenceExecution/MethodReferenceTestSueCase2.java
+1
-1
test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase4.java
...methodReferenceExecution/MethodReferenceTestSueCase4.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/AttributeInjector.java
...aShapes/org/openjdk/tests/separate/AttributeInjector.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFile.java
...ac/lambdaShapes/org/openjdk/tests/separate/ClassFile.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFilePreprocessor.java
...pes/org/openjdk/tests/separate/ClassFilePreprocessor.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassToInterfaceConverter.java
...org/openjdk/tests/separate/ClassToInterfaceConverter.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java
...vac/lambdaShapes/org/openjdk/tests/separate/Compiler.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/DirectedClassLoader.java
...hapes/org/openjdk/tests/separate/DirectedClassLoader.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java
.../lambdaShapes/org/openjdk/tests/separate/SourceModel.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java
.../lambdaShapes/org/openjdk/tests/separate/TestHarness.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/vm/DefaultMethodsTest.java
...lambdaShapes/org/openjdk/tests/vm/DefaultMethodsTest.java
+1
-1
test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java
...hapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java
+1
-1
test/tools/javac/nativeHeaders/javahComparison/CompareTest.java
...ools/javac/nativeHeaders/javahComparison/CompareTest.java
+1
-1
test/tools/javac/processing/model/util/deprecation/TestDeprecation.java
...ac/processing/model/util/deprecation/TestDeprecation.java
+1
-1
未找到文件。
.hgtags
浏览文件 @
95359986
...
...
@@ -190,3 +190,5 @@ e6ee43b3e2473798b17a556e9f11eebe25ab81d4 jdk8-b64
20230f8b0eef92a57043735fc2ca00fea7e510a0 jdk8-b66
303b09787a69136cd2019f9edfed3f308572e9fc jdk8-b67
014a6a11dfe5ddc23ec8c76bb42ac998dbf49acb jdk8-b68
d7360bf35ee1f40ff78c2e83a22b5446ee464346 jdk8-b69
47f71d7c124f24c2fe2dfc49865b332345b458ed jdk8-b70
make/Makefile-classic
浏览文件 @
95359986
#
# Copyright (c) 2007, 2012 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2007, 2012
,
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
...
...
src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java
浏览文件 @
95359986
/*
* Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2011
,
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
...
...
src/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java
浏览文件 @
95359986
/*
* Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011
,
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
...
...
src/share/classes/javax/lang/model/util/ElementKindVisitor8.java
浏览文件 @
95359986
/*
* Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011
,
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
...
...
test/tools/javac/StringsInSwitch/StringSwitches.java
浏览文件 @
95359986
/*
* Copyright (c) 2009, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2009, 2011
,
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
...
...
test/tools/javac/api/T6395981.java
浏览文件 @
95359986
/*
* Copyright (c) 2006, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2011
,
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
...
...
test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/diags/examples/DuplicateAnnotation.java
浏览文件 @
95359986
/*
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012
,
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
...
...
test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestKinds.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase1.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase2.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSueCase4.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/AttributeInjector.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFile.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassFilePreprocessor.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/ClassToInterfaceConverter.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/Compiler.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/DirectedClassLoader.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/SourceModel.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/separate/TestHarness.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/vm/DefaultMethodsTest.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java
浏览文件 @
95359986
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/javac/nativeHeaders/javahComparison/CompareTest.java
浏览文件 @
95359986
/*
* Copyright (c) 2007,
2012
Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007,
2012,
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
...
...
test/tools/javac/processing/model/util/deprecation/TestDeprecation.java
浏览文件 @
95359986
/*
* Copyright (c) 2006, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2011
,
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
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录