46764 Commits

Author SHA1 Message Date
Ioi Lam
4964bb2c24 8185826: HotSpot build failure with GCC 7.1.1
Removed unused function

Reviewed-by: dholmes, ysuenaga
2017-08-03 22:40:26 -07:00
David Buck
b0cc678733 8185567: fix hsdis cpu to architecture mapping on various Linux platforms
Add "arm" target to hsdis.c and fix several cpu to architecture mappings in Makefile

Reviewed-by: dholmes, vlivanov, tbell
2017-08-03 17:13:57 -04:00
Coleen Phillimore
7c8c0a97fc 8130072: Add a flag to print out statistics for both system dictionary and shared dictionary
Include Shared Dictionary printing when printing system dictionaries

Reviewed-by: shade, gtriantafill
2017-08-03 08:16:00 -04:00
Ioi Lam
f7f193ae71 8072061: Automatically determine optimal sizes for the CDS regions
See new C++ class MetaspaceClosure.

Reviewed-by: coleenp, jiangli, mseledtsov
2017-08-02 18:06:38 -07:00
Thomas Stuefe
15fbb62d49 8185706: [windows] Native callstacks printing terminates prematurely
Reviewed-by: iklam, zgu
2017-08-02 10:17:14 +02:00
Harold Seigel
ac17311f4a Merge 2017-08-10 16:14:52 +00:00
Gustavo Serra Scalet
fd3d8a1997 8185975: PPC64: Fix vsldoi interface according to the ISA
Reviewed-by: mdoerr
2017-08-10 17:25:46 +02:00
Harold Seigel
e2b0679319 8177741: Fix hotspot tests to use --patch-module instead of -Xmodule
Change InMemoryJavaCompiler.compile() to accept --patch-module instead of -Xmodule, and then change appropriate tests.

Reviewed-by: coleenp, gtriantafill
2017-08-10 11:12:13 -04:00
Thomas Schatzl
7009b948bb 8180311: [TESTBUG] gc/stress/gclocker/TestGCLockerWithSerial fails with ClassNotFoundException: java.lang.management.ManagementFactory
Do not run the test on minimal VM

Reviewed-by: shade, sjohanss
2017-08-10 13:57:57 +02:00
David Holmes
92ddd523cc Merge 2017-08-10 01:48:41 +00:00
Yasumasa Suenaga
ba635a7b52 8186018: SA: Monitor Cache Dump in HSDB does not work
Reviewed-by: dholmes, dcubed
2017-08-09 21:08:35 -04:00
Coleen Phillimore
1e48327d61 Merge 2017-08-10 00:27:34 +00:00
Coleen Phillimore
c413a4387f Merge 2017-08-09 23:26:38 +00:00
Coleen Phillimore
2d67cafe0c Merge 2017-08-09 23:19:43 +00:00
Coleen Phillimore
7c1aeeeae9 8068317: No_Safepoint_Verifier is not necessary in Rewriter::scan_method
Remove NSV, Method* can't move or be redefined while being rewritten

Reviewed-by: shade, jiangli
2017-08-09 19:00:54 -04:00
Coleen Phillimore
e1528538f4 8186044: [TESTBUG] DumpSharedDictionary test sometimes fails in JPRT
Wrap test in CDSTestUtils.isUnableToMap(out)

Reviewed-by: iklam, mseledtsov
2017-08-09 18:51:44 -04:00
Mikhailo Seledtsov
047aeb0453 Merge 2017-08-09 15:03:29 -07:00
Goetz Lindenmaier
7635d5162e 8185436: jtreg: introduce @requires property to disable cds tests
Fix CompressedClassPointers test to succeed also if cds is not available.

Reviewed-by: jiangli, mseledtsov, iklam
2017-08-03 10:24:34 +02:00
Leonid Mesnik
3c816df786 8184775: tools/launcher/modules/illegalaccess/IllegalAccessTest.java times out on some platforms when xcomp is used
Reviewed-by: alanb, ksrini, martin
2017-08-01 15:59:07 -07:00
Roger Riggs
61af72610c 8185719: rmi TestSocketFactory does not flush
Reviewed-by: lancea, dfuchs
2017-08-02 13:20:20 -04:00
Mandy Chung
57bf613d55 8185541: Add back test cases for resource lookup from bootclasspath
Reviewed-by: alanb
2017-08-02 08:13:37 -07:00
Brian Burkhalter
0227368887 8185623: (se) AbstractSelector.selectorOpen is not published safely
Make 'selectorOpen' instance variable final

Reviewed-by: chegar
2017-08-01 16:08:17 -07:00
Bradford Wetmore
570bbe25a2 8169080: Improve documentation examples for crypto applications
Reviewed-by: mullan
2017-08-01 15:30:13 -07:00
Jonathan Gibbons
276506ab24 8185669: Doc issues in assorted small jdk.* modules
Reviewed-by: bpb, chegar
2017-08-01 15:23:13 -07:00
Naoto Sato
7c5c9a0ad2 8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale
Reviewed-by: mchung
2017-08-01 08:56:42 -07:00
Mikael Gerdin
14d5d3b46f 8185133: Reference pending list root might not get marked
Ensure that pending list head is marked by initial mark

Reviewed-by: eosterlund, kbarrett, tschatzl
2017-08-01 11:03:05 +02:00
Ujwal Vangapally
a3821dc595 8181895: javax management docs contain links to technotes
Edited links to point to Alternate paths

Reviewed-by: rriggs
2017-08-01 10:33:47 +05:30
Jonathan Gibbons
2de62f2a74 8185589: jdk.management API has accessibility issues
Reviewed-by: alanb
2017-07-31 17:37:46 -07:00
Jonathan Gibbons
85c53bd552 8185588: jdk.attach API has accessibility issues
Reviewed-by: alanb
2017-07-31 16:02:23 -07:00
Kumar Srinivasan
d8492f4fcd 8184969: Cannot specify multiple -link to jdk9 javadoc
Reviewed-by: jjg
2017-07-28 15:00:53 -07:00
Kumar Srinivasan
0fdd008b62 8183026: minor cleanup for IndexUseComparator
8163990: Utils.ElementComparator does not need to be generic

Reviewed-by: jjg
2017-07-28 14:29:29 -07:00
Mandy Chung
2cb9e39fc9 8161121: VM::isSystemDomainLoader should consider platform class loader
Reviewed-by: alanb
2017-07-28 13:22:33 -07:00
Goetz Lindenmaier
34afeced21 8185500: [TESTBUG] Add keywords headful/printer in java/awt and javax tests
Add new keyword 'printer'. Some minor test fixes to show headless exception. Add some @requires windows.

Reviewed-by: serb, mbaesken
2017-07-28 14:06:28 +02:00
Brian Burkhalter
577dc3fca2 8186157: (scanner) Modify java/util/Scanner/ScanTest.java to fail if Engilsh Locale unavailable
Fail if the English locale is not available on the system

Reviewed-by: lancea
2017-08-11 15:44:44 -07:00
Jonathan Gibbons
1b9cc2f7a2 8186153: Fix a11y and HTML issues in the java.math, java.text and java.time packages
Reviewed-by: lancea, bpb
2017-08-11 14:07:14 -07:00
Jonathan Gibbons
c79d52b103 8186052: Fix a11y and HTML issues in the java.base/java.lang[.*] packages
Reviewed-by: smarks
2017-08-10 15:23:03 -07:00
Jonathan Gibbons
330008fbf2 8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages
Reviewed-by: bpb, smarks
2017-08-10 15:21:17 -07:00
Doug Lea
2f31db126d 8185099: Miscellaneous changes imported from jsr166 CVS 2017-08
Reviewed-by: martin, psandoz
2017-08-09 17:40:38 -07:00
Doug Lea
9f28d43df5 8185830: ConcurrentSkipListSet.clone() fails with UnsupportedOperationException
Reviewed-by: martin, psandoz, plevart
2017-08-09 17:30:51 -07:00
Jonathan Gibbons
880c64b6af 8185984: fix a11y and html issues in java.logging module
Reviewed-by: dfuchs, mchung
2017-08-09 15:39:50 -07:00
Lana Steuck
855080ae1f Merge 2017-08-08 22:53:38 +00:00
Abhijit Saha
7be03f3200 Added tag jdk-10+19 for changeset 22316369c9b0 2017-08-08 22:11:12 +00:00
Jonathan Gibbons
74419eb34a 8185867: fix a11y and html issues in jdk.jdi docs
Reviewed-by: alanb
2017-08-08 12:01:02 -07:00
Weijun Wang
43ead07d44 8185934: keytool shows "Signature algorithm: SHA1withECDSA, -1-bit key"
Reviewed-by: mullan
2017-08-08 21:37:38 +08:00
Daniel Fuchs
36378834a9 8185852: HttpConnection should resolve addresses before SocketChannel.connect() is called
HttpConnection checks whether the proxy address is resolved and if not attempts to resolve it before creating the underlying connection that connects to the proxy.

Reviewed-by: chegar
2017-08-08 12:32:41 +01:00
Phil Race
c27877713e Added tag jdk-9+181 for changeset 35dc62e43188 2017-08-03 18:56:59 +00:00
Amy Lu
135d500fc8 8184894: Mark ExternalEditorTest.java as intermittently failing, demote to tier 2
Reviewed-by: jlahoda
2017-07-28 19:54:26 +08:00
Lana Steuck
33ec100504 Added tag jdk-10+17 for changeset a3c10d5df818 2017-07-28 02:34:48 +00:00
Lana Steuck
c4fd444e12 Added tag jdk-10+17 for changeset 832f85797be8 2017-07-28 02:34:46 +00:00
Lana Steuck
aebc535a09 Added tag jdk-10+17 for changeset 7ee858174605 2017-07-28 02:34:45 +00:00