Thomas Schatzl
90d03cf69c
8139874: After G1 Full GC, the next GC is always a young-only GC
...
Allow initiation of an initial mark after Full GC
Reviewed-by: ehelin
2015-11-10 11:07:15 +01:00
Thomas Schatzl
d8534a2c6d
8140597: Forcing an initial mark causes G1 to abort mixed collections
...
Postpone the initial mark request until the current mixed GC phase has finished.
Reviewed-by: mgerdin
2015-11-10 11:07:15 +01:00
Alejandro Murillo
a2cf146b1f
Merge
2015-11-06 11:11:51 -08:00
Nils Eliasson
6ec2776bf3
8141629: Hs-comp doesn't build with JDK-8139040
...
Fix benign uninitialized vars
Reviewed-by: roland
2015-11-06 16:42:01 +01:00
Nils Eliasson
3307d0f163
Merge
2015-11-06 11:34:03 +01:00
Lana Steuck
38c2af8722
Merge
2015-11-05 13:41:47 -08:00
Jesper Wilhelmsson
1a5787d42e
Merge
2015-11-05 19:31:57 +01:00
Lana Steuck
1394d8a88d
Added tag jdk9-b91 for changeset 8ce5cc6c019d
2015-11-05 08:15:36 -08:00
Goetz Lindenmaier
0a4657e8c1
8141529: Fix handling of _JAVA_SR_SIGNUM
...
Reviewed-by: dholmes, stuefe, dsamersoff
2015-11-05 15:05:59 +01:00
Aleksey Shipilev
99b9a67ccd
8140389: Remove StringCharIntrinsics flag after JDK-8138651 is fixed
...
Reviewed-by: kvn, zmajo
2015-11-05 16:35:21 +03:00
Tobias Hartmann
f3011455a2
8141443: jdk/test/java/util/regex/RegExTest.java fails: No match found
...
Do not sign extend when converting jbyte to jchar.
Reviewed-by: shade, kvn
2015-11-05 15:29:46 +01:00
Erik Joelsson
2973587401
Merge
2015-11-05 15:08:58 +01:00
Aleksey Shipilev
dfb1ed8a19
8141044: C1 should fold (this == null) to false
...
Reviewed-by: jrose, roland
2015-11-05 13:33:18 +03:00
Volker Simonis
5bef4db912
8141416: "expr: syntax error" due to gcc -dumpversion excluding micro
...
Reviewed-by: erikj, stuefe
2015-11-05 10:55:58 +01:00
Christian Thalinger
a38ea495d6
8139170: JVMCI refresh
...
Reviewed-by: kvn
2015-11-04 07:23:23 -10:00
Jungwoo Ha
68ffb0bf12
8141356: Explicitly stop CMS threads during VM termination
...
GenCollectedHeap::stop() is not implemented which is supposed to stop CMS threads during VM termination.
Reviewed-by: jmasa, kbarrett
2015-11-03 13:03:04 -08:00
Erik Helin
0580d65a1c
8142403: Make G1CollectorPolicy::predictor const
...
Reviewed-by: stefank, tschatzl
2015-11-12 14:03:14 +01:00
Konstantin Shefov
a4e16dd190
8139385: [TESTBUG]: JVMCI test crashes in constantPoolHandle::constantPoolHandle
...
Reviewed-by: kvn, iignatyev
2015-11-03 20:12:51 +03:00
Pavel Punegov
b03077878d
8141129: 3 compiler control tests fail on product builds
...
UnlockDiagnosticVMOptions should be placed before the PrintAssembly
Reviewed-by: kvn
2015-11-03 18:42:40 +03:00
Tatiana Pivovarova
25bd94edfe
8138809: improve tests for CompilerToVM::hasCompiledCodeForOSR
...
Reviewed-by: kvn
2015-11-03 20:12:47 +03:00
Tobias Hartmann
7af927f9c1
8141132: JEP 254: Compact Strings
...
Adopt a more space-efficient internal representation for strings.
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Vivek Deshpande <vivek.r.deshpande@intel.com>
Co-authored-by: Charlie Hunt <charlie.hunt@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
2015-11-03 09:41:03 +01:00
Andrew Haley
4e24e2cc6c
8079459: JCK test api/java_nio/ByteBuffer/index.html#GetPutXXX start failing after JDK-8026049
...
NextPutIndex used where nextGetIndex is correct.
Reviewed-by: alanb
2015-11-02 12:34:27 +00:00
Alejandro Murillo
f9d614575f
Merge
2015-10-30 12:03:08 -07:00
Lana Steuck
5ba43fff6e
Added tag jdk9-b90 for changeset 12c4adf57d67
2015-10-30 10:28:53 -07:00
Jesper Wilhelmsson
b1e3e8436a
Merge
2015-10-30 00:02:37 +01:00
Igor Ignatyev
72ec09dd64
Merge
2015-10-29 19:30:51 +00:00
Pavel Punegov
d64b0e82b2
8140776: CompilerControl: Remove UTF-16 from the tests
...
Remove UTF-16 from the generation until the failure reason isn't found
Reviewed-by: iignatyev
2015-10-29 21:31:47 +03:00
Igor Veresov
39f99d5815
8140604: Internal Error runtime/stubRoutines.hpp:392 assert(_intrinsic_log != 0L) failed: must be defined
...
Fix the faulty assert, remove remaining _intrinsic_log references
Reviewed-by: roland
2015-10-29 09:59:56 -07:00
Erik Helin
0f08933773
8140489: Introduce shorthand for average_time_ms in G1CollectorPolicy
...
Reviewed-by: mgerdin, tschatzl, drwhite
2015-10-29 17:32:08 +01:00
Lana Steuck
3d29bacd20
Added tag jdk9-b89 for changeset 75e0112d3eb5
2015-10-29 08:42:24 -07:00
Erik Helin
d0f3d01013
8140393: Move WorkerDataArray to its own file
...
Reviewed-by: tschatzl, mgerdin, tbenson
2015-10-29 14:58:44 +01:00
Aleksey Shipilev
3ebee2a2b9
Merge
2015-10-29 13:23:43 +00:00
Aleksey Shipilev
a7f471d8be
8140483: Atomic*FieldUpdaters final fields should be trusted
...
Add exceptions for A*FU subclasses that do the actual work.
Reviewed-by: jrose, vlivanov
2015-10-29 14:08:19 +03:00
Igor Ignatyev
7a6c42b823
Merge
2015-10-29 10:56:58 +00:00
Erik Helin
a935c706b6
8140761: Remove caching from WorkerDataArray
...
Reviewed-by: tschatzl, mgerdin, tbenson
2015-10-29 11:33:43 +01:00
Zoltan Majo
c04398f782
8138651: -XX:DisableIntrinsic matches intrinsics overly eagerly
...
Improve parsing of DisableIntrinsic flag.
Reviewed-by: kvn, shade, neliasso
2015-10-29 09:24:00 +01:00
Dmitry Samersoff
aebbfb2f92
Merge
2015-10-29 02:38:50 +01:00
Coleen Phillimore
4332b6ed9a
Merge
2015-10-28 23:29:21 +01:00
Pavel Punegov
9290f65010
8140668: Quarantine RandomValidCommandsTest
...
8140669: Quarantine ClearDirectivesFileStackTest
Quarantine two tests
Reviewed-by: iignatyev, neliasso, kvn
2015-10-29 01:16:56 +03:00
Coleen Phillimore
7d4f965ed2
Merge
2015-10-28 20:30:03 +01:00
Dmitry Samersoff
43953f012f
Merge
2015-10-28 19:54:46 +01:00
Dmitry Samersoff
cf5f478f5d
8140663: FrameValue might be used uninitialized
...
Add a constructor
Reviewed-by: sspitsyn, jwilhelm
2015-10-28 21:47:31 +03:00
Dmitry Samersoff
a8a5a44052
Merge
2015-10-28 16:45:51 +01:00
Coleen Phillimore
78eb09d914
Merge
2015-10-28 16:36:53 +01:00
Dmitry Samersoff
2bf54b1d29
8139762: Format warnings in libjvm_db.c
...
Fix format string
Reviewed-by: sspitsyn
2015-10-28 18:20:26 +03:00
Gerard Ziemski
684ae3fa6e
8140539: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
...
Add back "-XX:+IgnoreUnrecognizedVMOptions" that was removed in a prototype.
Reviewed-by: dcubed, ddmitriev
2015-10-28 09:09:55 -05:00
Coleen Phillimore
b046110ab7
Merge
2015-10-28 15:03:40 +01:00
Coleen Phillimore
fc03719078
8139203: Consistent naming for klass type predicates
...
8138923: Remove oop coupling with InstanceKlass subclasses
Renamed oop_is_instance and friends, removed the functions in oop that dug down into InstanceKlass.
Reviewed-by: jrose, lfoltan, stefank
2015-10-28 09:47:23 -04:00
Dmitry Dmitriev
81fe39a539
8139900: [TESTBUG] Remove G1UpdateBufferSize and InitialBootClassLoaderMetaspaceSize from TestOptionsWithRanges
...
Reviewed-by: gziemski, sangheki, ctornqvi
2015-10-27 14:33:29 +03:00
Stefan Karlsson
eddb003fc7
8140584: nmethod::oops_do_marking_epilogue always runs verification code
...
Reviewed-by: tschatzl, kvn
2015-10-27 12:25:08 +01:00
Kim Barrett
2e45726df1
8141654: Tests missing -XX:+UnlockDiagnosticVMOptions
...
Add missing unlock options.
Reviewed-by: brutisso, tschatzl
2015-11-09 11:50:15 -05:00
Thomas Schatzl
c88884045d
Merge
2015-11-10 20:39:29 +00:00
Ioi Lam
972b2d44b8
Merge
2015-11-10 20:34:36 +01:00
Ioi Lam
5794819881
8080940: Remove mcs post-hook from hotspot solaris builds
...
Reviewed-by: dholmes, ihse, erikj
2015-11-10 09:38:24 -08:00
Harold Seigel
8aa00ac50d
Merge
2015-11-10 17:15:48 +00:00
Thomas Schatzl
5a0303c749
Merge
2015-11-10 17:57:01 +01:00
Harold Seigel
3756d55ee6
8139164: JVM should throw ClassFormatError for non-void methods named <clinit>
...
If method being parsed is named <clinit>, throw ClassFormatError if it is not void or has arguments, for class file version >= 51.
Reviewed-by: acorn, lfoltan
2015-11-10 08:42:53 -05:00
David Lindholm
b57ae5dad3
8140404: Revert the removal of CMSTestInFreeList
...
Reviewed-by: jmasa, brutisso
2015-11-10 09:49:14 +01:00
Thomas Schatzl
00a7b7ded2
8140585: PLAB statistics are flushed too late
...
Move the call to G1EvacStats::adjust_desired_plab_sz() to after flushing the per-thread statistics.
Reviewed-by: mgerdin, jmasa
2015-11-10 09:29:40 +01:00
Serguei Spitsyn
fd47033053
Merge
2015-11-10 04:37:35 +00:00
Serguei Spitsyn
e3469f30d6
Merge
2015-11-10 03:54:50 +00:00
Kim Barrett
51a4936b92
Merge
2015-11-10 00:18:11 +00:00
David Lindholm
fd19805f5b
8141946: Remove develop flag G1TraceHeapRegionRememberedSet
...
Reviewed-by: mgerdin, tschatzl
2015-11-09 15:09:03 +01:00
Stanislav Smirnov
0064189ab6
8130255: [TESTBUG] closed/runtime/4784641/CheckedIsSameObjectTest fails when running 32-bit ARM binaries on 64-bit ARM hosts
...
Rewrote test in Java with a number of changes
Reviewed-by: ctornqvi, gtriantafill, ddmitriev
2015-11-09 15:19:59 +03:00
David Lindholm
333927f512
Merge
2015-11-09 11:35:45 +00:00
Magnus Ihse Bursie
86182125ae
Merge
2015-11-09 11:29:04 +01:00
David Lindholm
4bfbb83879
8141434: G1CollectedHeap::into_cset_dirty_card_queue_set should be moved to G1RemSet
...
Reviewed-by: tschatzl, mgerdin
2015-11-09 11:26:15 +01:00
Magnus Ihse Bursie
5f873e726d
8141548: Hotspot Windows build should respect WARNINGS_AS_ERRORS
...
Reviewed-by: erikj, dholmes
2015-11-09 10:59:59 +01:00
David Lindholm
6bda88594d
8139867: Change how startsHumongous and continuesHumongous regions work in G1
...
Reviewed-by: tschatzl, tbenson
2015-11-09 09:19:39 +01:00
Kim Barrett
fd7b3345c8
8077571: ObjPtrQueue is poorly named
...
Renamed to SATBMarkQueue and renamed files.
Reviewed-by: brutisso, tschatzl, dholmes, twisti
2015-11-06 16:30:40 -05:00
Christian Tornqvist
fbac3a147e
8141533: [TESTBUG] Add @ignore to runtime/CompressedOops/UseCompressedOops.java until JDK-8079353 has been resolved
...
Reviewed-by: gtriantafill, stsmirno, hseigel
2015-11-06 09:58:06 -08:00
Per Lidén
6f81963972
8042209: Remove unused function G1SATBCardTableLoggingModRefBS::write_ref_field_static
...
Reviewed-by: mgerdin, tschatzl
2015-11-06 09:46:54 +01:00
Bengt Rutisson
4a65cc4f5b
8141530: Remove G1RecordHRRSOops and G1RecordHRRSEvents
...
Reviewed-by: tschatzl, mgerdin
2015-11-06 06:13:00 +01:00
Chris Plummer
0e8c32889f
8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
...
Updated requiredVersion to 4.1 b12
Reviewed-by: dholmes, sla, darcy
2015-11-04 23:45:21 -08:00
Jon Masamitsu
087120319b
Merge
2015-11-05 19:15:07 +00:00
Andreas Eriksson
3715761461
Merge
2015-11-05 15:28:24 +00:00
Dmitry Dmitriev
56d0d62359
Merge
2015-11-05 13:39:03 +00:00
Serguei Spitsyn
bee07123a2
Merge
2015-11-05 11:12:07 +00:00
Andreas Eriksson
96ec5c84ba
8134030: test/serviceability/dcmd/gc/HeapDumpTest fails to verify the dump
...
Reviewed-by: dholmes
2015-11-05 11:42:42 +01:00
Dmitry Dmitriev
cf0d43991a
Merge
2015-11-05 09:15:50 +00:00
Bengt Rutisson
55ce8414c9
Merge
2015-11-05 09:11:48 +00:00
Dmitry Dmitriev
8007ac3f84
8139765: set_numeric_flag can call Flag::find_flag to determine the flag type
...
Reviewed-by: jiangli, gziemski
2015-11-05 11:56:03 +03:00
Carsten Varming
f14a84f9e2
8141035: Let jvmtiGen exit with a non-zero exit code upon failure
...
Let jvmtiGen exit with a non-zero exit code upon failure
Reviewed-by: sla, sspitsyn
2015-11-05 00:36:00 -08:00
Bengt Rutisson
199618fac0
8141394: Remove the instrumentation added by JDK-6898948
...
Reviewed-by: tschatzl, pliden
2015-11-05 08:48:45 +01:00
Daniel D. Daugherty
3805097595
Merge
2015-11-05 07:22:48 +00:00
Coleen Phillimore
4e9f2d1db2
Merge
2015-11-05 05:31:57 +00:00
Coleen Phillimore
b1f62059ba
Merge
2015-11-05 03:42:04 +00:00
Christoph Langer
b6230a727d
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
...
Reviewed-by: stuefe, dcubed
2015-11-04 16:23:08 -08:00
Coleen Phillimore
2806c4a7f8
Merge
2015-11-04 23:02:46 +00:00
Rachel Protacio
54f5cc46d7
8138916: Logging write function does not allow for long enough messages
...
The unified logging framework's vwrite function is updated to allow strings longer than 512 characters, for the sake of messages of non-pre-determined length.
Reviewed-by: coleenp, dsamersoff, mlarsson
2015-11-04 17:18:59 -05:00
Kim Barrett
63f370152d
Merge
2015-11-04 20:02:54 +00:00
Coleen Phillimore
c72a8bae03
Merge
2015-11-04 19:52:04 +00:00
Rachel Protacio
e54bd838f9
8140348: Convert TraceSafepoint to Unified Logging
...
The former -XX:+TraceSafepoint flag is updated to the unified logging framework and is now replaced with -Xlog:safepoint in product mode.
Reviewed-by: coleenp, hseigel
2015-11-04 14:32:51 -05:00
Ivan Galkin
3d2c024ea4
8135318: CMS wrong max_eden_size for check_gc_overhead_limit
...
Reviewed-by: jmasa, simonis
2015-11-04 10:12:37 -08:00
Thomas Schatzl
35f9a7ac32
Merge
2015-11-04 18:10:18 +00:00
Kim Barrett
b256989eb3
6899049: G1: Clean up code in ptrQueue.[ch]pp and ptrQueue.inline.hpp
...
Simplify indexing, address obsolete code, improve access/type checking.
Reviewed-by: tschatzl, pliden
2015-11-04 13:09:57 -05:00
Thomas Schatzl
a6231d3f70
8141134: Remove unnecessary pragma warning(disable:4355) from GC code
...
Reviewed-by: ehelin, simonis, stuefe
2015-11-04 17:36:29 +01:00
Mikael Gerdin
f25b7859ef
8141422: G1 eager reclaim card dirtying may dirty outside of allocated objects
...
Reviewed-by: sjohanss, tschatzl, ehelin
2015-11-04 16:42:11 +01:00
Andrew Haley
7ac4628585
8138966: Intermittent SEGV running ParallelGC
...
Add necessary memory fences so that the parallel threads are unable to observe partially filled block tables.
Reviewed-by: tschatzl
2015-11-04 13:38:38 +01:00
Thomas Stuefe
9adaaa0c96
8140648: Clean up remnants of fork1() from non-solaris platforms
...
Clean up any remnants of fork1() from Non-Solaris platforms
Reviewed-by: dholmes, goetz
2015-11-03 19:53:10 -05:00