Kumar Srinivasan
|
2af00f5da9
|
8180019: javadoc should treat failure to access URL as an error, not a warning
Reviewed-by: jjg
|
2017-11-21 13:17:06 -08:00 |
|
Jonathan Gibbons
|
7fe35f784b
|
Merge
|
2017-11-21 13:07:26 -08:00 |
|
Jonathan Gibbons
|
3b8e460a1a
|
8156694: javap should render annotations in a friendly way
Reviewed-by: mcimadamore
|
2017-11-21 13:06:43 -08:00 |
|
Rob McKenna
|
e8ff1270bc
|
8189646: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java failed with "java.net.SocketTimeoutException: Read timed out"
Reviewed-by: coffeys
|
2017-11-21 21:01:23 +00:00 |
|
Calvin Cheung
|
e7ff0665e4
|
8188122: Path length limits on Windows leads to obscure class loading failures
Used the unicode version of windows API's to handled long paths and avoid using the stat() function.
Reviewed-by: stuefe, iklam
|
2017-11-21 09:49:52 -08:00 |
|
Dean Long
|
fb89c1729c
|
8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
Reviewed-by: vlivanov, dpochepk
|
2017-11-21 09:04:42 -08:00 |
|
Gerard Ziemski
|
cdabc7a61c
|
8191580: open/test/hotspot/jtreg/runtime/LoadClass/TestResize fails on product build
Guarded the test with the tag requiring debug build
Reviewed-by: jiangli
|
2017-11-21 10:21:24 -06:00 |
|
Jan Lahoda
|
905ead0ac3
|
8191112: javac OutOfMemoryError caused by \"-Xlint:exports\" option
When validating type visibility, ignore transitive automatic modules dependencies.
Reviewed-by: abuckley, jjg
|
2017-11-21 10:26:45 +01:00 |
|
Srikanth Adayapalam
|
dfaa92ca05
|
8189659: Anonymous subtype of raw type causes VerifyError
Reviewed-by: mcimadamore
|
2017-11-21 13:27:12 +05:30 |
|
Erik Helin
|
26aa579a78
|
8182284: G1Analytics uses uninitialized fields
Reviewed-by: tschatzl, sjohanss
|
2017-11-21 08:33:54 +01:00 |
|
Sharath Ballal
|
f0d620789d
|
8191401: [TESTBUG] serviceability/sa/ClhsdbFlags.java can fail due to UseJVMCICompiler
Reviewed-by: dholmes, jgeorge
|
2017-11-21 11:27:46 +05:30 |
|
Sharath Ballal
|
7367af0bf3
|
8191401: [TESTBUG] serviceability/sa/ClhsdbFlags.java can fail due to UseJVMCICompiler
Reviewed-by: dholmes, jgeorge
|
2017-11-21 11:27:46 +05:30 |
|
Priya Lakshmi Muthuswamy
|
acc6539ad3
|
8034258: Don't use binary testing class files
Reviewed-by: jjg, ksrini
|
2017-11-20 20:49:56 -08:00 |
|
Kumar Srinivasan
|
53ee22647f
|
8187588: Error generating using JDK 9 javadoc against a JDK 8 source repository
Reviewed-by: jjg
|
2017-11-20 16:50:22 -08:00 |
|
Alexandre Iline
|
d29688b6df
|
8191616: [TEST_BUG] : sanity/client/SwingSet/src/SliderDemoTest.java: Failed with TimeoutExpiredException: Wait "Wait till Slider attains the specified state."
Reviewed-by: serb
|
2017-11-20 15:05:10 -08:00 |
|
Sergey Bylokhov
|
beb9278561
|
5031664: Increase thread safety of EventListenerList
Reviewed-by: azvegint
|
2017-11-20 14:49:23 -08:00 |
|
Vicente Romero
|
eeb940463b
|
8175883: bytecode generated for the enhanced for loop may block memory garbage collecting
Reviewed-by: mcimadamore
|
2017-11-20 17:07:21 -05:00 |
|
Ekaterina Pavlova
|
d7f5a6e86e
|
8190975: [Graal] Tests which run with "--limit-modules java.base" could fail when Graal is used as JIT
Reviewed-by: dholmes, alanb
|
2017-11-20 14:02:10 -08:00 |
|
Vicente Romero
|
cffac90ef9
|
8190906: tools/javac/failover/CheckAttributedTree.java failed with timeout
Reviewed-by: jjg, mcimadamore
|
2017-11-20 14:45:11 -05:00 |
|
Krishna Addepalli
|
35a68b5ca0
|
8178430: JMenu in GridBagLayout flickers when label text shows "..." and is updated
Reviewed-by: serb, ssadetsky
|
2017-11-20 16:02:05 +05:30 |
|
Dean Long
|
49ce1519d9
|
8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
Reviewed-by: vlivanov, dpochepk
|
2017-11-21 09:04:42 -08:00 |
|
Nils Eliasson
|
fc7955d5fc
|
8160548: Inconsistent inlining behavior with CompileOnly
Can_be_compiled should not affect inlining
Reviewed-by: thartmann
|
2017-11-20 09:50:27 +01:00 |
|
Jayathirth D V
|
a3ceaef3e4
|
8190332: PngReader throws NegativeArraySizeException/OOM error when IHDR width is very large
Reviewed-by: prr, pnarayanan
|
2017-11-20 11:02:54 +05:30 |
|
Jonathan Gibbons
|
1e9c354dca
|
8191464: jdk/javadoc/doclet/testModules/TestModules.java 2 of 333 subtests failed
Reviewed-by: bpatel
|
2017-11-17 18:37:37 -08:00 |
|
Alexandre Iline
|
cc49454031
|
8176838: Remove :compact1, :compact2. :compact3, :needs_jre test groups
Reviewed-by: alanb, dholmes
|
2017-11-17 07:34:59 -08:00 |
|
Mandy Chung
|
52693f1ca5
|
8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior
Reviewed-by: psandoz, rriggs
|
2017-11-17 08:12:02 -06:00 |
|
Athijegannathan Sundararajan
|
6a826075c2
|
8191468: jdk.scripting.nashorn.shell (jjs) module should use optional dependency for java.compiler module
Reviewed-by: hannesw, jlaskey
|
2017-11-17 18:43:27 +05:30 |
|
Michael Dardis
|
3160d8e270
|
8190987: Package.getImplementationVersion returns null even if implementation version is non-null
Reviewed-by: mchung, rriggs
|
2017-11-16 22:51:15 -06:00 |
|
Jonathan Gibbons
|
5963e3d359
|
8190819: Merge HtmlWriter into HtmlDocument
Reviewed-by: bpatel, ksrini
|
2017-11-16 15:12:13 -08:00 |
|
Jonathan Gibbons
|
7a89adf1a8
|
8190818: Introduce a new Script builder class
Reviewed-by: bpatel, ksrini
|
2017-11-16 15:06:17 -08:00 |
|
Jonathan Gibbons
|
fbd053bd26
|
8190295: Introduce a new Table builder class
Reviewed-by: bpatel, ksrini
|
2017-11-16 15:01:45 -08:00 |
|
Phil Race
|
d39af471c9
|
Merge
|
2017-11-16 11:20:56 -08:00 |
|
Phil Race
|
fca05b5e6e
|
Merge
|
2017-11-16 10:45:42 -08:00 |
|
Jesper Wilhelmsson
|
cf0ea69014
|
Merge
|
2017-11-17 02:50:51 +01:00 |
|
Ujwal Vangapally
|
d207240545
|
8024352: MBeanOperationInfo accepts any int value as "impact"
MBeanOperationInfo throw an llegalArgumentException if the impact argument is not among the defined values
Reviewed-by: rriggs, dfuchs, mchung
|
2017-11-17 11:08:44 +05:30 |
|
Mikhailo Seledtsov
|
eadfc06bd0
|
8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
Created tests for the feature
Reviewed-by: bobv, iignatyev
|
2017-11-16 19:01:01 -08:00 |
|
Bob Vandette
|
b1569d5b55
|
Merge
|
2017-11-16 18:06:14 -05:00 |
|
Chris Plummer
|
24694f63fe
|
8186540: [TESTBUG] serviceability/dcmd/jvmti/LoadAgentDcmdTest.java failed to clean up files in agentvm mode
Run the test in "othervm" mode
Reviewed-by: sspitsyn, dholmes
|
2017-11-16 14:47:31 -08:00 |
|
Bob Vandette
|
68c5f06bc1
|
Merge
|
2017-11-16 09:50:49 -05:00 |
|
Prasanta Sadhukhan
|
e6a8aea72b
|
8178025: HiDPI with non-integer scale factor - SPANs in HTML are rendered overlapping each other
Reviewed-by: serb, ssadetsky
|
2017-11-16 12:24:02 +05:30 |
|
Jesper Wilhelmsson
|
88d610826b
|
Merge
|
2017-11-16 01:11:32 +01:00 |
|
Claes Redestad
|
433bf8ab65
|
8184777: Factor out species generation logic from BoundMethodHandle
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: vlivanov
|
2017-11-16 00:58:50 +01:00 |
|
Alexandre Iline
|
26a4a1a6b3
|
8157338: sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java is unstable
Reviewed-by: serb
|
2017-11-15 09:31:17 -08:00 |
|
Bob Vandette
|
20a8de0f70
|
8146115: Improve docker container detection and resource configuration usage
Reviewed-by: dholmes, kbarrett, phh
|
2017-11-15 10:34:17 -05:00 |
|
Coleen Phillimore
|
2f84103a78
|
Merge
|
2017-11-15 08:25:28 -05:00 |
|
Coleen Phillimore
|
f93a6a5715
|
8179603: create a jtreg test group for hotspot tests excluding application testing
Reviewed-by: dholmes, sspitsyn
|
2017-11-15 08:14:56 -05:00 |
|
Coleen Phillimore
|
7e7935286b
|
8191315: Add serviceability/sa/TestRevPtrsForInvokeDynamic.java to ProblemList.txt
Reviewed-by: dholmes, sspitsyn
|
2017-11-15 08:14:31 -05:00 |
|
Robert Field
|
c0689879a7
|
8177076: jshell tool: allow non-zero /exit
8190383: JShell API: no way for the jshell tool to report exit status to provider
Reviewed-by: jlahoda
|
2017-11-14 19:33:37 -08:00 |
|
Phil Race
|
60c7c6052d
|
Merge
|
2017-11-14 12:07:55 -08:00 |
|
Phil Race
|
f50b03376b
|
8186306: Remove pisces from Java2D sources + build
Reviewed-by: serb, neugens
|
2017-11-14 11:47:49 -08:00 |
|