54518 Commits

Author SHA1 Message Date
Felix Yang
7286216186 8183514: Remove intermittent key from httpclient test TimeoutOrdering and ErrorTest
Reviewed-by: dfuchs
2017-07-04 18:49:16 -07:00
Amy Lu
1be87a5f55 8183512: Remove intermittent key from nio test Transfer4GBFile.java TransferTo6GBFile.java and StressLoopback.java
Reviewed-by: alanb
2017-07-05 08:30:36 +08:00
Amy Lu
22795d4108 8183531: Wrong @modules in test javax/net/ssl/ciphersuites/ECCurvesconstraints.java
Reviewed-by: wetmore, xuelei
2017-07-05 08:26:54 +08:00
Doug Simon
7a7f534d7b 8183401: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java fails with The VM does not support the minimum JVMCI API version required by Graal
Fix version check in Graal

Reviewed-by: kvn, redestad
2017-07-04 11:45:09 -07:00
Roman Kennke
313f3e3ef5 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
Reviewed-by: pliden, sjohanss
2017-07-04 20:41:33 +02:00
Harold Seigel
b4d5834c9d Merge 2017-07-12 12:46:31 +00:00
Harold Seigel
00b2004598 8140284: Deprecate -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal
Add the two options to the deprecate list.

Reviewed-by: acorn, gtriantafill
2017-07-12 08:07:58 -04:00
Thomas Schatzl
1852544472 Merge 2017-07-12 11:26:11 +00:00
Thomas Schatzl
8055a4e57d 8183128: Update RefineCardTableEntryClosure
Improve names and placement of RefineCardTableEntryClosure

Reviewed-by: ehelin, sjohanss
2017-07-12 12:26:57 +02:00
Thomas Schatzl
1af7551c3e 8183226: Remembered set summarization accesses not fully initialized java thread DCQS
Reviewed-by: sjohanss, ehelin
2017-07-12 12:25:12 +02:00
Roland Westrelin
fe5bc09ad0 8183543: Aarch64: C2 compilation often fails with "failed spill-split-recycle sanity check"
Reviewed-by: aph
2017-07-04 15:58:15 +02:00
Adam Petcher
248948c08b 8174756: Extra validation for public keys
Reviewed-by: valeriep
2017-07-04 01:52:53 +00:00
Mark Reinhold
fac697fed9 8182776: Fix typos in module declarations
8183161: Fix font-family style attributes in module declarations

Reviewed-by: jjg, alanb
2017-07-03 13:18:56 -07:00
Mark Reinhold
7ebd6e3f50 8182776: Fix typos in module declarations
Reviewed-by: jjg, alanb
2017-07-03 13:18:55 -07:00
Mark Reinhold
c24850b308 8182776: Fix typos in module declarations
Reviewed-by: jjg, alanb
2017-07-03 13:18:55 -07:00
Mark Reinhold
391bdde478 8182776: Fix typos in module declarations
Reviewed-by: jjg, alanb
2017-07-03 13:18:55 -07:00
Mark Reinhold
f1ea9d09e5 8182776: Fix typos in module declarations
Reviewed-by: jjg, alanb
2017-07-03 13:18:55 -07:00
Mark Reinhold
4500670987 8183251: Meta "keywords" tag malformed in overview-summary.html and related pages
Reviewed-by: jjg, alanb
2017-07-03 13:18:55 -07:00
Naoto Sato
f5388e93ad 8160199: Language's script should be reflected in user.script on Mac OS X
Reviewed-by: bchristi, sherman
2017-07-03 12:54:24 -07:00
Roland Westrelin
a6490b0abc 8182036: Load from initializing arraycopy uses wrong memory state
Reviewed-by: kvn
2017-07-03 14:33:00 +02:00
Christian Thalinger
340108f92b 8183151: DCmd Compiler.codelist should print all compiled methods
Add support for AOT methods in codelist dcmd

Reviewed-by: neliasso, kvn
2017-07-03 11:41:19 +02:00
Chihiro Ito
5ae3d88bb7 8181647: jhsdb jstack could not output thread name
Standardized thread information across jstack, jhsdb jstack, and jhsdb jstack --mixed

Reviewed-by: ysuenaga, poonam
2017-07-06 09:31:01 -04:00
Thomas Schatzl
3df0f64e1f 8179679: Rearrange filters before card scanning
Implement micro-optimizations in the card scanning code enabled by JDK-8177044.

Reviewed-by: sjohanss, ehelin
2017-07-06 12:11:20 +02:00
Thomas Schatzl
10afb6f4f0 8183127: UpdateRSetDeferred should not enqueue cards for NULL references
Filter out NULL references during generating cards for an object.

Reviewed-by: mgerdin, ehelin
2017-07-06 10:42:02 +02:00
Vladimir Kozlov
0be0ab5955 Merge 2017-07-05 20:16:26 -07:00
Vladimir Kozlov
62b03921aa Merge 2017-07-05 18:14:48 -07:00
Vladimir Kozlov
eb20e62194 8183262: noexecstack check in os::dll_load on Linux is too expensive
Convert ElfFile::specifies_noexecstack() to static method which read file header and check executable stack flag.

Reviewed-by: iklam, stuefe
2017-07-05 11:03:19 -07:00
Martin Doerr
907093af23 8183571: PPC64 build broken after 8178499
Reviewed-by: simonis
2017-07-05 17:19:37 +02:00
Andrew Haley
41652a15e1 8183547: AArch64: Better instruction sequence for stack bangs
Reviewed-by: shade, adinn
2017-07-04 17:33:40 +01:00
Stefan Karlsson
c9957ebc9a Merge 2017-07-05 09:38:47 +00:00
Stefan Karlsson
a18f1c2d58 8183552: Move align functions to align.hpp
Reviewed-by: stuefe, pliden
2017-07-05 11:33:17 +02:00
Claes Redestad
4112be360c Merge 2017-07-04 18:10:40 +00:00
Claes Redestad
fd301e5f76 8183299: Improve inlining of CompiledMethod methods into frame::sender
Reviewed-by: kvn, neliasso
2017-07-04 18:36:50 +02:00
Erik Joelsson
969b909f15 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
Reviewed-by: ihse
2017-07-03 10:27:42 +02:00
Priya Lakshmi Muthuswamy
9797f94e75 8068836: Error message should be updated when Override is used with static methods
Issue a more direct, specific error when @Override annotation is used with a static method

Reviewed-by: sadayapalam
2017-07-03 12:58:30 +05:30
Ogata Kazunori
43fc1b68a2 8182743: Ineffective use of volatile hurts performance of Charset.atBugLevel()
Reviewed-by: clanger, redestad, plevart, coffeys
2017-07-01 20:35:28 +02:00
Jan Lahoda
6cc1fadb9a 8183021: JShell tests: Fix failing tests on Windows
Reviewed-by: jjg, rfield
2017-06-30 20:03:07 +02:00
Roger Riggs
7b258a7561 8183019: Diagnostics for onExitTest
Reviewed-by: clanger
2017-06-30 13:28:25 -04:00
Paul Hohensee
f8a30c1660 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
8182656: Make the required changes in GC code to build on OSX 10 + Xcode 8
8182657: Make the required changes in Runtime code to build on OSX 10 + Xcode 8
8182658: Make the required changes in Compiler code to build on OSX 10 + Xcode 8

Reviewed-by: jwilhelm, ehelin
2017-06-30 16:42:49 +02:00
Matthias Baesken
3730163d9d 8183286: Some java/awt and javax/swing tests miss headful jtreg keyword
Reviewed-by: serb, clanger
2017-06-30 16:32:18 +02:00
Prasanta Sadhukhan
8143715e7e 7190539: Nimbus LaF: JPopupMenu reacts on Ctrl+Enter
Reviewed-by: ssadetsky, azvegint
2017-07-04 13:37:02 +05:30
Prasanta Sadhukhan
f3abf05b31 8182577: Exception when Tab key moves focus to a JCheckbox with a custom ButtonModel
Reviewed-by: ssadetsky, serb, kcr
2017-07-01 10:00:15 +05:30
Prasanta Sadhukhan
15fcd07725 8075063: Context menu closes on mouse scroll
Reviewed-by: ssadetsky
2017-07-01 09:56:02 +05:30
Vicente Romero
b081062f1c 8182047: javac compile error on type-parameter-exceptions in lambda expressions
Reviewed-by: mcimadamore
2017-06-30 05:47:35 -07:00
Prasanta Sadhukhan
e8693a14fb 8182402: Tooltip for Desktop button is in English when non-English locale is set
Reviewed-by: azvegint
2017-06-30 11:03:44 +05:30
Felix Yang
c33dc7513c 8182975: Mark http2/BasicTest.java and FixedThreadPoolTest.java as intermittently failing
Reviewed-by: rriggs
2017-06-29 18:42:01 -07:00
Kumar Srinivasan
e1ab913813 8183141: java --help-extra in non-English locales lists --permit-illegal-access which no longer exists
Reviewed-by: alanb
2017-06-29 17:12:14 -07:00
Joe Darcy
c00b47cf6e 8183255: Fix langtools TEST.groups file after fix for JDK-8177511
Reviewed-by: jjg
2017-06-29 14:32:39 -07:00
Brian Burkhalter
43ba99fd98 8182710: File.listRoots() always returns the root of CD drive
Include only logical drives with an extant filesystem location

Reviewed-by: clanger, rriggs, plevart, tvaleev
2017-06-29 13:40:38 -07:00
Phil Race
296990a1e8 Merge 2017-06-29 13:07:19 -07:00