Tobias Hartmann
|
832d68597e
|
8190351: InitialAndMaxUsageTest does not free allocated blob
Refactored test to add blob to free list and changed the allocation loop to start with blobs of size ~36 Mb.
Reviewed-by: kvn
|
2017-10-31 09:33:47 +01:00 |
|
Martin Doerr
|
43ac55ed1c
|
8190285: s390: Some java boolean checks are not correct
Reviewed-by: lucy, coleenp
|
2017-10-30 17:14:39 +01:00 |
|
Ioi Lam
|
a422994296
|
8190191: Subclasses of jdk.jfr.Event loaded from CDS breaks -XX:FlightRecorderOptions=retransform=false
Do not archive these classes
Reviewed-by: jiangli, sspitsyn
|
2017-10-29 18:13:18 -07:00 |
|
Leo Korinth
|
97d1978c0f
|
8177959: G1CollectedHeap::print_on prints incorrect capacity
Reviewed-by: sjohanss, ehelin, pliden
|
2017-10-27 11:44:56 +02:00 |
|
Vladimir Kozlov
|
d378db4d76
|
Merge
|
2017-10-27 08:55:32 +00:00 |
|
Vladimir Kozlov
|
0bf8a0fc34
|
8189064: Crash with compiler/codegen/*Vect.java on Solaris-sparc
Unconditionally call cl->mark_loop_vectorized() when vectors are generated
Reviewed-by: thartmann
|
2017-10-27 01:09:57 -07:00 |
|
Sangheon Kim
|
b5a6d156f8
|
Merge
|
2017-10-27 07:19:00 +00:00 |
|
Jamsheed Mohammed C M
|
1612915aa6
|
Merge
|
2017-10-27 05:30:16 +00:00 |
|
Jamsheed Mohammed C M
|
55541e80b5
|
8185989: overview.html files should be deleted?
Jdk.vm.ci.code/overview.html jdk.vm.ci.meta/overview.html deleted
Reviewed-by: kvn, thartmann
|
2017-10-26 22:18:15 -07:00 |
|
Sangheon Kim
|
4101ba9a13
|
8185278: TestGreyReclaimedHumongousObjects.java fails guarantee(index != trim_index(_head_index + 1)) failed: should not go past head
Add STS to avoid MMU concurrency problem between VM Thread and Concurrent Mark Thread
Reviewed-by: tschatzl, ehelin
|
2017-10-26 21:30:48 -07:00 |
|
Brian Burkhalter
|
18cbe428c1
|
8189963: Remove version of FileChannelImpl::open without the 'direct' parameter
Remove old version of FileChannelImpl::open and update call sites
Reviewed-by: rriggs
|
2017-10-26 11:08:31 -07:00 |
|
Iris Clark
|
9615ad79e8
|
8189919: Update link to license in Docs.gmk
Reviewed-by: mr
|
2017-10-26 10:46:29 -07:00 |
|
Maurizio Cimadamore
|
f48f3c6552
|
8189838: Stack overflow when computing upward projection of an intersection type with fbounds
Bad logic for detecting loop in type-variable upper bounds
Reviewed-by: vromero
|
2017-10-26 18:42:40 +01:00 |
|
Athijegannathan Sundararajan
|
79a0feb9f3
|
8190217: Add a JS "static checker" sample for nashorn parser API
Reviewed-by: jlaskey
|
2017-10-26 20:57:19 +05:30 |
|
Magnus Ihse Bursie
|
acf857fe3d
|
8189955: Configuration validation is broken for some types of paths
Reviewed-by: erikj
|
2017-10-26 13:20:47 +02:00 |
|
Martin Buchholz
|
a69940ab56
|
8189376: Unsorted $(wildcard) causes instable module-deps.gmk
Reviewed-by: erikj, tbell
|
2017-10-26 10:39:59 +02:00 |
|
Matthias Baesken
|
f4672a738b
|
8189618: [aix] No jre image is created during images step
Reviewed-by: erikj, stuefe
|
2017-10-26 08:52:55 +02:00 |
|
Kumar Srinivasan
|
3e52d34798
|
8189845: Fix for 8157000 causes significant performance regression
Reviewed-by: jjg
|
2017-10-25 21:19:38 -07:00 |
|
Jonathan Gibbons
|
46e1e763c1
|
8190003: Special characters in group names should be escaped
Reviewed-by: ksrini, bpatel
|
2017-10-25 18:12:15 -07:00 |
|
Jonathan Gibbons
|
917c6d460b
|
8190182: remove accidental file
Reviewed-by: ksrini
|
2017-10-25 17:48:30 -07:00 |
|
Jonathan Gibbons
|
19db6ba670
|
8189843: Missing \"id\" attributes in table rows
Reviewed-by: bpatel, ksrini
|
2017-10-25 17:18:00 -07:00 |
|
Jonathan Gibbons
|
cf81232570
|
8189841: Error in alternate row coloring in package-summary files
Reviewed-by: bpatel, ksrini
|
2017-10-25 17:16:18 -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 |
|
Brian Burkhalter
|
16b93f1b06
|
8189775: java/nio/channels/FileChannel/directio/ReadDirect.java failed with NumberFormatException
Clamp the offset so the scattering read remains within the channel.
Reviewed-by: rriggs
|
2017-10-25 16:13:53 -07:00 |
|
Bhavesh Patel
|
5c2a4b6e1a
|
8183037: Overview summary page should have a table with tabs for groups
Reviewed-by: jjg, ksrini
|
2017-10-25 12:29:00 -07:00 |
|
Joe Darcy
|
343105c345
|
8062385: Remove @SuppressWarnings("cast") and casts for NIO related usages when JDK 9 becomes the bootstrap JDK
Reviewed-by: mcimadamore
|
2017-10-25 10:40:45 -07:00 |
|
Thomas Schatzl
|
bdb82eb577
|
8189797: Fix initializer lists in G1ConcurrentMark and G1CMTask
Reviewed-by: kbarrett
|
2017-10-25 16:15:10 +02:00 |
|
Thomas Schatzl
|
1eabe47e62
|
8189673: Consistent naming of concurrent threads, tasks and related identifiers
Reviewed-by: sjohanss, drwhite
|
2017-10-25 16:13:09 +02:00 |
|
Thomas Schatzl
|
c66290985d
|
8189801: Remove G1MarkingOverheadPercent
Remove obsolete and buggy functionality related to G1MarkingOverheadPercent
Reviewed-by: sjohanss
|
2017-10-25 16:12:15 +02:00 |
|
Sharath Ballal
|
b7dc6e4e41
|
8189061: serviceability/sa/TestInstanceKlassSize.java - Unable to find instance klass for null
Reviewed-by: jgeorge, dholmes
|
2017-10-24 15:44:29 +05:30 |
|
Tobias Hartmann
|
f8843b83da
|
8188785: CCP sets invalid type for java mirror load
Added special case for java mirror load to propagate correct type information.
Reviewed-by: kvn
|
2017-10-25 08:37:41 +02:00 |
|
Dean Long
|
ef5b012bf4
|
8189649: AOT: assert(caller_frame.cb()->as_nmethod_or_null() == cm) failed: expect top frame nmethod
Reviewed-by: kvn
|
2017-10-23 21:49:48 -07:00 |
|
Jamsheed Mohammed C M
|
f7bcc70f27
|
Merge
|
2017-10-24 14:53:03 +00:00 |
|
Jamsheed Mohammed C M
|
dc50d0a8b2
|
8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL
Skip the assert for this specific case, as it is not an issue.
Reviewed-by: coleenp, dlong, kvn
|
2017-10-24 06:06:56 -07:00 |
|
Coleen Phillimore
|
3ba67ae4df
|
8189794: Assert in InstanceKlass::cast called from Exceptions::new_exceptions
Fix call to InstanceKlass::cast to only be after verifying class is non-null.
Reviewed-by: dholmes, sspitsyn
|
2017-10-24 08:29:00 -04: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 |
|
Liam Miller-Cushon
|
ed0ea37394
|
8187247: canonical import check compares classes by simple name
Reviewed-by: jlahoda
|
2017-10-23 14:11:04 +02:00 |
|
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 |
|
Lana Steuck
|
6f51392180
|
Merge
|
2017-10-21 00:06:31 +00:00 |
|