Harold Seigel
f4ac0a2e0f
8167548: [TESTBUG] Logging tests put log files in source tree
...
Create log files in temp directory, instead of cwd.
Reviewed-by: coleenp, dholmes
2019-02-20 08:10:40 -05:00
Per Lidén
3df5e4fabb
8219332: ZGC: Improve ZRootsIteratorClosure abstraction
...
Reviewed-by: stefank
2019-02-20 13:43:02 +01:00
Per Lidén
92f19f92bb
8219331: ZGC: Unify TLAB retire/remap handling
...
Reviewed-by: stefank
2019-02-20 13:43:01 +01:00
Roman Kennke
28590e9343
8217909: Make unused r12 register (without compressed oops) available to regalloc in C2
...
Reviewed-by: adinn, dlong, neliasso
2019-02-20 13:01:57 +01:00
Thomas Schatzl
708b339eb4
8219098: Make output of region strings more regular in error messages
...
Error messages should use the HR_PARAMS/HR_FORMAT_PARAMS macros to print information about HeapRegions.
Reviewed-by: kbarrett, lkorinth
2019-02-20 10:48:36 +01:00
Claes Redestad
dbdfbb518f
8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable
...
Reviewed-by: dholmes, coleenp
2019-02-20 09:53:28 +01:00
Thomas Schatzl
9e563f9a08
8219097: Move comment about using weak code blobs closure for code root scanning to correct place
...
Reviewed-by: kbarrett
2019-02-19 12:56:02 +01:00
Thomas Schatzl
8b5d08be9f
8218920: Scan HCC should be on the same level as Update RS etc. in the log
...
Reviewed-by: lkorinth, kbarrett
2019-02-19 12:56:02 +01:00
Thomas Schatzl
a3b6a825bc
8218672: AOT code root scanning shows in the wrong position in the logs
...
Reviewed-by: lkorinth, kbarrett
2019-02-19 12:56:00 +01:00
Stefan Karlsson
f7e7180ff4
8218922: SA: Enable best-effort implementation of live regions iteration for ZGC
...
Reviewed-by: eosterlund, ysuenaga
2019-02-19 10:04:28 +01:00
Stefan Karlsson
5f5c6362d9
8218734: SA: Incorrect and raw loads of OopHandles
...
Reviewed-by: eosterlund, coleenp, jgeorge
2019-02-19 10:02:42 +01:00
Tobias Hartmann
799c9a66fd
8218721: C1's CEE optimization produces safepoint poll with invalid debug information
...
Bail out of CEE if one of the gotos is a safepoint but the if is not.
Reviewed-by: vlivanov, mdoerr
2019-02-19 08:58:55 +01:00
Kim Barrett
47ca2c4300
8214363: HeapWord should not be a fake class
...
Change HeapWord and MetaWord to be pointers to incomplete types.
Reviewed-by: tschatzl, mikael, coleenp, pliden
2019-02-18 16:34:46 -05:00
Tobias Hartmann
3cf788ab73
8219232: Unit of concurrent active time logging is wrong
...
Changed value from seconds to milliseconds.
Reviewed-by: shade
2019-02-18 15:33:43 +01:00
Aleksey Shipilev
7a86bc1c4f
8216049: stringTable::intern creates redundant String when looking up existing one
...
Reviewed-by: redestad, gziemski, rehn, zgu, jiangli
2019-02-16 21:15:33 +01:00
Yasumasa Suenaga
fcf50f8419
8204551: Event descriptions are truncated in logs
...
Reviewed-by: coleenp, coleenp
2019-02-16 11:40:34 +09:00
Coleen Phillimore
d869d9287f
8218851: JVM crash in custom classloader stress test, JDK 12 & 13
...
Handle NULL and unloaded constraint class in loader constraint table, also cope with unloaded but not cleaned out klass in loader constraint entries.
Reviewed-by: hseigel, huntch, stuefe
2019-02-15 08:21:08 -05:00
Robbin Ehn
bec8431683
8203469: Faster safepoints
...
Reviewed-by: dcubed, pchilanomate, dholmes, acorn, coleenp, eosterlund
2019-02-15 14:15:10 +01:00
David Holmes
34fe424afb
8218939: vm/mlvm/anonloader/stress/byteMutation crashed on windows
...
Reviewed-by: kbarrett, coleenp, mikael, iignatyev
2019-02-14 22:57:37 -05:00
Vladimir Ivanov
d41611ebeb
8161334: C2: Cast nodes hinder memory alias analysis
...
Reviewed-by: kvn, thartmann
2019-02-14 15:27:46 -08:00
Vladimir Ivanov
40c61cce4b
8218874: C2: Unsafe to access PhaseIdealLoop outside of constructors
...
Reviewed-by: thartmann, kvn
2019-02-14 15:27:12 -08:00
Vladimir Ivanov
521039cc35
8218879: Keep track of memory accesses originated from Unsafe
...
Reviewed-by: thartmann
2019-02-14 15:27:12 -08:00
Vladimir Ivanov
f53dfaf5ab
8218881: C2: StaticFinalFieldPrinter doesn't handle T_ARRAY values in T_OBJECT fields
...
Reviewed-by: thartmann, kvn, neliasso
2019-02-14 15:27:12 -08:00
Mikael Vidstedt
d55784deb0
8218935: Make jfr strncpy uses GCC 8.x friendly
...
Reviewed-by: clanger
2019-02-14 15:17:03 -08:00
Man Cao
a75f826ea8
8218192: Remove copy constructor for MemRegion
...
Remove copy constructor in memRegion.hpp
Reviewed-by: tschatzl, kbarrett
2019-02-05 08:20:09 -08:00
Thomas Stuefe
39ba0f09a9
8183004: Remove code related to gtest death tests from assert macro
...
Reviewed-by: shade, kbarrett, iignatyev
2019-02-14 19:48:57 +01:00
Nils Eliasson
0a5047a326
8087128: C2: Disallow definition split on MachCopySpill nodes
...
Reviewed-by: kvn
2019-02-14 14:31:32 +01:00
Claes Redestad
29fc9b0f0e
8216360: Deprecate -XX:CompilationPolicyChoice
...
Reviewed-by: thartmann, kvn
2019-02-14 12:54:56 +01:00
Claes Redestad
560928deee
8218753: Obsolete nonproduct flag ProfilerCheckIntervals
...
Reviewed-by: dholmes, coleenp
2019-02-14 11:33:45 +01:00
Kim Barrett
d2c690e80b
8218089: Rename DirtyCardQueue et al to follow usual G1 naming conventions
...
Move files and rename classes.
Reviewed-by: tschatzl, lkorinth
2019-02-13 17:38:14 -05:00
Lois Foltan
9631b06423
8217998: Remove method_type field associated with the appendix field of an indy or method handle call
...
Removed the unused method_type field associated with the appendix field of an indy or method handle call.
Reviewed-by: acorn, coleenp, dlong
2019-02-13 15:50:08 -05:00
Lois Foltan
29245f8878
8218004: Clean up terminology for shared methods within the JVM for indy and condy support
...
Remove "invoke_dynamic" from the name of several ConstantPool bootstrap helper methods that are shared by both indy and condy.
Reviewed-by: coleenp, dholmes, mchung
2019-02-13 14:20:40 -05:00
Coleen Phillimore
24b8feeb30
8218755: Refix Symbol leak in prepend_host_package_name
...
Fix Symbol refcounting again, add comment and a test.
Reviewed-by: kbarrett, dholmes
2019-02-13 07:22:09 -05:00
Coleen Phillimore
2e4ac80e0c
8212988: add recent class unloading events to the hs_err log
...
Also moved class unloading logging in expected place.
Reviewed-by: never, stuefe
2019-02-13 06:48:34 -05:00
Igor Ignatyev
328fae7880
8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java
...
Reviewed-by: kvn, thartmann
2019-02-12 11:23:43 -08:00
Claes Redestad
61882ce51f
8218738: Remove dead code in Symbol and friends
...
Reviewed-by: coleenp, lfoltan, dholmes
2019-02-12 19:22:19 +01:00
Matthias Baesken
8218872024
8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX
...
Reviewed-by: dholmes, goetz, ihse
2019-02-05 17:40:15 +01:00
Claes Redestad
93bdf79f1b
8218675: Reduce verification overhead in ClassFileParser
...
Reviewed-by: dholmes, hseigel
2019-02-12 14:23:49 +01:00
Claes Redestad
7da5437994
8216608: Obsolete stale compiler flags
...
Reviewed-by: shade, thartmann
2019-02-12 09:35:51 +01:00
Chihiro Ito
6773177000
8214236: sun.gc.collector.2.name should be changed
...
Reviewed-by: pliden, tschatzl
2019-02-12 08:56:03 +09:00
Thomas Schatzl
1388a70bac
8218680: G1 crashes during calculation of old collection set candidates
...
Parameters were passed in the wrong order to some helper class.
Reviewed-by: shade, kbarrett, lkorinth
2019-02-12 09:58:27 +01:00
Claes Redestad
efc62ac6ec
8217383: Obsolete UseImplicitStableValues
...
Reviewed-by: shade, rkennke, vlivanov
2019-02-12 09:00:04 +01:00
Matthias Baesken
0fdcd10b9c
8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and cleanup HOTSPOT_BUILD_COMPILER settings
...
Reviewed-by: dholmes, ihse, mdoerr
2019-02-06 16:02:27 +01:00
David Holmes
3e904a4801
8193234: When using -Xcheck:jni an internally allocated buffer can leak
...
Reviewed-by: shade, hseigel
2019-02-08 20:51:55 -05:00
Zhengyu Gu
1f230335e2
8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
...
Reviewed-by: shade, coleenp
2019-02-08 14:03:09 -05:00
Roland Westrelin
f88962f2d9
8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks
...
Reviewed-by: thartmann, mdoerr, rrich, kvn
2019-02-07 09:55:57 +01:00
Coleen Phillimore
e174cd6271
8218593: Symbol leak in prepend_host_package_name
...
Add appropriate refcounting for Symbols stomped by parsing
Reviewed-by: hseigel, zgu
2019-02-08 09:33:59 -05:00
Thomas Schatzl
999ecc66a4
8217328: Rename CollectionSetChooser to G1CollectionSetChooser
...
Reviewed-by: lkorinth, kbarrett
2019-02-08 12:55:20 +01:00
Thomas Schatzl
13256c7908
8217330: Split G1CollectionSetChooser into collection set candidate container and the chooser algorithm
...
Reviewed-by: lkorinth, kbarrett
2019-02-08 12:55:20 +01:00
Thomas Schatzl
32016662c9
8217778: StringTable cleanup miscalculates amount of dead objects
...
Reviewed-by: kbarrett
2019-02-08 12:55:20 +01:00