154 Commits

Author SHA1 Message Date
Maurizio Cimadamore
f48f3c6552 8189838: Stack overflow when computing upward projection of an intersection type with fbounds
Bad logic for detecting loop in type-variable upper bounds

Reviewed-by: vromero
2017-10-26 18:42:40 +01:00
Athijegannathan Sundararajan
79a0feb9f3 8190217: Add a JS "static checker" sample for nashorn parser API
Reviewed-by: jlaskey
2017-10-26 20:57:19 +05:30
Kumar Srinivasan
3e52d34798 8189845: Fix for 8157000 causes significant performance regression
Reviewed-by: jjg
2017-10-25 21:19:38 -07:00
Jonathan Gibbons
19db6ba670 8189843: Missing \"id\" attributes in table rows
Reviewed-by: bpatel, ksrini
2017-10-25 17:18:00 -07:00
Jonathan Gibbons
cf81232570 8189841: Error in alternate row coloring in package-summary files
Reviewed-by: bpatel, ksrini
2017-10-25 17:16:18 -07:00
Bhavesh Patel
5c2a4b6e1a 8183037: Overview summary page should have a table with tabs for groups
Reviewed-by: jjg, ksrini
2017-10-25 12:29:00 -07:00
Joe Darcy
343105c345 8062385: Remove @SuppressWarnings("cast") and casts for NIO related usages when JDK 9 becomes the bootstrap JDK
Reviewed-by: mcimadamore
2017-10-25 10:40:45 -07:00
Brent Christian
0e82be62fa 8183901: Fix broken links to "Package Sealing" in the JAR spec
Reviewed-by: alanb, mchung
2017-10-25 09:06:39 -07:00
Joe Wang
46582b2d15 8176891: Fix lint warnings in JAXP repo: serial
Reviewed-by: lancea
2017-10-24 19:05:29 -07:00
Naoto Sato
483595f375 8189272: CLDR and JRE LocaleProviderAdapters silently swallow exceptions
Reviewed-by: mchung
2017-10-24 08:56:47 -07:00
Jan Lahoda
a663434be7 8189796: Incorrect end position for missing statement
Recording end positions for error trees representing missing statements.

Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: mcimadamore
2017-10-24 12:07:27 +02:00
Liam Miller-Cushon
ed0ea37394 8187247: canonical import check compares classes by simple name
Reviewed-by: jlahoda
2017-10-23 14:11:04 +02:00
Priya Lakshmi Muthuswamy
6a0b70e242 8165198: Inconsistent values with JavaImporter after accessing undefined variable
Reviewed-by: sundar, hannesw
2017-10-23 13:03:01 +02:00
Christoph Dreis
6bfb868454 8189266: (ann) Optimize AnnotationInvocationHandler.invoke
Reviewed-by: jfranck, plevart
2017-10-23 11:33:16 +02:00
Lucy Lu
ec1c3bce45 8164900: Add support for O_DIRECT
Add support for Direct I/O in FileChannel

Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
2017-10-17 16:51:11 -07:00
Jonathan Gibbons
97db013bd3 8189405: More cleanup in HtmlWriter
Reviewed-by: bpatel, ksrini
2017-10-20 11:08:18 -07:00
Henry Jen
4e93f8fc9f Merge 2017-10-20 09:49:02 -07:00
Athijegannathan Sundararajan
0da8aae161 8189671: jlink should clearly report error when an automatic module is used
Reviewed-by: alanb, mchung
2017-10-20 17:16:05 +05:30
Jesper Wilhelmsson
65db4f42d0 8187556: Backout of a fix reintroduced a dependency that had since been removed
Reviewed-by: duke
2017-09-14 22:57:36 +02:00
Thomas Stuefe
1dca1fb4e1 8186665: [aix] buffer overflow in Java_java_nio_MappedByteBuffer_isLoaded0
Reviewed-by: alanb, plevart, clanger
2017-08-31 08:45:18 +02:00
Kumar Srinivasan
3733761695 8157000: Do not generate javadoc for overridden method with no spec change
Reviewed-by: jjg
2017-10-19 20:27:47 -07:00
Phil Race
d36d599779 Merge 2017-10-19 11:45:23 -07:00
Hannes Wallnöfer
7ff7f3b5ab 8189617: Remove undocumented --print-mem-usage option
Reviewed-by: jlaskey, sundar
2017-10-19 20:34:48 +02:00
Phil Race
679360ec5a Merge 2017-10-19 10:54:40 -07:00
Jan Lahoda
d84d8f1cc5 8188035: JavaFileManager.listLocationsForModules does not always reflect values set through StandardJavaFileManager.setLocationForModule
Prepending explictely set module locations in listLocationsForModules.

Reviewed-by: jjg
2017-10-19 10:59:02 +02:00
Manajit Halder
a1d4869f84 8163265: [macosx] numpad 0 instead of VK_0
Reviewed-by: serb, azvegint
2017-10-19 13:52:37 +05:30
Jan Lahoda
6f27933eb4 8186873: Possible dead code \"com.sun.tools.javac.tree.TreeInfo.isAnonymousDiamond()\" which was added in 9
Removing unused method.

Reviewed-by: mcimadamore
2017-10-19 09:53:53 +02:00
Christoph Langer
2e31cc7ee1 8155590: Dubious collection management in sun.net.www.http.KeepAliveCache
Reviewed-by: rriggs, vtewari
2017-10-19 09:01:29 +02:00
Sergey Bylokhov
4ccdfd542e 8075255: Metal L&F has dependency on the Windows L&F
Reviewed-by: psadhukhan
2017-10-18 22:06:24 -07:00
Joe Wang
52d3c4b2e8 8181150: Fix lint warnings in JAXP repo: rawtypes and unchecked
Reviewed-by: lancea, rriggs, mullan
2017-10-18 13:25:49 -07:00
Phil Race
8f0f21d997 Merge 2017-10-17 14:33:32 -07:00
Mandy Chung
9ebc72545b 8189202: (jdeps) Need jdeps output format easy for jlink --add-modules to use
Reviewed-by: sundar
2017-10-17 10:32:01 -07:00
Vicente Romero
8315ac39cc 8187624: NPE in Type.UndetVar.debugString()
Reviewed-by: mcimadamore
2017-10-17 07:11:05 -07:00
Semyon Sadetsky
e363c824b5 8182638: [macosx] Active modal dialog is hidden by another non-active one
Reviewed-by: azvegint, dmarkov
2017-10-16 08:34:01 -07:00
Phil Race
4337e3f1a6 8183978: Remove ICU layout code from OpenJDK
Reviewed-by: srl, serb
2017-10-13 08:54:00 -07:00
Krishna Addepalli
a9808680a1 6714836: JRootPane.getMaximumSize() returns a width of 0
Reviewed-by: psadhukhan, serb
2017-10-12 10:40:45 +05:30
Anton Litvinov
dd41b7691f 8166772: Touch keyboard is not shown for text components on a screen touch
Reviewed-by: serb, azvegint
2017-10-11 15:53:25 +01:00
Phil Race
82040f1fb3 Merge 2017-10-09 11:38:46 -07:00
Maurizio Cimadamore
305e51848a 8169345: javac crash when local from enclosing context is captured multiple times
Captured variables imported from multiple enclosing scopes are not handled correctly

Reviewed-by: vromero
2017-10-09 13:03:18 +01:00
Prasanta Sadhukhan
a4bc3522b1 8187989: Documentation error in JComponent.paintComponent
Reviewed-by: ssadetsky, serb
2017-10-09 10:42:27 +05:30
Dmitry Markov
513abd0c08 8155197: Focus transition issue
Reviewed-by: serb, ssadetsky, aivanov
2017-10-07 15:58:45 +01:00
Jonathan Gibbons
b91a83b95f 8188578: move printFramesDocument from HtmlDocWriter to FrameOutputWriter
Reviewed-by: ksrini
2017-10-06 18:40:33 -07:00
Jan Lahoda
a36938e082 8188225: AST could be improved in presence of var types
Adding a better start pos for vars; always adding a synthetic type tree to vars.

Reviewed-by: mcimadamore
2017-10-06 17:18:03 +02:00
Goetz Lindenmaier
f3bad9d19b 8188855: Fix VS10 build after "8187658: Bigger buffer for GetAdaptersAddresses"
Reviewed-by: vtewari, simonis
2017-10-06 08:37:08 +02:00
Maurizio Cimadamore
9f2615c4de 8172443: Change use of tree.pos to line:col in rawDiagnostics
Generate more stable raw diagnostic position for functional expression AST diag arguments

Reviewed-by: jjg, vromero
2017-10-05 18:29:47 +01:00
Bernard Blaser
2115af4897 8063054: Incorrect raw type warning for method reference
Spurious raw types warnings generated for unbound method references

Reviewed-by: jlahoda
2017-10-05 12:19:23 +01:00
Joe Wang
9abc252e51 8187593: Cleanup: removing SecuritySupport files
Reviewed-by: lancea
2017-10-04 10:54:18 -07:00
Shashidhara Veerabhadraiah
0e982813e1 8004029: [macosx] The long Tab titles are not clipped with dots at the end
Reviewed-by: serb, psadhukhan
2017-10-04 15:10:08 +05:30
Ivan Gerasimov
9c1b0103b3 8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
Reviewed-by: coffeys
2017-10-04 01:08:36 -07:00
Ivan Gerasimov
4560687884 8187658: Bigger buffer for GetAdaptersAddresses
Reviewed-by: rriggs, vtewari
2017-10-03 23:42:08 -07:00