Phil Race
7efc35390e
8198990: Move SwingSet2 from closed to OpenJDK
...
Reviewed-by: serb, jeff, kaddepalli
2018-03-23 13:43:39 -07:00
Phil Race
77e24ab76e
Merge
2018-03-23 11:14:43 -07:00
Brian Burkhalter
68cf42d465
8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
...
Reviewed-by: bchristi, rriggs, psandoz
2018-03-23 10:09:45 -07:00
Phil Race
cb1ef28563
Merge
2018-03-23 10:02:55 -07:00
Shinya Yoshida
ae2d2c8ff5
8199910: Compiler crashes with -g option and variables of intersection type inferred by var
...
Javac should skip non-denotable types in the LocalVariableTypeTable attribute
Reviewed-by: jlahoda
2018-03-23 16:53:54 +00:00
Igor Ignatyev
c03846529f
8200180: fix a typo in run-test framework documentation
...
Reviewed-by: erikj, ihse
2018-03-23 08:58:49 -07:00
Roger Riggs
299b4b7b44
8199756: Simplify language, country, script, and variant property initialization
...
Reviewed-by: mchung, naoto, alanb
2018-03-23 11:53:11 -04:00
Magnus Ihse Bursie
123ad044ab
8200174: compare.sh improvements
...
Reviewed-by: erikj
2018-03-23 16:50:02 +01:00
Phil Race
3d9f35c4f5
Merge
2018-03-23 08:49:58 -07:00
Alan Bateman
3bb85f5fc5
8199791: (se) More Selector cleanup
...
Reviewed-by: redestad, bpb
2018-03-23 14:18:18 +00:00
Magnus Ihse Bursie
de23920e05
8071469: Cleanup include and exclude of sound native libraries
...
Reviewed-by: amenkov, erikj
2018-03-23 09:51:02 +01:00
Christoph Langer
3e5b58e0d7
8199924: Solaris: Correctly enqueue null arguments of attach operations
...
Reviewed-by: dcubed, dholmes
2018-03-23 09:26:59 +01:00
Jayathirth D V
948a1e2729
7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader
...
Reviewed-by: prr, pnarayanan
2018-03-23 11:18:39 +05:30
Roland Westrelin
98db6d11f3
8193130: Bad graph when unrolled loop bounds conflicts with range checks
...
Reviewed-by: kvn, thartmann
2018-03-22 20:21:19 -07:00
Sergey Bylokhov
8d5fa0fad3
4912693: Behavior of null arguments not specified in Java Sound
...
Reviewed-by: prr
2018-03-22 17:02:40 -07:00
Lana Steuck
f1f63e1f85
Added tag jdk-11+6 for changeset 3acb379b8672
2018-03-22 23:49:48 +00:00
Vladimir Kozlov
6b886727ca
8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
...
8199489: [TESTBUG] don't run CTW tests with -Xcomp
Reviewed-by: iignatyev, iveresov
2018-03-22 16:39:02 -07:00
Jan Lahoda
0345e4f081
8200136: Problem list test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
...
Reviewed-by: darcy, kvn
2018-03-22 22:34:38 +01:00
Phil Race
db4cc3fdf8
8199789: Emit a warning message when t2k is selected via system property
...
Reviewed-by: serb, pnarayanan
2018-03-22 14:10:30 -07:00
Phil Race
1597645191
8200129: Remove D3D Performance Counter
...
Reviewed-by: alanb, serb
2018-03-22 14:02:20 -07:00
Brian Burkhalter
9e3d8fd230
8194746: (fs) Add equivalents of Paths.get to Path interface
...
Copy Paths.get() methods to Path.get() methods and have former call latter
Reviewed-by: alanb, forax, chegar, psandoz
2018-03-22 12:30:47 -07:00
Brian Burkhalter
37f1b2b1e3
8198753: (dc) DatagramChannel throws unspecified exceptions
...
Reviewed-by: alanb
2018-03-22 12:29:52 -07:00
Phil Race
f004bcc467
Merge
2018-03-22 11:34:38 -07:00
Phil Race
d270a407b5
8200072: Remove un-needed qualified export from java.base to java.desktop
...
Reviewed-by: alanb, mchung
2018-03-22 11:09:50 -07:00
Vladimir Kozlov
2c7c7e1d31
8199896: [Graal] build Graal on all x86 platforms
...
Reviewed-by: erikj
2018-03-22 10:45:20 -07:00
Paul Sandoz
a2ea38d2c9
8199773: (bf) XXXBuffer:compareTo method is not working as expected
...
Reviewed-by: alanb
2018-03-22 09:07:08 -07:00
Brian Burkhalter
917c015610
8198997: Cache normalized/resolved user.dir property
...
Normalize cached user.dir property value in constructor (windows only)
Reviewed-by: alanb
2018-03-22 08:41:06 -07:00
Jan Lahoda
01509e5b5e
8194978: Javac produces dead code for try-with-resource
...
For try-with-resources, using simplified distinct close code for try body and catch clause, to avoid creating multiple copies of the full finally code.
Reviewed-by: mcimadamore
2018-03-22 15:28:33 +01:00
Roger Riggs
0db5f435ad
8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017
...
Reviewed-by: sspitsyn, martin
2018-03-22 09:41:29 -04:00
Jan Lahoda
7b9d38622b
8198552: Multiple javac plugins do not work at the same time
...
Fixing handling of multiple -Xplugin, -Xdoclint: and -Xdoclint/packages: parameters.
Reviewed-by: jjg, vromero
2018-03-22 12:13:08 +01:00
Nishit Jain
8314e06ebc
8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero)
...
8199672: ClassCastException is thrown by java.util.Formatter when an NumberFormatProvider SPI is used
Reviewed-by: naoto
2018-03-22 12:59:58 +05:30
Prahalad Kumar Narayanan
23ba49ac43
6686236: GIF native IIOMetadata assumes characterCellWidth/Height as 2bytes
...
Reviewed-by: prr, jdv
2018-03-22 11:41:15 +05:30
Weijun Wang
05b129ec25
8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000"
...
Reviewed-by: mullan
2018-03-22 08:09:51 +08:00
Hannes Wallnöfer
589e1177ef
8199869: Missing copyright headers in nashorn source code
...
Reviewed-by: sundar
2018-03-21 16:55:34 +01:00
Erik Österlund
b7aa9d3975
8198949: Modularize arraycopy stub routine GC barriers
...
Reviewed-by: rkennke, pliden
2018-03-21 14:38:32 +01:00
Tobias Hartmann
55233a42f3
8199777: Deprecate -XX:+AggressiveOpts
...
Deprecate -XX:+AggressiveOpts and remove it from testing.
Reviewed-by: kvn, dholmes, shade
2018-03-22 08:39:51 +01:00
Roland Westrelin
fd4f430f62
8199784: PhaseIdealLoop::place_near_use() might return wrong control with loop strip mining
...
Reviewed-by: kvn
2018-03-21 20:15:00 -07:00
Magnus Ihse Bursie
3522b53f7b
8199682: Clean up building the saproc library
...
Reviewed-by: erikj, dholmes, sundar
2018-03-21 12:54:36 +01:00
Claes Redestad
c71bc3581a
8199862: Examine ProxyBuilder::referencedTypes startup cost
...
Reviewed-by: mchung
2018-03-21 10:13:49 +01:00
Claes Redestad
74827c6a87
8199865: Avoid initializing ShortCache in ProxyGenerator
...
Reviewed-by: mchung
2018-03-21 10:13:14 +01:00
Chris Hegarty
2c73c97dd0
8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl
...
Reviewed-by: alanb, dfuchs
2018-03-21 09:06:45 +00:00
Manajit Halder
989515036d
7158623: Should an unfocusable maximized Frame be resizable
...
Reviewed-by: prr, sveerabhadra
2018-03-21 12:08:16 +05:30
Erik Joelsson
dca38708e5
8199884: JDK-8199749 broke build with make 3.81
...
Reviewed-by: tbell
2018-03-20 17:42:20 -07:00
Joe Wang
ce2fbabb94
8199792: Wrong license header in XMLLimitAnalyzer.java
...
Reviewed-by: lancea
2018-03-20 11:29:16 -07:00
Phil Race
7a4c2158c8
8199870: colorimaging.md needs to remove mention of KCMS
...
Reviewed-by: serb
2018-03-20 10:31:05 -07:00
Stuart Monteith
502b9b1da4
8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
...
Fix hotspot jtreg test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failure on AArch64.
Reviewed-by: aph, coleenp, dsamersoff
2018-03-20 22:54:02 +08:00
Coleen Phillimore
221d0f4c54
8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
...
Remove frame.inline.hpp,etc from header files and adjust transitive includes.
Reviewed-by: stefank, stuefe
2018-03-21 19:45:24 -04:00
Coleen Phillimore
b15a3ff611
8197844: JVMTI GetLoadedClasses should use the Access API
...
Make sure the holder of a class loader is accessed during iteration of CLDG
Reviewed-by: eosterlund, rkennke
2018-03-21 17:09:34 -04:00
Ekaterina Pavlova
c944c3aba7
8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt
...
Reviewed-by: iignatyev
2018-03-21 13:30:03 -07:00
Mikhailo Seledtsov
aa2b650b70
8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
...
Added at requires vm.cds
Reviewed-by: dcubed, jiangli
2018-03-21 13:18:06 -07:00