Zhengyu Gu
|
03dacaa881
|
8187331: VirtualSpaceList tracks free space on wrong node
Fixed miscounting of virtual space node's free memory
Reviewed-by: shade, coleenp, stuefe
|
2017-09-20 20:54:29 -04: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 |
|
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 |
|
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 |
|
Phil Race
|
fd49cc9ce4
|
Merge
|
2017-09-28 11:27:56 -07:00 |
|
Phil Race
|
1c89e3aa56
|
Merge
|
2017-09-28 09:13:27 -07:00 |
|
Prasanta Sadhukhan
|
ebf03d174d
|
8088132: [Swing, singleThread] ClassCastException in nested event loop when showing multiple message dialogs in SwingNode
Reviewed-by: serb
|
2017-09-26 10:46:23 +05:30 |
|
Artem Smotrakov
|
0b924bfad1
|
8178274: Java_sun_lwawt_macosx_NSEvent_nsToJavaKeyInfo() overreads jchar variable
Reviewed-by: ssadetsky
|
2017-09-22 18:57:05 -07:00 |
|
Sergey Bylokhov
|
1b2b0e8cb9
|
6238123: Typos at Serialized Form javadoc for java.awt.Polygon
Reviewed-by: prr, pnarayanan
|
2017-09-22 18:20:18 -07:00 |
|
Sergey Bylokhov
|
e5566ace66
|
8175968: The javax.swing.filechooser.FileSystemView constructor consumes memory by adding a PropertyChangeListener that is never removed
Reviewed-by: azvegint
|
2017-09-22 17:36:55 -07:00 |
|
Sergey Bylokhov
|
8ea9b74ec1
|
8186967: Unused methods in MotifGraphicsUtils can be removed
Reviewed-by: azvegint
|
2017-09-22 17:09:56 -07:00 |
|
Sreeprakash Sreedharan
|
8d9060c1a6
|
8184937: LCMS error 13: Couldn't link the profiles
Reviewed-by: prr
|
2017-08-14 15:32:25 +05:30 |
|
Stuart Marks
|
7d547d0ee4
|
8174109: Better queuing priorities
Reviewed-by: chegar, dfuchs, rriggs, alanb, robm, rhalade, jeff, ahgross
|
2017-08-02 10:34:35 -07:00 |
|
Pavel Rappo
|
05331dc72f
|
8181612: More stable connection processing
Reviewed-by: chegar, coffeys, ahgross, joehw, rhalade
|
2017-07-26 17:44:06 +01:00 |
|
Valerie Peng
|
b3f1165f7d
|
8181048: Refactor existing providers to refer to the same constants for default values for key length
Reviewed-by: mullan, ahgross
|
2017-07-13 20:41:59 +00:00 |
|
Weijun Wang
|
7cf3c0ff14
|
8182879: Add warnings to keytool when using JKS and JCEKS
Reviewed-by: vinnie, ahgross, mullan
|
2017-07-12 10:55:40 +08:00 |
|
Phil Race
|
bbfbe9af71
|
8183028: Improve CMS header processing
Reviewed-by: serb, rhalade, mschoene
|
2017-07-06 09:43:27 -07:00 |
|
Weijun Wang
|
3232ef5897
|
8181432: Better processing of unresolved permissions
Reviewed-by: mullan
|
2017-07-06 09:20:21 +08:00 |
|
Vinnie Ryan
|
47efefa42f
|
8181692: Update storage implementations
Reviewed-by: weijun, igerasim
|
2017-07-05 17:27:46 +01:00 |
|
Vinnie Ryan
|
e4945e6c66
|
8181370: Better keystore handling
Reviewed-by: weijun, igerasim
|
2017-06-28 16:52:36 +01:00 |
|
Jan Lahoda
|
7c3c83fb55
|
8181897: JDK 9 change to symlink handling affects SourceFile attributes
Using user provided path in toUri().
Reviewed-by: jjg
|
2017-06-26 17:00:45 +02:00 |
|
Brent Christian
|
e8c680e65b
|
8187772: JVM crash when currency set on MacOS 10.10 and earlier
Reviewed-by: naoto
|
2017-10-16 11:20:59 -07:00 |
|
Hannes Wallnöfer
|
5c7381d739
|
8068513: Adding elements to a javascript 'object' (a map) is slow
Reviewed-by: jlaskey, sundar
|
2017-10-16 18:27:07 +02:00 |
|
Jan Lahoda
|
f66b1c7a8b
|
8186694: JShell: speed-up compilation by reusing compiler instances
Generalizing ReusableContext and using it in JShell to speed up processing.
Reviewed-by: mcimadamore, rfield
|
2017-09-01 14:04:20 +02:00 |
|
Roger Riggs
|
74b07b599e
|
8181597: Process Proxy presentation
Reviewed-by: dfuchs, ahgross, rhalade, skoivu
|
2017-06-19 17:38:33 -04:00 |
|
Naoto Sato
|
89b8d98d19
|
8181323: Better timezone processing
Reviewed-by: rriggs
|
2017-06-15 09:57:15 -07:00 |
|
Weijun Wang
|
e7fdfdb7e7
|
8178714: PKIX validator nameConstraints check failing after change 8175940
Reviewed-by: mullan, ahgross
|
2017-05-18 08:52:50 +08:00 |
|
Chris Dennis
|
58faa32cfe
|
8178117: Add public state constructors for Int/Long/DoubleSummaryStatistics
Reviewed-by: psandoz, bpb, briangoetz
|
2017-04-11 17:25:09 -04:00 |
|
Jan Lahoda
|
c6be2c363a
|
8187681: Compiling for target 9 while also using --patch-module
Removing limitation on simultaneous use of --release and --patch-module for system modules.
Reviewed-by: mcimadamore, jjg
|
2017-11-02 11:16:27 +01:00 |
|
Jan Lahoda
|
e44c7feff9
|
8189595: jshell tool: line redrawn on each completion
Reviewed-by: rfield
|
2017-11-02 10:09:34 +01:00 |
|
Stuart Marks
|
8c6afbd3da
|
8174966: Unreferenced references
Reviewed-by: rriggs, skoivu, rhalade, robm
|
2017-03-28 12:10:20 -07:00 |
|