Harold Seigel
b89ae10df2
8200261: Regression with JVM anonymous class
...
Restore resolved anonymous class when creating a new constantpool because of overpass methods
Reviewed-by: coleenp, lfoltan
2018-04-05 13:19:25 -04:00
Sean Mullan
ceea439679
8193032: Remove terminally deprecated SecurityManager APIs
...
Remove the checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess, and checkMemberAccess methods.
Reviewed-by: alanb, mchung, kcr
2018-04-04 11:26:10 -04:00
Mikhailo Seledtsov
fc89e7ac24
8200126: [TESTBUG] Open source VM runtime signal tests
...
Open sourced the signal tests, updated make files and test groups accordingly
Reviewed-by: dholmes, ctornqvi, ihse
2018-04-03 08:56:46 -07:00
Vladimir Kozlov
6bdeaad21a
8200461: MeetIncompatibleInterfaceArrays test fails with -Xcomp
...
Add requires to run test only in Xmixed mode.
Reviewed-by: simonis
2018-03-30 07:47:20 -07:00
Thomas Stuefe
3e603a776e
8191101: Show register content in hs-err file on assert
...
Reviewed-by: adinn, clanger, simonis
2018-03-30 06:31:16 +02:00
Calvin Cheung
213862d866
8200078: [Graal] runtime/appcds/GraalWithLimitedMetaspace.java crashes in visit_all_interfaces
...
Stop CDS dumping right away when an OOM due to insufficient metaspace is encountered
Reviewed-by: iklam, mseledtsov
2018-03-29 21:48:38 -07:00
Vladimir Kozlov
b81442dbbc
8200391: clean up test/hotspot/jtreg/ProblemList.txt (compiler related)
...
Reviewed-by: mseledtsov
2018-03-29 09:52:53 -07:00
Volker Simonis
e8c15436ea
8200360: MeetIncompatibleInterfaceArrays fails with "MeetIncompatibleInterfaceArrays0ASM.run() must be compiled at tier 0 !"
...
Reviewed-by: kvn, thartmann
2018-03-29 14:50:25 +02:00
Leonid Mesnik
e3d3493329
8200187: Exclude 3 long-running tests from tier1
...
Reviewed-by: dholmes, cjplummer
2018-03-28 13:25:15 -07:00
Leonid Mesnik
f5dbb7c374
8200091: [TESTBUG] Update jittester for jdk11
...
Reviewed-by: iignatyev
2018-03-28 13:38:08 -07:00
Alex Menkov
a1ef16545e
8198393: Instrumentation.retransformClasses() throws NullPointerException when handling a zero-length array
...
Reviewed-by: sspitsyn, cjplummer
2018-03-28 12:10:24 -07:00
Thomas Schatzl
83d7c657c4
8197573: Remove concurrent cleanup and secondary free list handling
...
Remove secondary free list and all associated functionality, moving the cleanup work into the Cleanup pause instead.
Reviewed-by: sangheki, sjohanss
2018-03-28 16:39:32 +02:00
Per Lidén
24273f04a4
8199925: Break out GC selection logic from GCArguments to GCConfig
...
Reviewed-by: eosterlund, rkennke
2018-03-28 11:38:47 +02:00
Per Lidén
3b7962d614
8199918: Shorten names of CollectedHeap::Name members
...
Reviewed-by: shade, eosterlund
2018-03-28 11:38:47 +02:00
Volker Simonis
fe3badf59a
8198915: [Graal] 3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins
...
Reviewed-by: kvn, thartmann
2018-03-28 11:27:35 +02:00
Tobias Hartmann
32668d954e
8200227: [Graal] Test times out with Graal due to low compile threshold
...
Removed unnecessary VM options from test to avoid timeouts with Graal.
Reviewed-by: kvn
2018-03-27 11:13:11 +02:00
Thomas Schatzl
945342f1ef
8193067: gc/g1/TestVerifyGCType.java still unstable
...
Fix number of gc threads and heap waste percentage to trigger mixed gcs reproducibly
Reviewed-by: sjohanss, pliden
2018-03-27 11:05:01 +02:00
Alex Menkov
4fd65fbdaf
8049695: nsk/jdb/options/connect/connect003 fails with "Launched jdb could not attach to debuggee during 300000 milliseconds"
...
Reviewed-by: dholmes, sspitsyn, cjplummer
2018-03-26 09:27:24 -07:00
Thomas Schatzl
cd9bd4ecc7
8196485: FromCardCache default card index can cause crashes
...
The default value of -1 for 32 bit card indices is a regular card value at the border of 2TB heap addresses in the from card cache, so G1 may loose remembered set entries. Extend from card cache entries to 64 bits.
Co-authored-by: Jarkko Miettinen <jarkko.miettinen@relex.fi>
Reviewed-by: shade, sjohanss
2018-03-26 16:51:43 +02:00
Thomas Schatzl
c30aef79df
8180415: Rebuild remembered sets during the concurrent cycle
...
In general maintain remembered sets of old regions only from the start of the concurrent cycle to the mixed gc they are used, at most until the end of the mixed phase.
Reviewed-by: sjohanss, sangheki
2018-03-26 16:51:43 +02:00
Per Lidén
7b568da79b
8199850: Move parsing of VerifyGCType to G1
...
Reviewed-by: sjohanss, tschatzl
2018-03-26 12:44:39 +02:00
Jesper Wilhelmsson
aa69f8c75c
Merge
2018-03-24 01:08:35 +01:00
Jan Lahoda
d2e4f879b1
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
...
Adjusting the expected number of exception table entries to the recent changes in javac.
Reviewed-by: kvn
2018-03-28 10:24:26 +02:00
Roland Westrelin
98db6d11f3
8193130: Bad graph when unrolled loop bounds conflicts with range checks
...
Reviewed-by: kvn, thartmann
2018-03-22 20:21:19 -07:00
Vladimir Kozlov
6b886727ca
8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
...
8199489: [TESTBUG] don't run CTW tests with -Xcomp
Reviewed-by: iignatyev, iveresov
2018-03-22 16:39:02 -07:00
Tobias Hartmann
55233a42f3
8199777: Deprecate -XX:+AggressiveOpts
...
Deprecate -XX:+AggressiveOpts and remove it from testing.
Reviewed-by: kvn, dholmes, shade
2018-03-22 08:39:51 +01:00
Ekaterina Pavlova
c944c3aba7
8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt
...
Reviewed-by: iignatyev
2018-03-21 13:30:03 -07:00
Mikhailo Seledtsov
aa2b650b70
8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
...
Added at requires vm.cds
Reviewed-by: dcubed, jiangli
2018-03-21 13:18:06 -07:00
Roland Westrelin
35460b0e85
8196294: LoopStripMiningIterShortLoop is set to zero by default
...
Reviewed-by: shade, thartmann, kvn
2018-03-21 10:05:36 +01:00
George Triantafillou
957f5e1c7d
8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374)
...
Reviewed-by: stsmirno, coleenp
2018-03-21 11:27:29 -04:00
Chris Plummer
e1afb3bc99
8198655: test/lib/jdk/test/lib/apps/LingeredApp shouldn't inherit cout/cerr
...
No longer force stderr to console. Copy app's output to Sytem.err.
Reviewed-by: sspitsyn, dholmes, iignatyev, clanger
2018-03-24 13:39:07 -07:00
Jesper Wilhelmsson
7ffa43700f
Merge
2018-03-24 01:08:35 +01:00
Tobias Hartmann
eda7916ce8
8199624: [Graal] Blocking jvmci compilations time out
...
Handle blocking jvmci compilations that time out.
Reviewed-by: kvn, dnsimon
2018-03-21 08:18:54 +01:00
Jesper Wilhelmsson
1155614f99
Merge
2018-03-20 04:36:44 +01:00
Jan Lahoda
0345e4f081
8200136: Problem list test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
...
Reviewed-by: darcy, kvn
2018-03-22 22:34:38 +01:00
Jini George
9d036d6dd2
8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
...
Provide an improved heap summary for G1GC with parameters like 'capacity', 'used', 'free', etc with the 'universe' command, and introduce a new command 'g1regiondetails' to display the individual region details.
Reviewed-by: sjohanss, minqi
2018-03-20 11:24:32 +05:30
Lutz Schmidt
f5d589fe63
8198608: Improvements to command-line flags printing
...
Re-implemented Flag::print_on()
Reviewed-by: dholmes, mikael, gziemski
2018-03-19 13:37:57 -05:00
Zhengyu Gu
d6bd698077
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
...
Tag memory allocation from Usafe.allocateMemory as external memory allocation
Reviewed-by: coleenp, stuefe
2018-03-19 08:31:57 -04:00
Thomas Stuefe
c8c38f6aae
8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
...
Reviewed-by: zgu, coleenp
2018-03-19 11:38:45 +01:00
Coleen Phillimore
fde89a34d0
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
...
InterfaceSupport.hpp is an inline file so moved to interfaceSupport.inline.hpp and stopped including it in .hpp files
Reviewed-by: stefank, rehn, kvn
2018-03-16 09:12:13 -04:00
Ioi Lam
f48c339805
8198796: Create test case for CDS + condy
...
Reviewed-by: mseledtsov, lfoltan, jiangli
2018-03-13 15:13:20 -07:00
Daniil Titov
7c233f5070
8166642: serviceability/dcmd/framework/* timeout
...
Reviewed-by: cjplummer, dholmes
2018-03-14 11:09:26 -07:00
Daniel Stewart
07ad3d2f91
8199425: JTReg failure: runtime/stringtable/StringTableVerifyTest.java
...
Adding required -XX:+UnlockDiagnosticVMOptions flag to StringTableVerifyTest.java
Reviewed-by: coleenp, kvn
2018-03-09 23:03:28 -05:00
Andrew Haley
f48f7c36d5
8197429: Increased stack guard causes segfaults on x86-32
...
Reviewed-by: dholmes
2018-02-16 09:43:26 +00:00
Thomas Stuefe
c18227978e
8199431: Split up class Metaspace into a static and a non-static part
...
Reviewed-by: coleenp, adinn, zgu
2018-03-15 07:15:39 +01:00
Goetz Lindenmaier
469e350dab
8199532: [TESTBUG] AbstractMethodErrorTest.java test failed with -Xcomp
...
Reviewed-by: kvn
2018-03-13 21:55:41 +01:00
Coleen Phillimore
394e34d821
8199282: Remove ValueObj class for allocation subclassing for gc code
...
Reviewed-by: stefank, kbarrett
2018-03-14 07:27:19 -04:00
Thomas Stuefe
da674f0d0d
8199430: Rename MetaspaceAux to something more meaningful
...
Reviewed-by: zgu, coleenp
2018-03-11 07:11:03 +01:00
Stefan Johansson
4de5274ff1
8199533: ProblemList tests failing after JDK-8153333
...
Reviewed-by: jwilhelm, ctornqvi
2018-03-13 18:27:20 +01:00
Razvan Lupusoru
343cf9910d
8199421: Add support for vector popcount
...
Reviewed-by: kvn
2018-03-13 10:22:15 -07:00
Alex Menkov
07db7c6fd9
8193369: post_field_access does not work for some functions, possibly related to fast_getfield
...
Reviewed-by: sspitsyn, cjplummer
2018-03-12 14:11:54 -07:00
Yasumasa Suenaga
fcb1520305
8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
...
Reviewed-by: sjohanss, tschatzl
2018-03-09 23:13:37 +09:00
Calvin Cheung
214248fe11
8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
...
Print a message and abort CDS dumping when the allocation of metaspace has failed
Reviewed-by: iklam, mseledtsov
2018-03-09 13:36:39 -08:00
Coleen Phillimore
9b1aa41153
Merge
2018-03-09 13:06:36 -05:00
Vladimir Kozlov
944905f00c
8198591: compiler/aot/fingerprint tests should be moved to open
...
Reviewed-by: thartmann
2018-03-09 09:46:49 -08:00
Coleen Phillimore
10259cf594
Merge
2018-03-09 12:03:20 -05:00
Stefan Karlsson
b9f2f3e199
8199275: Fix inclusions of allocation.inline.hpp
...
Reviewed-by: coleenp, kbarrett, dholmes
2018-03-08 09:56:29 +01:00
Gilles Duboscq
597c6ac736
8194490: [JVMCI] Move iterateFrames
to C++
...
Reviewed-by: kvn, never, dnsimon
2018-03-07 19:32:54 -08:00
Thomas Stuefe
1b402fdb6d
8198423: Improve metaspace chunk allocation
...
Reviewed-by: goetz, coleenp
2018-03-06 19:24:13 +01:00
Tobias Hartmann
fd90a313a7
8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
...
Use the isIntrinsicAvailable WhiteBox API method to check if an intrinsic is available.
Reviewed-by: kvn
2018-03-06 10:30:24 +01:00
Ioi Lam
bc202d97bd
8191585: VM anonymous classes created during CDS dump time cause crash
...
Reviewed-by: hseigel, mseledtsov, ccheung
2018-03-06 22:08:30 -08:00
Coleen Phillimore
31cf80c688
8199137: StringInternSync test crashes in exit verification
...
Java_lang_String::equals(oop, oop) was buggy.
Reviewed-by: eosterlund, dholmes
2018-03-06 18:12:15 -05:00
Coleen Phillimore
2842bcc5c7
8199133: [BACKOUT] NMT: Enhance thread stack tracking
...
Reviewed-by: jwilhelm
2018-03-06 17:45:31 -05:00
Coleen Phillimore
4c3e072611
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
...
Move dependency creation and cleaned up logging
Reviewed-by: hseigel, jiangli
2018-03-06 17:15:16 -05:00
Dmitry Samersoff
87372c6236
8196590: Enable docker container related tests for linux AARCH64
...
Add test bits required for aarch64
Reviewed-by: mseledtsov, mbaesken, sspitsyn
2018-03-03 10:15:23 +00:00
Igor Ignatyev
c61f11a3ab
8199050: reenable concurrent execution of compiler tests
...
Reviewed-by: kvn
2018-03-05 13:10:31 -08:00
Ioi Lam
4c0a72bf60
8196121: runtime/appcds/ClassLoaderTest.java fails silently
...
Reviewed-by: mseledtsov, jiangli, ccheung
2018-03-04 22:24:06 -08:00
Calvin Cheung
efcc8d2558
8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump
...
Allow loading of non-boot classes during CDS dumping but only add boot classes to the archive
Reviewed-by: kvn, iklam, jiangli
2018-03-02 17:33:59 -08:00
Vladimir Kozlov
5b3ff5aaab
8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
...
Move long running tests into separate CTW task
Reviewed-by: iignatyev, dlong
2018-03-02 15:02:26 -08:00
Jiangli Zhou
f987dec395
8194759: Support caching class mirror objects
...
Support archiving mirror objects for shared classes in 'open' archive java heap region.
Reviewed-by: coleenp, iklam, mseledtsov, tschatzl
2018-03-02 17:25:55 -05:00
Daniil Titov
979d5b7986
8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris
...
Reviewed-by: sspitsyn, dholmes
2018-03-02 10:42:32 -08:00
Tobias Hartmann
f6f71565b7
8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions
...
Save and restore pending exception while executing stack verification code at deoptimization.
Reviewed-by: kvn, dholmes
2018-03-02 11:06:51 +01:00
Zhengyu Gu
354249f51e
8191369: NMT: Enhance thread stack tracking
...
More precise thread stack tracking on Linux and Windows
Reviewed-by: coleenp, adinn, minqi
2018-03-01 16:35:36 -05:00
Vladimir Kozlov
d0ec59a9fb
8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization
...
Reviewed-by: thartmann
2018-03-01 09:03:30 -08:00
Tobias Hartmann
23c15b8f4c
8148871: Possible wrong expression stack depth at deopt point
...
Add a special case for invoke bytecodes and use the parameter size instead of the oop map in that case.
Reviewed-by: never, dlong, minqi
2018-03-01 08:58:27 +01:00
Marcus Larsson
98c77d44de
8168722: Unified Logging configuration output needs simplifying
...
Reviewed-by: rehn, lfoltan, hseigel
2018-02-28 22:38:53 +01:00
Jesper Wilhelmsson
3dfe4d61b3
Merge
2018-03-01 01:47:46 +01:00
Coleen Phillimore
a2818d9625
8191421: Deprecate PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
...
Reviewed-by: dholmes, hseigel
2018-02-28 14:20:24 -05:00
Jesper Wilhelmsson
cddf0c19ae
8198726: Quarantine SADebugDTest.java again
...
Reviewed-by: dcubed
2018-02-28 17:34:10 +01:00
Marcus Larsson
56dea21da2
8198825: Resolve missing review feedback for JDK-8170976
...
Reviewed-by: rehn, lfoltan, hseigel
2018-02-28 12:05:02 +01:00
Marcus Larsson
851718cee4
8153945: Track if log configuration has changed during runtime
...
Reviewed-by: lfoltan, hseigel
2018-02-28 10:37:02 +01:00
Marcus Larsson
cb275ca384
8190346: improve unified JVM logging help message and warnings
...
Reviewed-by: lfoltan, rehn, hseigel
2018-02-28 09:30:06 +01:00
Ekaterina Pavlova
3b8d9ef239
8197453: Add support of extra problem list
...
Reviewed-by: iignatyev, jjg
2018-02-27 21:29:19 -08:00
Kim Barrett
d2ce0ae7d4
8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
...
Add os::vsnprintf and os::snprintf.
Reviewed-by: lfoltan, stuefe, mlarsson
2018-02-27 18:17:57 -05:00
Jesper Wilhelmsson
1739105160
Merge
2018-02-25 04:59:43 +01:00
Leonid Mesnik
2471caab08
8197901: Crash during GC when logging level is debug
...
Reviewed-by: dholmes, coleenp
2018-02-23 13:55:49 -08:00
Igor Ignatyev
75d088ecc4
8198568: clean up test/hotspot/jtreg/ProblemList.txt
...
Reviewed-by: thartmann, gtriantafill
2018-02-22 13:16:06 -08:00
Vladimir Kozlov
4b482389bf
8198251: [Graal] compiler/intrinsics/bmi/verifycode tests fail with Graal on macos
...
BMI tests should be excluded from Graal JIT testing for now.
Reviewed-by: thartmann
2018-02-23 10:14:23 -08:00
Bob Vandette
c1359ec107
8197589: Update CPU count algorithm when both cpu shares and quotas are used
...
Reviewed-by: dholmes, mseledtsov
2018-02-23 10:17:35 -05:00
Roman Kennke
2fb89326ba
8198564: Multiple crashes on SPARC
...
Reviewed-by: dholmes, simonis, stefank
2018-02-23 12:47:36 +01:00
Christian Tornqvist
052e9233e2
8198551: Rename hotspot_tier1 test group to tier1
...
Reviewed-by: lfoltan, iignatyev
2018-02-22 14:58:01 -05:00
Robbin Ehn
5287d9a366
8197408: Bad pointer comparison and small cleanup in os_linux.cpp
...
Reviewed-by: bobv, stuefe
2018-02-27 14:15:30 +01:00
Marcus Larsson
899b64249c
8170976: [TESTBUG] LogTestFixture does not restore previous logging state
...
Reviewed-by: rehn, lfoltan, hseigel
2018-02-26 16:33:48 +01:00
Lois Foltan
6e70a69893
8198304: VS2017 (C4838, C4312) Various conversion issues with gtest tests
...
Introduce specific casts to fix multiple type cast conversion compilation errors.
Reviewed-by: gtriantafill, hseigel
2018-02-26 10:11:05 -05:00
Marcus Larsson
b9bc9f0be8
8198554: Add fuzzy matching for log levels and tags when parsing -Xlog
...
Reviewed-by: hseigel, coleenp
2018-02-26 09:34:20 +01:00
Ioi Lam
d050bedee8
8195065: runtime/appcds/ProhibitedPackage.java intermittent failure
...
Reviewed-by: mseledtsov
2018-02-24 22:42:37 -08:00
Harold Seigel
7d1735efbb
8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options
...
Add comments, fix a small issue with the boot loader, and add an assert.
Reviewed-by: coleenp, alanb, acorn, dholmes
2018-02-21 11:18:52 -05:00
Stefan Karlsson
08193e2dfb
8198225: os::attempt_reserve_memory_at records memory as committed
...
Reviewed-by: shade, zgu, stuefe
2018-02-21 12:40:07 +01:00
Stefan Karlsson
f1540011d0
8196405: [REDO] NMT: add_committed_regions doesn't merge succeeding regions
...
Reviewed-by: eosterlund, coleenp, zgu
2018-02-21 12:40:05 +01:00
Per Lidén
0bf8fa1855
8198267: Allow GCId::current_raw() calls from non-NamedThreads
...
Reviewed-by: stefank, kbarrett
2018-02-21 07:46:40 +01:00
Marcus Larsson
29dd30e010
8196783: Refactor LogTagLevelExpression into separate classes
...
Reviewed-by: rehn, pliden
2018-02-19 09:46:10 +01:00
Marcus Larsson
8cf755c120
8176298: Log tags in -Xlog:help not sorted
...
Reviewed-by: ecaspole, gtriantafill, stuefe
2018-02-19 09:16:04 +01:00
Jesper Wilhelmsson
aa9cf33c1e
Merge
2018-02-19 04:50:50 +01:00
Mandy Chung
4bb064c62d
8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
...
Reviewed-by: dholmes, alanb, smarks
2018-02-23 12:10:56 -08:00
Sharath Ballal
a76221f5a7
8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output
...
Reviewed-by: dholmes, cjplummer
2018-02-16 10:10:14 +05:30
Ioi Lam
a74437edc9
8179249: Improve process output analysis in CDS tests
...
Added new API TestCommon.run(...).assertNormalExit(...), etc
Reviewed-by: mseledtsov
2018-02-14 07:08:25 -08:00
Zhengyu Gu
f47021e2ab
8193373: Cleanup ElfFile and family
...
Cleanup elf decoder and added test
Reviewed-by: minqi, coleenp
2018-02-14 17:20:59 -05:00
Calvin Cheung
26712bcb1b
8196920: VerifierTest_1A.java and VerifierTest_1B.java fail: assert(receiver_klass->is_subtype_of(static_receiver_klass)) failed: actual receiver must be subclass of static receiver klass
...
Add an unverifiable method to the test class
Reviewed-by: dholmes, iklam
2018-02-14 10:32:19 -08:00
Jesper Wilhelmsson
51ab999e0e
Merge
2018-02-13 23:38:34 +01:00
Roland Westrelin
4f8c5b6949
8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
...
Don't move store out of the loop if head is not a LoopNode.
Reviewed-by: kvn, thartmann
2018-02-13 16:57:01 +01:00
Jesper Wilhelmsson
9beff15bed
Merge
2018-02-10 09:25:35 +01:00
Kim Barrett
a25a95120e
8196083: Avoid locking in OopStorage::release
...
Defer release list updates to later allocate/delete operations.
Reviewed-by: coleenp, eosterlund
2018-02-08 17:23:43 -05:00
Coleen Phillimore
789e827f1a
8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt
...
Reviewed-by: dholmes, hseigel
2018-02-08 15:21:59 -05:00
Zhengyu Gu
934390b571
8196923: [REDO] NMT: Report array class count in NMT summary
...
Added instance and array class counters in NMT summary report
Reviewed-by: minqi, stuefe, coleenp
2018-02-08 13:21:22 -05:00
Igor Ignatyev
8d72dcd040
8197113: combine multiple @key tags in jtreg tests
...
Reviewed-by: hseigel, goetz
2018-02-08 08:38:42 -08:00
Goetz Lindenmaier
507c62fc76
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors
...
Reviewed-by: coleenp, dholmes, mdoerr, njian
2018-02-08 09:23:49 +01:00
Mikhailo Seledtsov
eeaf00be4f
Merge
2018-02-07 13:31:13 -08:00
Alex Menkov
d26069837f
8196977: add test for JDK-8161605
...
Reviewed-by: sspitsyn, mseledtsov
2018-02-07 12:55:47 -08:00
Matthias Baesken
b68ed88ffb
8196062: Enable docker container related tests for linux ppc64le
...
Also fix cgroup subsystem recognition
Reviewed-by: goetz, dsamersoff, bobv
2018-02-07 16:16:50 +01:00
Vladimir Kozlov
0e1817736c
8196726: compiler/inlining/InlineAccessors.java test failed
...
Reviewed-by: thartmann
2018-02-06 09:35:05 -08:00
Lance Andersen
987c3a2d87
8190378: Removal of CORBA and Java EE modules
...
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
2018-02-10 07:06:16 -05:00
Jesper Wilhelmsson
dd416bbf33
8196924: [BACKOUT] NMT: Report array class count in NMT summary
...
Reviewed-by: dholmes
2018-02-07 03:43:29 +01:00
Zhengyu Gu
41ace19206
8193184: NMT: Report array class count in NMT summary
...
Report array class and instance class count in NMT summary report
Reviewed-by: coleenp, minqi
2018-02-06 08:24:36 -05:00
Vladimir Kozlov
ba9f9457dd
8196726: compiler/inlining/InlineAccessors.java test failed
...
Reviewed-by: thartmann
2018-02-06 09:35:05 -08:00
Jesper Wilhelmsson
d7dd9d1027
Merge
2018-02-05 23:12:03 +01:00
Jesper Wilhelmsson
44ab590f44
Merge
2018-02-05 23:12:03 +01:00
Daniel Stewart
6f98c021d1
8196521: [Testbug] serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output
...
Reviewed-by: dholmes, sballal
2018-02-06 14:11:47 +05:30
Daniel Stewart
753e4ed499
8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java
...
Modified test search strings to those guaranteed to exist in the passing cases.
Reviewed-by: dholmes, jgeorge
2018-02-06 11:43:13 +05:30
David Holmes
b7c0ee5812
8196657: [Testbug] TestOptionsWithRanges will fail for newly obsoleted flags that have not yet been removed
...
Reviewed-by: kbarrett, tschatzl
2018-02-05 06:42:42 -05:00
Tobias Hartmann
9eb320a418
8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT
...
Print detailed error if class transformation fails. Exclude tests from Graal testing.
Reviewed-by: kvn, dholmes, sspitsyn
2018-02-05 08:08:01 +01:00
Tobias Hartmann
38e8a07f05
8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode
...
Exclude test from Graal testing.
Reviewed-by: kvn, epavlova
2018-02-05 07:14:24 +01:00
David Holmes
1c318a676e
8196550: [Testbug] runtime/appcds/MultiReleaseJars.java fails on JDK 11
...
Reviewed-by: alanb, iklam, ccheung
2018-02-04 21:00:19 -05:00
Lana Steuck
94aa298a46
Merge
2018-02-02 02:55:00 +00:00
David Holmes
085c643eec
8196534: [Testbug] serviceability/dcmd/jvmti/*DcmdTest tests can't tolerate unrelated warnings
...
Reviewed-by: sspitsyn
2018-02-01 21:03:37 -05:00
Lana Steuck
414e05f6d7
Merge
2018-02-02 01:52:03 +00:00
Paul Sandoz
5dc2184391
8196583: Update jib and test jtreg version to 4.2 b12
...
Reviewed-by: mchung, lfoltan
2018-02-01 11:24:39 -08:00
Calvin Cheung
ea5f35759b
8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error
...
Create another archive with whitebox.jar in the -Xbootclasspath/a; check output from TestCommon.execCommon().
Reviewed-by: iklam, mseledtsov
2018-02-01 10:55:27 -08:00
Roland Westrelin
d244b3ccd1
8196296: Lucene test crashes C2 compilation
...
Prevent merging of back to back ifs if one is a counted loop end.
Reviewed-by: kvn, thartmann
2018-01-30 09:08:44 +01:00
Christian Tornqvist
4d25aec1b4
8196197: Enable the make system to calculate concurrency for JDK tests
...
Reviewed-by: erikj, tbell
2018-01-29 08:19:37 -05:00
Erik Helin
73388668cd
8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc()
...
Reviewed-by: sjohanss, eosterlund
2018-01-17 19:05:58 +01:00
Jesper Wilhelmsson
fc1b01b9a2
Merge
2018-01-13 02:56:22 +01:00
Lana Steuck
8f528fba93
Merge
2018-01-18 18:58:46 +00:00
Lana Steuck
aad1a3592c
Merge
2018-01-16 22:24:20 +00:00
Roland Westrelin
2067aa56eb
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
...
Should not change loop limit check of outer loop.
Reviewed-by: thartmann
2018-01-15 09:19:53 +01:00
Roland Westrelin
bf92da2c82
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
...
Modified assert which is too strong.
Reviewed-by: thartmann
2018-01-15 09:17:25 +01:00
Daniel Stewart
99cb8d9af1
8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java"
...
Reviewed-by: dholmes, zgu
2018-01-11 20:25:13 -05:00
Thomas Schatzl
3be36b20e4
8180280: [TESTBUG] Test for JDK-8180048
...
Add test at is executed only at higher tiers to allow more time for execution.
Reviewed-by: kbarrett, eosterlund
2018-01-11 11:05:17 +01:00
Thomas Schatzl
6e9f44c74c
8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
...
During a minor GC, if memory allocation fails, start a full GC within the same VM operation in the same safepoint. This avoids a race where the GC locker can prevent the full GC from occurring, and a premature OoME.
Co-authored-by: Axel Siebenborn <axel.siebenborn@sap.com>
Reviewed-by: ehelin, sjohanss, phh
2018-01-11 10:40:01 +01:00
Jini George
906712e7c8
8193352: SA: Test for the clhsdb 'thread' and 'threads' commands
...
Test for the clhsdb 'thread' and 'threads' commands. Avoids an incorrect 'Couldn't find thread -a' being printed.
Reviewed-by: sspitsyn, sballal
2018-01-11 11:35:35 +05:30
Lois Foltan
1da7dc6296
8186211: Negative tests for CONSTANT_Dynamic
...
Additional negative tests for poorly formed CONSTANT_Dynamic_info constant pool structures.
Reviewed-by: hseigel, psandoz
2018-02-12 14:28:04 -05:00
Matthias Baesken
9465174f72
8197412: Enable docker container related tests for linux s390x
...
Reviewed-by: goetz, dsamersoff
2018-02-09 10:18:19 +01:00
Jini George
41a54f3f49
8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes
...
While resolving the method invoked by invokevirtual, use java.lang.Object for arrays
Reviewed-by: dholmes, sspitsyn
2018-02-09 12:09:21 +05:30
Thomas Schatzl
1cf8169a2e
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
...
Reviewed-by: ehelin, kbarrett
2018-01-10 10:21:25 +01:00
Jesper Wilhelmsson
fb8bca78ee
Merge
2018-01-05 22:02:20 +01:00
Lana Steuck
459909ddf3
Merge
2018-01-06 01:13:32 +00:00
Igor Veresov
98601408f0
8194271: jaotc crashes with --debug flag
...
Reviewed-by: kvn, thartmann
2018-01-04 14:44:38 -08:00
Lana Steuck
c8c8cd7238
Merge
2018-01-04 04:22:28 +00:00
Sharath Ballal
a46889d181
8194058: [TESTBUG] serviceability/sa/ClhsdbWhere.java fails to find method 'sleep' in output
...
Reviewed-by: dholmes, cjplummer
2018-01-03 11:14:04 +05:30
Sharath Ballal
375a443353
8193506: serviceability/sa/TestClassDump.java fails in OpenJDK build
...
Reviewed-by: dholmes, cjplummer
2018-01-03 10:55:35 +05:30
Sharath Ballal
68aad8b5c7
8193428: serviceability/sa/ClhsdbSymbol.java fails: java.lang.RuntimeException: 'UsageTracker' missing from stdout/stderr
...
Reviewed-by: dholmes, sspitsyn
2017-12-27 11:26:36 +05:30
Sharath Ballal
26cd5666fc
8193427: serviceability/sa/ClhsdbPrintStatics.java fails: java.lang.RuntimeException: '_jfr_checkpoints' missing from stdout/stderr
...
Reviewed-by: dholmes, sspitsyn
2017-12-26 15:53:13 +05:30
David Holmes
d32979d771
8194071: [Testbug] Update VMDeprecatedOptions test for obsolete/expired options
...
Reviewed-by: hseigel
2017-12-22 15:23:34 -05:00
Ioi Lam
36c68615bc
8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK
...
Reviewed-by: jiangli, mseledtsov, dholmes
2018-01-11 16:40:10 -08:00
Vladimir Ivanov
1b558514ff
8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution
...
Reviewed-by: kvn, psandoz
2018-01-12 01:52:06 +03:00
Thomas Schatzl
d4f5ed2c46
Merge
2018-01-10 12:11:08 +01:00
Ramkumar Sunderbabu
674a4ce25b
8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest
...
Added compiler.tiered.LevelTransitionTest to @build
Reviewed-by: thartmann
2018-01-10 02:31:25 -08:00
Martin Doerr
201a232a23
8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
...
Use mmap on AIX to allocate protected page. Use trap instructions for polling if UseSIGTRAP is enabled.
Reviewed-by: rehn, goetz
2018-01-10 11:09:55 +01:00
Thomas Schatzl
5b1816df20
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
...
Reviewed-by: ehelin, kbarrett
2018-01-10 10:21:25 +01:00
Abhijit Saha
8c39e16731
Merge
2018-01-17 17:33:48 +00:00
Volker Simonis
0af51c77f0
8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
...
Reviewed-by: dholmes
2018-01-17 17:26:07 +01:00
Abhijit Saha
22b4fae438
Merge
2018-01-17 07:09:03 +00:00
Abhijit Saha
f96c816c07
Merge
2018-01-12 15:05:35 -08:00
Christian Tornqvist
5092eae913
8194636: Apply CONCURRENCY_FACTOR to max value in concurrency calculation
...
Reviewed-by: erikj
2018-01-09 16:52:25 -05:00
Daniel D. Daugherty
add0d817f5
8194652: VMError::print_native_stack() is missing an os::is_first_C_frame() check
...
Reviewed-by: fparain, gthornbr, stuefe
2018-01-08 09:58:38 -05:00
Jesper Wilhelmsson
0d68fdfec3
Merge
2018-01-05 22:02:20 +01:00
Calvin Cheung
5cfe75dd1a
8192927: os::dir_is_empty is incorrect on Windows
...
Check file names in a directory. It is empty if only the "." and ".." files exist. Use unicode version of windows APIs to handle long path.
Reviewed-by: iklam, sspitsyn
2018-01-04 22:47:38 -08:00
David Holmes
d017b5b2f5
8193840: Add compiler/c2/Test8007294.java to the problem list
...
Reviewed-by: coleenp
2017-12-19 17:31:53 -05:00
Rickard Bäckman
9ba6ab25e4
8191915: JCK tests produce incorrect results with C2
...
Reviewed-by: thartmann, vlivanov, goetz
2018-01-18 19:21:11 +01:00
David Holmes
4a79a36b6d
8193840: Add compiler/c2/Test8007294.java to the problem list
...
Reviewed-by: coleenp
2017-12-19 17:31:53 -05:00
Tobias Hartmann
d6b9e5e03c
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
...
Added test to ProblemList.txt
Reviewed-by: vlivanov
2017-12-15 16:51:13 +01:00
Sharath Ballal
8ae759dd32
8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings
...
Reviewed-by: dholmes, sspitsyn
2018-01-09 15:21:19 +05:30
Tobias Hartmann
bc0b016989
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
...
Added test to ProblemList.txt
Reviewed-by: vlivanov
2017-12-15 16:51:13 +01:00
David Holmes
7cd32cad89
8193838: Update jtreg requiredVersion to 4.2 b11 for JDK 11 and 12 support
...
Reviewed-by: alanb, sspitsyn
2017-12-20 22:36:21 -05:00
Paul Sandoz
038b5f571c
8191913: Bump classfile version number to 55
...
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: dholmes, darcy
2017-12-20 09:14:06 -08:00
Ioi Lam
5dd68ed125
8165603: runtime/appcds/UseAppCDS.java: failed to clean up files after test when running with agentvm
...
Reviewed-by: mseledtsov, dholmes
2017-12-13 15:37:48 -08:00
Nils Eliasson
aa0dc3cba3
8192971: LockCompilationTest fails intermittently
...
Remove all unnecessary compilations
Reviewed-by: kvn, thartmann
2017-12-13 10:21:21 +01:00
Erik Joelsson
1926d24306
8199352: The Jib artifact resolver in test lib needs to print better error messages
...
Reviewed-by: iignatyev, ihse
2018-03-09 19:20:19 +01:00
Ioi Lam
96eb1f1fdd
8191375: Add high-level jtreg VMProps to filter out CDS tests
...
Added vm.cds.archived.java.heap
Reviewed-by: mseledtsov, jiangli, ccheung, gtriantafill
2018-02-15 11:39:42 -08:00
Roland Westrelin
29bab311ab
8192908: -XX:+UseCountedLoopSafepoints alone doesn't disable strip mining with G1
...
-XX:+UseCountedLoopSafepoints should disable loop strip mining.
Reviewed-by: kvn, thartmann
2017-12-07 15:52:46 +01:00
Jesper Wilhelmsson
7c3a956755
Merge
2017-12-07 10:18:31 +01:00
Jiangli Zhou
3d7e063f0f
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared
...
Check if 'oa' region is missing.
Reviewed-by: hseigel, ccheung
2017-12-06 20:06:43 -05:00
Jini George
64a1914e1c
8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands
...
Create tests for the clhsdb commands: inspect, scanoops and printas
Reviewed-by: sspitsyn, sballal, cjplummer
2017-12-14 12:49:47 +05:30
Vladimir Kozlov
c11f132abe
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
...
Skip tests which use --limit-modules when Graal is used as JIT compiler.
Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
2017-12-13 11:59:55 -08:00
Nils Eliasson
16d95cbf9d
8192971: LockCompilationTest fails intermittently
...
Remove all unnecessary compilations
Reviewed-by: kvn, thartmann
2017-12-13 10:21:21 +01:00
David Holmes
b1001c7d7d
8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
...
Reviewed-by: coleenp, dcubed
2017-12-12 19:06:19 -05:00
Tobias Hartmann
8ab2ee6ab1
8193363: TestDumpReplay.java fails with product builds
...
Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: kvn
2017-12-12 19:05:02 +01:00
Chris Plummer
200e63f32c
8191229: serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoTest.java fails with NoClassDefFoundError
...
Call FindClass() when we are in the proper classloader context
Reviewed-by: sspitsyn, dholmes, amenkov
2017-12-09 07:50:50 -08:00
Calvin Cheung
915b2cd1f2
8192989: runtime/appcds/javaldr/ArrayTest.java crashes with assert(k->is_instance_klass())
...
Disable loading array classes from the class list
Reviewed-by: iklam, jiangli
2017-12-08 15:14:08 -08:00
Daniel D. Daugherty
b0138d81ad
8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff
...
Reviewed-by: stefank, gtriantafill, coleenp
2017-12-08 15:24:47 -05:00
Sharath Ballal
3f561e29a9
8193124: SA: Testcases for clhsdb jdis and findpc commands
...
Reviewed-by: sundar, cjplummer, jgeorge
2017-12-08 15:41:11 +05:30
Dean Long
318c0d74ab
8192870: [Testbug] runtime/handshake/HandshakeTransitionTest throws NPE
...
Reviewed-by: dholmes, rehn
2017-12-05 11:16:03 -08:00
Stefan Johansson
e2d38d5f6a
8193068: Add gc/g1/TestVerifyGCType.java to problem list
...
Reviewed-by: tschatzl
2017-12-05 16:34:03 +01:00
Jiangli Zhou
1cfa67d1d5
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared
...
Check if 'oa' region is missing.
Reviewed-by: hseigel, ccheung
2017-12-06 20:06:43 -05:00
Stefan Johansson
06bf91bacc
8193068: Add gc/g1/TestVerifyGCType.java to problem list
...
Reviewed-by: tschatzl
2017-12-05 16:34:03 +01:00
Stefan Johansson
b4f7ce6c8f
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
...
Reviewed-by: tschatzl, jwilhelm
2017-12-05 13:58:55 +01:00
Stefan Johansson
657b951fab
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
...
Reviewed-by: tschatzl, jwilhelm
2017-12-05 13:58:55 +01:00
Doug Simon
77eb30dae3
8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes
...
Reviewed-by: never, dlong
2017-12-22 18:34:36 +01:00
Jesper Wilhelmsson
e77f4f9c55
Merge
2017-12-02 06:51:10 +01:00
Igor Ignatyev
c647d80e38
8191273: applications/ctw/modules tests fail intermittently
...
Reviewed-by: kvn, dlong
2017-12-01 15:58:39 -08:00
Ioi Lam
d4fab56c4f
8190809: JVM crashes while generating appcds for classpath with empty directory entry
...
Reviewed-by: ccheung, jiangli, lmesnik
2017-12-01 15:53:15 -08:00
Boris Ulasevich
f4b397b4ba
8189439: Parameters type profiling is not performed from aarch64 interpreter
...
Reviewed-by: vlivanov
2017-12-01 18:24:52 +03:00
Dmitry Chuyko
d24ef2f18f
8191129: AARCH64: Invalid value passed to critical JNI function
...
Reviewed-by: vlivanov
2017-12-01 18:20:00 +03:00
Jini George
4969284dc6
8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol
...
Create tests for the clhsdb commands: vmstructsdump, field, symboltable and symbol
Reviewed-by: sspitsyn, sballal
2017-12-01 18:19:39 +05:30
Stefan Johansson
ea04c5cfb3
8191821: Finer granularity for GC verification
...
Reviewed-by: tschatzl, poonam, sangheki
2017-12-01 08:56:22 +01:00
Jini George
9a3de631aa
8191914: New SA test timeout on windows
...
Avoid test hangs in a few SA tests by ensuring that OutputAnalyzer gets created before waitFor() gets called
Reviewed-by: dholmes, sballal
2017-12-01 11:40:39 +05:30
Mikhailo Seledtsov
686dc5c977
8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
...
Moved UseAppCDS.java to the open problem list
Reviewed-by: dholmes, ccheung
2017-11-30 21:28:12 -08:00
Mikhailo Seledtsov
52ecf42bdc
8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs
...
Updated test cases to account for available processors
Reviewed-by: bobv, dholmes
2017-11-30 20:45:03 -08:00
Chris Plummer
e473a43bb8
8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows
...
Make error message searching logic more general so it works on Windows
Reviewed-by: dcubed, sspitsyn, dholmes
2017-11-30 16:28:47 -08:00
Dean Long
15ea766de2
8191437: AOT doesn't work easily after thread local handshakes
...
Reviewed-by: kvn, rehn, aph
2017-11-30 10:40:48 -08:00
Calvin Cheung
40f06dc0e3
8174101: Bootclasspath append should not invalidate CDS archive
...
Reviewed-by: iklam, jiangli
2017-11-30 14:25:33 -08:00
Yasumasa Suenaga
b6252a4d4d
8192897: NPE occurs on clhsdb jstack
...
Reviewed-by: dholmes, sspitsyn, jgeorge, sballal
2017-12-04 10:23:08 +09:00
Sharath Ballal
c04d1331fc
8192823: SA: Testcase for 'clhsdb source' command
...
Reviewed-by: sspitsyn, jgeorge
2017-12-02 11:25:35 +05:30
Roman Kennke
3f3f0cb67e
8191564: Refactor GC related servicability code into GC specific subclasses
...
Reviewed-by: ehelin, eosterlund
2017-11-30 13:40:07 +01:00
Robbin Ehn
3ef7804e6d
8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount
...
Pushed under trivial rules.
Reviewed-by: coleenp
2017-11-30 16:08:13 +01:00
Sharath Ballal
0ac9a94c4d
8191658: SA: Testcases for attach, detach, reattach and Jhisto commands
...
Reviewed-by: sspitsyn, jgeorge
2017-11-30 19:46:20 +05:30
Stefan Johansson
937799a84c
8192807: testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java fail due to new method in Platform.java
...
Reviewed-by: tschatzl, jwilhelm
2017-11-30 15:05:03 +01:00
Sharath Ballal
f684b1a856
8184982: SA: Running ClassDump on a simple java program generates NullPointerException
...
Reviewed-by: sundar, jgeorge
2017-11-30 14:58:41 +05:30
Jesper Wilhelmsson
d417fc4af1
Merge
2017-12-21 00:07:38 +01:00
David Holmes
670ac3b236
8193840: Add compiler/c2/Test8007294.java to the problem list
...
Reviewed-by: coleenp
2017-12-19 17:31:53 -05:00
Ioi Lam
c7421b5e3b
8193672: [test] Enhance vm.cds property to check for all conditions required to run CDS tests
...
Reviewed-by: dholmes, dsamersoff, simonis
2017-12-04 08:59:47 -08:00
Goetz Lindenmaier
12a45fe7f8
8193509: Test dynamic path to retrieve active processor count
...
Reviewed-by: dholmes, mdoerr
2017-12-14 12:57:21 +01:00
Harold Seigel
47bbcac667
8154587: Resolution fails for default method named 'clone'
...
Make sure default methods with the same names as those in j.l.Object get put in the default methods table where resolution can find them.
Reviewed-by: acorn, lfoltan
2017-12-15 11:23:50 -05:00
Tobias Hartmann
e817cd88c1
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
...
Added test to ProblemList.txt
Reviewed-by: vlivanov
2017-12-15 16:51:13 +01:00
Stefan Karlsson
58dd5210ec
8192061: Clean up allocation.inline.hpp includes
...
Reviewed-by: eosterlund, coleenp
2017-11-28 21:43:45 +01:00
Ioi Lam
177b24b7d7
8191747: [TESTBUG] runtime/appcds/DumpClassList.java and ProhibitedPackage.java fail on product bits
...
Reviewed-by: simonis
2017-11-29 18:43:35 -08:00
Volker Simonis
7617012f55
8191927: Enable AppCDS for custom loaders on all 64-bit Linux and AIX
...
Added "@requires vm.cds.custom.loaders" to mark tests related to custom loaders
Reviewed-by: simonis, mseledtsov
2017-11-28 09:47:04 -08:00
Kishor Kharbas
66c00b4184
8190980: Develop test cases and collect test pass rate
...
Develop tests covering all the test cases described in the test plan and achieve 100% pass rate for JEP 316: Heap Allocation on Alternative Memory Devices
Reviewed-by: sangheki, tschatzl
2017-11-29 16:45:31 -08:00
Kishor Kharbas
3fc999a1fe
8190308: Implementation: JEP 316: Heap Allocation on Alternative Memory Devices
...
Sub-task to be used for implementation of JEP 316: Support heap allocation on alternative memory devices
Reviewed-by: sangheki, tschatzl
2017-11-29 17:03:10 -08:00
Yasumasa Suenaga
b25c9ddbae
8165736: Error message should be shown when JVMTI agent cannot be attached
...
Reviewed-by: sspitsyn, dholmes
2017-11-29 09:26:58 +09:00
Roland Westrelin
386e258e20
8186027: C2: loop strip mining
...
Reviewed-by: kvn, neliasso
2017-11-28 11:59:16 +01:00
Jini George
2f50ac4820
8191961: SA: Remove left over quarantined SA tests due to 8184042 from ProblemList.txt
...
Unquarantine SA tests quarantined due to OSX failures from 8184042
Reviewed-by: sspitsyn, sballal
2017-11-28 14:16:24 +05:30
Jiangli Zhou
61e736cbae
8188791: Move AppCDS from closed repo to open repo
...
Co-authored-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Reviewed-by: dsamersoff, simonis, minqi
2017-11-27 20:21:34 -08:00
Paul Sandoz
2c9ed8e178
8188870: Bump classfile version number to 54
...
Reviewed-by: alanb, dholmes, coleenp, mcimadamore
2017-11-03 10:01:08 -07:00
Calvin Cheung
6feaa2cb69
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
...
Backout the fix for 8190975
Reviewed-by: iklam, kvn
2017-11-22 16:08:39 -08:00
Rahul Raghavan
2c74ca8c08
8191313: compiler/runtime/SpreadNullArg.java fails in tier1
...
Corrected SpreadNullArg.java test to expect NullPointerException after 8157246 fix
Reviewed-by: dcubed, mchung
2017-11-26 09:05:13 -08:00
Calvin Cheung
4b08777a6a
8191739: [TESTBUG] test/hotspot/jtreg/runtime/LoadClass/TestResize.java fails to compile after JDK-8191580
...
Added missing import statement
Reviewed-by: dcubed, dholmes
2017-11-21 15:45:33 -08:00
Calvin Cheung
e7ff0665e4
8188122: Path length limits on Windows leads to obscure class loading failures
...
Used the unicode version of windows API's to handled long paths and avoid using the stat() function.
Reviewed-by: stuefe, iklam
2017-11-21 09:49:52 -08:00
Dean Long
fb89c1729c
8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
...
Reviewed-by: vlivanov, dpochepk
2017-11-21 09:04:42 -08:00
Gerard Ziemski
cdabc7a61c
8191580: open/test/hotspot/jtreg/runtime/LoadClass/TestResize fails on product build
...
Guarded the test with the tag requiring debug build
Reviewed-by: jiangli
2017-11-21 10:21:24 -06:00
Erik Helin
26aa579a78
8182284: G1Analytics uses uninitialized fields
...
Reviewed-by: tschatzl, sjohanss
2017-11-21 08:33:54 +01:00