J. Duke
ef97fdd4e7
Merge
2017-07-05 19:32:08 +02:00
J. Duke
6cf86da089
Merge
2017-07-05 19:31:58 +02:00
J. Duke
bdcfa971f0
Merge
2017-07-05 19:31:51 +02:00
J. Duke
ca6d79e538
Merge
2017-07-05 19:31:43 +02:00
J. Duke
b6478d3aba
Merge
2017-07-05 19:31:35 +02:00
J. Duke
0e1a8bf85c
Merge
2017-07-05 19:31:27 +02:00
J. Duke
96235da15b
Merge
2017-07-05 19:31:02 +02:00
Neil Toda
7aed9a60e0
8031670: Remove unneeded -source options in javadoc tests
...
Reviewed-by: jjg, darcy, vromero
2014-03-06 16:15:02 -08:00
Stuart Marks
2e0600a5c0
8036095: RMI tests using testlibrary.RMID and testlibrary.JavaVM do not pass through vmoptions
...
Reviewed-by: alanb
2014-03-06 14:26:26 -08:00
Lana Steuck
9a68bc713a
Merge
2014-03-06 10:42:02 -08:00
Lana Steuck
b2b667ccfe
Merge
2014-03-06 10:41:56 -08:00
Lana Steuck
2156253925
Merge
2014-03-06 10:41:10 -08:00
Lana Steuck
336b1f4f15
Merge
2014-03-06 10:37:45 -08:00
Lana Steuck
5ea1b4439f
Merge
2014-03-06 10:37:26 -08:00
Lana Steuck
bb4085bfae
Merge
2014-03-06 10:36:48 -08:00
Joe Darcy
f666025b30
8036747: Fix unchecked lint warnings in java.security.Provider
...
Reviewed-by: xuelei
2014-03-05 22:32:14 -08:00
Joe Darcy
b679ef980a
8036744: Fix raw lint warnings in java.lang.reflect.WeakCache
...
Reviewed-by: lancea, mchung
2014-03-05 17:08:37 -08:00
Valerie Peng
03788eb2b7
8033571: [parfait] warning from b128 for security/smartcardio/pcsc_md.c: JNI exception pending
...
Fix pending exception errors found by parfait.
Reviewed-by: xuelei, ascarpino
2014-03-06 01:03:27 +00:00
Joe Darcy
63dbfed84f
8036732: Fix raw warning in java.lang.invoke.MethodHandleImpl.java
...
Reviewed-by: forax
2014-03-05 11:53:35 -08:00
Staffan Larsen
5a678f7c26
8036599: Use Diagnostic Commands instead of SA by default in jinfo
...
Reviewed-by: alanb
2014-03-05 20:03:32 +01:00
Staffan Larsen
70af1402f4
8036132: Tab characters in test/com/sun/jdi files
...
Reviewed-by: alanb, mikael
2014-03-05 16:55:38 +01:00
Staffan Larsen
61da35fe43
8036675: Compiler warnings in serviceability code
...
Reviewed-by: alanb, mgronlun
2014-03-05 15:43:18 +01:00
Xue-Lei Andrew Fan
9b7198c0bb
8036676: Rename class name testEnabledProtocols to TestEnabledProtocols
...
Reviewed-by: weijun
2014-03-05 13:28:37 +00:00
Frederic Parain
ee1b7412a0
8035952: Remove use of JVM_Open, JVM_Read and JVM_Close functions from serviceability code
...
Reviewed-by: chegar, mchung, alanb, sla
2014-03-05 10:52:33 +00:00
Erik Joelsson
0e750a1a19
8019729: JDK build HIGHEST compiler optimisation setting isn't valid for Sun C++ compiler
...
Reviewed-by: tbell
2014-03-05 10:21:38 +01:00
Erik Joelsson
cad7f300a2
8036145: Solaris standard grep does not understand -qE
...
Reviewed-by: alanb, tbell
2014-03-04 10:22:25 +01:00
Mattias Tobiasson
8a385b110f
8031065: java/lang/management/MemoryMXBean/LowMemoryTest2.sh fails: OutOfMemoryError: Metaspace
...
Load classes until getUsageThresholdCount() > 0 instead of isUsageThresholdExceeded().
Reviewed-by: dfuchs, sjiang, sla
2014-03-04 09:35:54 +01:00
Xue-Lei Andrew Fan
521f9a2048
8032473: Restructure JSSE regression test hierarchy in jdk test
...
Reviewed-by: weijun
2014-03-05 07:24:34 +00:00
Joe Darcy
751adf9af1
8035452: Fix serial lint warnings in core libs
...
Reviewed-by: smarks
2014-03-04 18:32:27 -08:00
Joe Darcy
3889cebe94
8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
...
Reviewed-by: smarks
2014-03-04 18:28:56 -08:00
Robert Field
2e148fb065
8035776: Consistent Lambda construction
...
Reviewed-by: ahgross, briangoetz, dlsmith
2014-03-04 15:33:30 -08:00
Chris Hegarty
15411a6579
8036584: Review comments from 8035897
...
Reviewed-by: alanb
2014-03-04 13:27:55 +00:00
Neil Toda
735e586b5f
8035878: javadoc tool documentation should be using {@code ..} specifier
...
Reviewed-by: jjg
2014-03-03 15:24:31 -08:00
Neil Toda
72641e4e7f
8035877: javadoc classes are missing @return and @param tags
...
Reviewed-by: jjg
2014-03-03 15:10:01 -08:00
Neil Toda
1f9569d235
8035875: remove deprecated html <font> tags from javadoc package-info.java file
...
Reviewed-by: jjg
2014-03-03 15:03:17 -08:00
Eric McCorkle
6b9060ac8f
8036142: Remove redundant call to annotateTypeLater with null Symbol
...
AnnotateTypeLater (formerly typeAnnotate) with null as the symbol was a way to force attribution of type annotations, but this is now obsolete and problematic, and a silent noop condition
Reviewed-by: jjg
2014-03-03 16:17:32 -05:00
Mike Duigou
97dd276d1c
8036079: --with-boot-jdk-jvmargs configure options are ignored
...
Reviewed-by: erikj
2014-03-03 09:21:42 -08:00
Hannes Wallnöfer
3b5ca2458c
8035948: Redesign property listeners for shared classes
...
Reviewed-by: sundar, lagergren
2014-03-03 15:23:01 +01:00
David Li
7ef1c32ad1
8035469: Xerces Update: EncodingMap does not recognize Java-style encodings Cp1141-Cp1149
...
Reviewed-by: lancea, joehw
2014-02-28 15:57:37 -08:00
Jan Lahoda
74250736aa
8031383: Error recovery in JavacParser could be improved
...
Improving error recovery in JavacParser by avoiding artificial nextToken in JavacParser.reportSyntaxError.
Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: jjg, jfranck
2014-02-28 20:25:24 +01:00
Vicente Romero
c5ab176b3e
8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose
...
Reviewed-by: jjg
2014-02-28 18:27:14 +00:00
Alejandro Murillo
ad8d066a4a
Merge
2014-02-28 09:30:20 -08:00
Morris Meyer
c696dd6700
Merge
2014-02-28 08:02:20 -08:00
Erik Helin
000c4d9734
Merge
2014-02-28 14:56:04 +01:00
Roland Westrelin
227129c4d9
8031754: Type speculation should favor profile data from outermost inlined method
...
Favor profile data coming from outer most method
Reviewed-by: kvn, twisti
2014-02-28 13:44:16 +01:00
Mattias Tobiasson
c96fd46a4c
6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0"
...
Move local objs variable to a static public so the the optimizer will not remove it unexpectedly.
Reviewed-by: sla
2014-02-28 13:38:51 +01:00
Pavel Punegov
bd9b40bbfb
6946101: ShellScaffold.sh based tests can issue "write error: Broken pipe" messages
...
Reviewed-by: dcubed, sla
2014-03-03 18:17:00 +04:00
Eric Wang
9d91b009c1
8035633: TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently
...
Reviewed-by: chegar, alanb, igerasim
2014-03-03 11:06:38 +00:00
Weijun Wang
0903468259
8036104: Rename the PAData.java test
...
Reviewed-by: xuelei
2014-03-03 10:55:31 +08:00
Chris Hegarty
558cb26d1c
8035897: Better memory allocation for file descriptors greater than 1024 on macosx
...
Reviewed-by: michaelm
2014-03-02 19:27:43 +00:00