Robbin Ehn
|
dc2a5712dc
|
8176098: Deprecate FlatProfiler
Reviewed-by: shade, coleenp
|
2017-03-14 12:00:03 +01:00 |
|
Jan Lahoda
|
828abbabee
|
8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
Clarifications and improvements to jx.a.processing.Filer for creating and reading files in and from modules.
Reviewed-by: darcy, jjg
|
2017-03-14 10:51:19 +01:00 |
|
Jan Lahoda
|
308a2b9f90
|
8176045: No compile error when a package is not declared
Fixing handling of otherwise empty files with package clauses and empty files without package clauses.
Reviewed-by: jjg
|
2017-03-14 08:19:41 +01:00 |
|
Jan Lahoda
|
d60b98466f
|
8175057: module-info on patch path should not produce an error
Allowing module-infos on patch paths during compilation.
Reviewed-by: jjg, ksrini
|
2017-03-14 07:11:45 +01:00 |
|
Dmitry Markov
|
18154936f0
|
8173853: IllegalArgumentException in java.awt.image.ReplicateScaleFilter
Reviewed-by: prr, serb
|
2017-03-14 09:03:43 +03:00 |
|
Prasanta Sadhukhan
|
17679435a1
|
8173123: [findbugs] javax.swing.text.* - Storing a reference to an externally mutable object into the internal representation
Reviewed-by: serb, alexsch, prr
|
2017-03-14 10:29:13 +05:30 |
|
Kumar Srinivasan
|
4d045d7e88
|
8176539: javadoc ignores module-info files on the command line
Reviewed-by: jjg
|
2017-03-13 17:02:18 -07:00 |
|
Kumar Srinivasan
|
184170ae2c
|
8175219: javadoc should exit when it encounters compilation errors
Reviewed-by: jjg, bpatel
|
2017-03-13 16:46:17 -07:00 |
|
Jesper Wilhelmsson
|
59d4a7a045
|
Merge
|
2017-03-13 15:56:09 -07:00 |
|
Brian Burkhalter
|
782da8d7e8
|
8176221: Preferences docs contain reference to Sun's JRE
Remove reference to "Sun's JRE" and add @implNote
Reviewed-by: darcy
|
2017-03-13 13:38:14 -07:00 |
|
Harold Seigel
|
f6b09b19b8
|
8176471: [TESTBUG] runtime/modules/IgnoreModulePropertiesTest.java fails with OpenJDK: java.lang.RuntimeException: 'java version ' missing from stdout/stderr
Check for strings such as " version " and "Runtime Environment" that appear in 'java -version' for both open and closed builds.
Reviewed-by: coleenp
|
2017-03-13 16:23:43 -04:00 |
|
Lana Steuck
|
4793d8affe
|
Merge
|
2017-03-13 19:59:55 +00:00 |
|
Lana Steuck
|
b636d90917
|
Merge
|
2017-03-13 19:59:41 +00:00 |
|
Lana Steuck
|
1049d60c50
|
Merge
|
2017-03-13 19:59:10 +00:00 |
|
Lana Steuck
|
3d3f9fd0b4
|
Merge
|
2017-03-13 19:58:52 +00:00 |
|
Lana Steuck
|
fd3dd40015
|
Merge
|
2017-03-13 19:58:38 +00:00 |
|
Lana Steuck
|
665b283e2b
|
Merge
|
2017-03-13 19:58:33 +00:00 |
|
Lana Steuck
|
43d5370e98
|
Merge
|
2017-03-13 19:58:17 +00:00 |
|
Lana Steuck
|
2c5cf5c6e8
|
Merge
|
2017-03-13 19:58:08 +00:00 |
|
Alexander Scherbatiy
|
ff19037021
|
8175301: Java GUI hangs on Windows when Display set to 125%
Reviewed-by: serb, azvegint
|
2017-03-13 22:55:10 +03:00 |
|
Jonathan Gibbons
|
9e93e201f6
|
8176492: @since value errors in java.compiler module
Reviewed-by: darcy
|
2017-03-13 11:27:30 -07:00 |
|
Bhavesh Patel
|
fb7e444407
|
8174974: Annotation type pages generated by javadoc is missing module information
Reviewed-by: jjg, ksrini
|
2017-03-13 10:59:56 -07:00 |
|
Mandy Chung
|
f3fac0335f
|
8176537: Add test to check JDK modules to have no qualifed exports to upgradeable modules
Reviewed-by: alanb
|
2017-03-13 10:24:16 -07:00 |
|
Bhavesh Patel
|
7a72caecad
|
8175799: module summary page shows duplicated output
Reviewed-by: jjg, ksrini
|
2017-03-13 09:55:31 -07:00 |
|
Volker Simonis
|
1cd78903a8
|
8176505: Wrong assertion 'should be an array copy/clone' in arraycopynode.cpp
Reviewed-by: thartmann, roland
|
2017-03-13 16:07:17 +01:00 |
|
Robbin Ehn
|
56f838f4ee
|
8176098: Deprecate FlatProfiler
Reviewed-by: shade, coleenp
|
2017-03-14 12:00:02 +01:00 |
|
Jamsheed Mohammed C M
|
fcd4be97ff
|
8176573: Do not use FLAG_SET_ERGO to update MaxRAM for emulated client
Used FLAG_SET_DEFAULT to update MaxRAM
Reviewed-by: kvn
|
2017-03-13 23:36:14 -07:00 |
|
Thomas Stuefe
|
0af886d583
|
8176442: [aix] assert(_thr_current == 0L) failed: Thread::current already initialized
Revert Thread::current() back to pthread library based TLS on AIX.
Reviewed-by: dholmes
|
2017-03-13 21:46:37 -04:00 |
|
Jesper Wilhelmsson
|
432179b610
|
Merge
|
2017-03-13 15:56:09 -07:00 |
|
Harold Seigel
|
958af9b3c3
|
8176471: [TESTBUG] runtime/modules/IgnoreModulePropertiesTest.java fails with OpenJDK: java.lang.RuntimeException: 'java version ' missing from stdout/stderr
Check for strings such as " version " and "Runtime Environment" that appear in 'java -version' for both open and closed builds.
Reviewed-by: coleenp
|
2017-03-13 16:23:17 -04:00 |
|
Weijun Wang
|
74cdcfbbf2
|
8176542: Missing @Deprecated arguments for jdk.policytool
Reviewed-by: mullan
|
2017-03-13 21:05:38 +08:00 |
|
Magnus Ihse Bursie
|
f09b0d2cb2
|
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
|
2017-03-13 14:02:16 +01:00 |
|
Magnus Ihse Bursie
|
6fdd375563
|
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
|
2017-03-13 14:02:12 +01:00 |
|
Magnus Ihse Bursie
|
f771741dc9
|
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
|
2017-03-13 14:02:01 +01:00 |
|
Magnus Ihse Bursie
|
eccf1ae062
|
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
|
2017-03-13 14:01:56 +01:00 |
|
Magnus Ihse Bursie
|
f4fe76b097
|
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
|
2017-03-13 14:01:49 +01:00 |
|
Magnus Ihse Bursie
|
df0123dde4
|
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
|
2017-03-13 14:01:24 +01:00 |
|
Erik Joelsson
|
a083584001
|
8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module
Reviewed-by: ihse, mchung
|
2017-03-13 09:51:59 +01:00 |
|
Erik Joelsson
|
305f282899
|
8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module
Reviewed-by: ihse, mchung
|
2017-03-13 09:51:48 +01:00 |
|
Jesper Wilhelmsson
|
27d26f83ae
|
Merge
|
2017-03-11 23:23:06 -08:00 |
|
Anthony Scarpino
|
39516da8ef
|
8176350: Usage constraints don't take effect when using PKIX
Reviewed-by: xuelei, mullan
|
2017-03-10 21:04:15 -08:00 |
|
Phil Race
|
d1e1d5074c
|
Merge
|
2017-03-10 10:33:18 -08:00 |
|
Christian Tornqvist
|
a200f792bf
|
8175300: Enable artifact resolution for jtreg tests
Reviewed-by: ihse, gtriantafill
|
2017-03-10 12:56:41 -05:00 |
|
Vicente Romero
|
50644d73dd
|
8175198: Javac incorrectly allows receiver parameters in annotation methods
Reviewed-by: mcimadamore
|
2017-03-10 09:52:49 -08:00 |
|
Hannes Wallnöfer
|
f36a94bedc
|
8176511: JSObject property access is broken for numeric keys outside the int range
Reviewed-by: sundar
|
2017-03-10 18:30:39 +01:00 |
|
Phil Race
|
49f2291e44
|
Merge
|
2017-03-10 09:20:55 -08:00 |
|
Phil Race
|
70425a926e
|
Merge
|
2017-03-10 09:20:39 -08:00 |
|
Doug Lea
|
2accd8450e
|
8176303: Flow.Subscription.request(0) should be treated as an error
Reviewed-by: martin, chegar
|
2017-03-10 08:59:14 -08:00 |
|
Erik Joelsson
|
db30037763
|
8176172: Imported FX modules have have residual_imported.marker file
Reviewed-by: ihse, alanb, mchung
|
2017-03-10 09:48:34 +01:00 |
|
Joe Darcy
|
8588a8563d
|
8176482: Use of DirectiveVisitor needs @DefinedBy annotation for RunCodingRules.java
Reviewed-by: jlahoda
|
2017-03-09 23:42:32 -08:00 |
|