Jiangli Zhou
c2d94a0073
8189840: CheckCachedResolvedReferencesApp has no cached resolved references
...
Add WhiteBox.areOpenArchiveHeapObjectsMapped() for CheckCachedResolvedReferencesApp to check and skip test when open archive heap objects are not mapped.
Reviewed-by: iklam, ccheung
2017-11-07 18:48:17 -05:00
Chris Plummer
5865d3062f
8059334: nsk/jvmti/scenarios/hotswap/HS201/hs201t001 fails with exit code 0 after timeout
...
Check if we are in "interp only" mode before returning an nm for an OSR request
Reviewed-by: sspitsyn, dcubed, kvn
2017-11-07 14:13:18 -08:00
Jesper Wilhelmsson
3c76c33dba
Merge
2017-11-07 08:47:47 +01:00
Zhengyu Gu
92ae7c8cfd
8189688: NMT: Report per-class load metadata information
...
Report per-class loader metadata info via NMT jcmd metadata sub-command
Reviewed-by: stuefe, coleenp
2017-11-07 09:37:45 -05:00
Bob Vandette
75d5090c81
8190283: Default heap sizing options select a MaxHeapSize larger than available physical memory in some cases
...
Reviewed-by: tschatzl, sjohanss
2017-11-07 10:30:53 -05:00
Thomas Schatzl
d7b2fafd3d
8190703: TestSystemGCWith* infrequently times out on SPARC
...
Give the test a timeout after which it ends on its own.
Reviewed-by: shade, sjohanss
2017-11-07 13:51:18 +01:00
Jamsheed Mohammed C M
10a1edcc22
8152470: Add COMPILER2_OR_JVMCI definition
...
Defined(COMPILER2) || INCLUDE_JVMCI changed replaced with COMPILER2_OR_JVMCI
Reviewed-by: kvn
2017-11-06 21:28:03 -08:00
Dean Long
c8aacd3972
8190710: Update Graal
...
Reviewed-by: kvn
2017-11-06 20:29:49 -08:00
Jiangli Zhou
545e8eb333
8184206: Resolve all string constants in shared classes at CDS dump time
...
Change ConstantPool::resolve_class_constants() to resolve all string constants.
Reviewed-by: iklam, coleenp
2017-11-06 14:12:37 -05:00
Doug Simon
40cdb9fd60
8187315: [JVMCI] hosted use of JVMCI can crash VM under -Xint
...
Reviewed-by: kvn, dlong
2017-11-06 21:38:42 +01:00
Phil Race
05adede5f5
Merge
2017-10-23 13:06:04 -07:00
Liam Miller-Cushon
ed0ea37394
8187247: canonical import check compares classes by simple name
...
Reviewed-by: jlahoda
2017-10-23 14:11:04 +02:00
Pankaj Bansal
6e6996cd6c
8145795: [PIT] java/awt/Window/ScreenLocation/ScreenLocationTest.java fails (can assign Integer.MAX_VALUE to Window dimensions)
...
Reviewed-by: serb, pkbalakr
2017-10-23 16:55:52 +05:30
Priya Lakshmi Muthuswamy
6a0b70e242
8165198: Inconsistent values with JavaImporter after accessing undefined variable
...
Reviewed-by: sundar, hannesw
2017-10-23 13:03:01 +02:00
Christoph Dreis
6bfb868454
8189266: (ann) Optimize AnnotationInvocationHandler.invoke
...
Reviewed-by: jfranck, plevart
2017-10-23 11:33:16 +02:00
Erik Joelsson
7b0bbccf0f
8187974: Merge Java Mission Control 6.1 3rdpartyreame with the JDK 18.3 3rdpartyreadme
...
Reviewed-by: ihse
2017-10-23 10:43:45 +02:00
Erik Joelsson
c7084efdb5
8189664: Stop producing ARCHIVE_BUNDLE.zip from test makefiles unless asked to
...
Reviewed-by: ihse
2017-10-23 10:41:34 +02:00
Erik Joelsson
37644f5c79
8189119: Devkit for Linux needs to include fontconfig-devel
...
Reviewed-by: ihse
2017-10-23 10:39:11 +02:00
Magnus Ihse Bursie
6d882e45a4
8189056: javadoc target for stable specdiff comparisons
...
Reviewed-by: erikj
2017-10-23 10:21:13 +02:00
Sergey Bylokhov
c852879b03
8186559: [macos] the screen location is wrong when using AWT/SWT bridge with dual monitors
...
Reviewed-by: dmarkov, ssadetsky
2017-10-20 20:08:09 -07:00
Robert Field
19fbc4c08c
8187359: JShell: Give comprehensible error when user method name matches Object method
...
Reviewed-by: jlahoda
2017-10-20 19:08:25 -07:00
Lana Steuck
6f51392180
Merge
2017-10-21 00:06:31 +00:00
Lana Steuck
6a95d164be
Added tag jdk-10+28 for changeset 92f08900cb3c
2017-10-21 00:04:45 +00:00
Sergey Bylokhov
49c29ca974
8184219: Fix accessibility of tables in the java.desktop module
...
Reviewed-by: jjg
2017-10-20 15:39:50 -07:00
Sergey Bylokhov
5852f663bf
8187399: Different problems in the javadoc's links in java.desktop package
...
Reviewed-by: azvegint
2017-10-20 15:12:45 -07:00
Kumar Srinivasan
78448a41ec
8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes
...
Reviewed-by: jjg, mchung, tbell
2017-10-20 11:42:36 -07:00
Jonathan Gibbons
97db013bd3
8189405: More cleanup in HtmlWriter
...
Reviewed-by: bpatel, ksrini
2017-10-20 11:08:18 -07:00
Henry Jen
4e93f8fc9f
Merge
2017-10-20 09:49:02 -07:00
Athijegannathan Sundararajan
0da8aae161
8189671: jlink should clearly report error when an automatic module is used
...
Reviewed-by: alanb, mchung
2017-10-20 17:16:05 +05:30
Erik Joelsson
a6aad28019
8182285: Speeding up incremental build by hashing module APIs
...
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: ihse
2017-10-20 13:33:35 +02:00
Stewart X Addison
5e00c162bd
8189619: [aix] OpenJDK local disk check not working on AIX
...
Reviewed-by: erikj
2017-10-20 13:10:35 +02:00
Erik Joelsson
3263ea9b0c
8189679: JDK-8189094 broke testing in Mach 5
...
Reviewed-by: tbell, mchung
2017-10-19 17:47:04 +02:00
Erik Joelsson
ca8ad3c162
8189094: Change required boot jdk to JDK 9
...
Reviewed-by: ihse, mchung
2017-10-19 14:16:45 +02: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
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
John Jiang
26aeea1790
8189603: ProblemList sun/security/pkcs11/KeyStore/SecretKeysBasic.sh on Linux platform
...
Put test sun/security/pkcs11/KeyStore/SecretKeysBasic.sh to ProblemList on Linux platform due to JDK-8186098
Reviewed-by: xuelei
2017-10-19 14:49:20 +08: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
Lucy Lu
ec1c3bce45
8164900: Add support for O_DIRECT
...
Add support for Direct I/O in FileChannel
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
2017-10-17 16:51:11 -07:00
Thomas Stuefe
38651ae436
8189431: Netbeans nb_native project needs to be adapted to new repo structure
...
Reviewed-by: ihse
2017-10-17 12:17:17 +02:00
Brent Christian
0e82be62fa
8183901: Fix broken links to "Package Sealing" in the JAR spec
...
Reviewed-by: alanb, mchung
2017-10-25 09:06:39 -07:00
Joe Wang
46582b2d15
8176891: Fix lint warnings in JAXP repo: serial
...
Reviewed-by: lancea
2017-10-24 19:05:29 -07:00
Naoto Sato
483595f375
8189272: CLDR and JRE LocaleProviderAdapters silently swallow exceptions
...
Reviewed-by: mchung
2017-10-24 08:56:47 -07:00
Naoto Sato
ab49e12b7f
8189291: Test policy should extend the default system policy
...
Reviewed-by: mchung
2017-10-24 08:56:30 -07:00
Erik Joelsson
aae091f644
8189682: JDK demos/tests should be in a separate bundle than hotspot ones
...
Reviewed-by: prr, ihse
2017-10-24 15:36:56 +02:00
Jan Lahoda
a663434be7
8189796: Incorrect end position for missing statement
...
Recording end positions for error trees representing missing statements.
Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: mcimadamore
2017-10-24 12:07:27 +02:00
Roland Westrelin
3a205924e4
8188151: "assert(entry_for(catch_pco, handler_bcis->at(i), scope_depth)->pco() == handler_pcos->at(i))" failure with C1
...
Reviewed-by: kvn, dlong
2017-10-10 14:05:04 +02:00
Jamsheed Mohammed C M
82a1334ded
6523512: has_special_runtime_exit_condition checks for is_deopt_suspend needlessly
...
Removed is_deopt_suspend() from has_special_runtime_exit_condition checks
Reviewed-by: dlong, thartmann
2017-10-26 05:59:15 -07:00
Igor Veresov
548d5d4d9d
8166750: C1 profiling handles statically bindable call sites differently than the interpreter
...
Optimize profiling of statically binable call sites. Add monomorphic profile fixup to JVMCI MDO API.
Reviewed-by: dnsimon, kvn
2017-10-25 16:30:31 -07:00
Thomas Schatzl
bdb82eb577
8189797: Fix initializer lists in G1ConcurrentMark and G1CMTask
...
Reviewed-by: kbarrett
2017-10-25 16:15:10 +02:00