Stefan Karlsson
|
35af52dd4f
|
8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests
Reviewed-by: lmesnik, iignatyev, coleenp, dholmes
|
2020-04-29 08:52:18 +02:00 |
|
Stuart Monteith
|
739e8e322d
|
8216557: Aarch64: Add support for Concurrent Class Unloading
Co-authored-by: Andrew Haley <aph@redhat.com>
Reviewed-by: aph, eosterlund, pliden, njian
|
2020-04-29 14:53:48 +08:00 |
|
Serguei Spitsyn
|
0783dd69a5
|
8241807: JDWP needs update for hidden classes
Introduce test coverage for hidden class events
Reviewed-by: lmesnik, amenkov
|
2020-04-29 06:33:10 +00:00 |
|
Igor Ignatyev
|
a9d14e1462
|
8243944: use SkippedException and @requires in runtime/memory/ReadFromNoaccessArea.java test
Reviewed-by: minqi
|
2020-04-28 21:17:32 -07:00 |
|
Igor Ignatyev
|
6ff66db553
|
8242314: use reproducible random in vmTestbase shared code
Reviewed-by: kbarrett, lmesnik
|
2020-04-28 20:49:28 -07:00 |
|
Igor Ignatyev
|
70e632d5ec
|
8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests
Reviewed-by: dholmes, stefank
|
2020-04-28 19:57:02 -07:00 |
|
Chris Plummer
|
6911667eb7
|
8243500: SA: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter (BSD and Windows)
Reviewed-by: amenkov, sspitsyn
|
2020-04-28 13:38:45 -07:00 |
|
Igor Ignatyev
|
9687723c81
|
8243932: compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java test can use driver mode
Reviewed-by: thartmann
|
2020-04-28 11:33:37 -07:00 |
|
Igor Ignatyev
|
9921097bd9
|
8243942: use SkippedException in gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA.java test
Reviewed-by: kbarrett
|
2020-04-28 11:32:45 -07:00 |
|
Harold Seigel
|
941643ece9
|
8242921: test/hotspot/jtreg/runtime/CompactStrings/TestMethodNames.java uses nashorn script engine
Put method names in a .jcod file instead of using nashorn to generate them
Reviewed-by: lfoltan, coleenp
|
2020-04-28 14:13:44 +00:00 |
|
Coleen Phillimore
|
3ed0849504
|
8243393: Improve ReservedSpace constructor resolution
Remove possibly ambiguous constructor and use directly in ReservedCodeHeap
Reviewed-by: stuefe
|
2020-04-28 07:35:28 -04:00 |
|
David Holmes
|
a8ffbb350d
|
8243989: test/hotspot/jtreg/serviceability/jvmti/CanGenerateAllClassHook/CanGenerateAllClassHook.java needs to use othervm
Reviewed-by: mdoerr
|
2020-04-28 05:53:19 -04:00 |
|
Igor Ignatyev
|
9cea1a5179
|
8243954: serviceability/logging/TestQuotedLogOutputs.java fails after 8243928
Reviewed-by: dholmes
|
2020-04-28 03:29:38 -04:00 |
|
Igor Ignatyev
|
1041efe027
|
8243946: serviceability/sa and jvmti tests fail after JDK-8243928
Reviewed-by: dholmes, mikael, sspitsyn
|
2020-04-27 22:24:54 -07:00 |
|
Serguei Spitsyn
|
ae9d5636f1
|
8243941: build issue introduced with the push of 8242237
Use right type to declare function argument
Reviewed-by: iignatyev
|
2020-04-28 04:46:08 +00:00 |
|
Igor Ignatyev
|
3a9f7648d2
|
8243928: several svc tests can be run in driver mode
Reviewed-by: amenkov
|
2020-04-27 20:06:22 -07:00 |
|
Serguei Spitsyn
|
223ca800cc
|
8242237: Improve JVM TI HiddenClasses tests
Improve JVM TI HiddenClasses test: cleanup + more comments
Reviewed-by: lmesnik, amenkov
|
2020-04-28 02:37:15 +00:00 |
|
Igor Ignatyev
|
a740f83da3
|
8243930: update copyright years
Reviewed-by: dholmes
|
2020-04-27 17:58:27 -07:00 |
|
Dean Long
|
03f8e6ccd8
|
8219607: Add support in Graal and AOT for hidden class
Reviewed-by: kvn
|
2020-04-27 14:23:15 -07:00 |
|
Igor Ignatyev
|
d84e4f1fd6
|
8243565: some gc tests use 'test.java.opts' and not 'test.vm.opts'
Reviewed-by: stefank
|
2020-04-27 10:25:29 -07:00 |
|
Igor Ignatyev
|
e0f46d0cb6
|
8243620: a few compiler/jvmci tests can be run in driver mode
Reviewed-by: thartmann
|
2020-04-27 09:16:39 -07:00 |
|
Igor Ignatyev
|
a3d14c6de5
|
8243622: all actions in compiler/aot/fingerprint/SelfChangedCDS.java can be run in driver mode
Reviewed-by: thartmann
|
2020-04-27 09:16:26 -07:00 |
|
Igor Ignatyev
|
a075c328e4
|
8243621: use SkippedException in compiler/jsr292/MHInlineTest.java test
Reviewed-by: thartmann
|
2020-04-27 09:16:11 -07:00 |
|
Igor Ignatyev
|
83a6527e44
|
8243619: compiler/codecache/CheckSegmentedCodeCache.java test misses -version
Reviewed-by: thartmann
|
2020-04-27 09:16:00 -07:00 |
|
Igor Ignatyev
|
9097c799f2
|
8243618: compiler/rtm/cli tests can be run w/o WhiteBox
Reviewed-by: thartmann
|
2020-04-27 09:15:47 -07:00 |
|
Igor Ignatyev
|
27dc913618
|
8243617: compiler/onSpinWait/TestOnSpinWaitC1.java test uses wrong class
Reviewed-by: thartmann
|
2020-04-27 09:15:34 -07:00 |
|
Igor Ignatyev
|
806566519a
|
8243568: serviceability/logging/TestLogRotation.java uses 'test.java.opts' and not 'test.vm.opts'
Reviewed-by: lmesnik, dholmes
|
2020-04-26 18:09:33 -07:00 |
|
Coleen Phillimore
|
90ada6a314
|
8238048: Close alignment gaps in InstanceKlass
Moved fields around and some constant fields into ConstantPool
Reviewed-by: cjplummer, dlong, iklam
|
2020-04-23 16:29:22 -04:00 |
|
Serguei Spitsyn
|
e507405f5c
|
8241214: Test debugging of hidden classes using jdb
Add test and enable jdb support for hidden classes
Reviewed-by: cjplummer, amenkov, mchung, lmesnik
|
2020-04-23 07:46:18 +00:00 |
|
Chris Plummer
|
7f634155b5
|
8243210: ClhsdbScanOops fails with NullPointerException in FileMapHeader.inCopiedVtableSpace
Reviewed-by: iklam, sspitsyn
|
2020-04-22 15:09:32 -07:00 |
|
Igor Ignatyev
|
5efa545d48
|
8242312: use reproducible random in hotspot gc tests
Reviewed-by: kbarrett, tschatzl
|
2020-04-14 12:50:09 -07:00 |
|
Igor Ignatyev
|
1ad4834807
|
8203238: [TESTBUG] rewrite MemOptions shell test in Java
Reviewed-by: mseledtsov, kbarrett
|
2020-03-24 17:18:35 -07:00 |
|
Chris Plummer
|
d80f55e7e9
|
8243206: Cleanup error checking and handling in serviceability/sa/JhsdbThreadInfoTest.ja
Reviewed-by: amenkov, sspitsyn
|
2020-04-21 16:11:25 -07:00 |
|
Mandy Chung
|
7cc1371059
|
8238358: Implementation of JEP 371: Hidden Classes
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: David Holmes <david.holmes@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jamsheed Mohammed C M <jamsheed.c.m@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Reviewed-by: alanb, cjplummer, coleenp, dholmes, dlong, forax, jlahoda, psandoz, plevart, sspitsyn, vromero
|
2020-04-21 06:55:38 -07:00 |
|
Ioi Lam
|
0bc7cc4d28
|
8241158: SA TestHeapDumpForInvokeDynamic.java fails when CDS archive is relocated
Reviewed-by: ccheung
|
2020-04-20 17:33:52 -07:00 |
|
Richard Reingruber
|
25cd1774a7
|
8242793: Incorrect copyright header in ContinuousCallSiteTargetChange.java
Reviewed-by: kvn
|
2020-04-15 22:02:36 +02:00 |
|
Claes Redestad
|
d185fe9953
|
8242452: During module definition, move conversion of packages from native to VM
8242290: Pointless verification in get_package_entry_by_name
Reviewed-by: lfoltan, iklam, hseigel
|
2020-04-18 19:45:45 +02:00 |
|
Kim Barrett
|
4d487927ad
|
8228991: Obsolete -XX:UseAdaptiveGCBoundary
Make option obsolete and removed supporting code.
Reviewed-by: tschatzl, stefank
|
2020-04-17 23:22:34 -04:00 |
|
Tom Rodriguez
|
12f8b52fb8
|
8231756: [JVMCI] need support for deoptimizing virtual byte arrays encoding non-byte primitives
Reviewed-by: kvn
|
2020-04-17 09:31:37 -07:00 |
|
Vladimir Ivanov
|
078c027441
|
8242491: C2: assert(v2->bottom_type() == vt) failed: mismatch when creating MacroLogicV
Reviewed-by: kvn, sviswanathan, jbhateja
|
2020-04-17 17:58:52 +03:00 |
|
Athijegannathan Sundararajan
|
b09a8ee657
|
8242931: Few more tests that use nashorn have been missed
Reviewed-by: dfuchs, dholmes
|
2020-04-17 09:50:02 +05:30 |
|
Zhengyu Gu
|
50bca089c4
|
8243008: Shenandoah: TestVolatilesShenandoah test failed on aarch64
Reviewed-by: shade
|
2020-04-16 15:57:27 -04:00 |
|
Chris Plummer
|
c6c1f9bad9
|
8230731: SA tests fail with "Windbg Error: ReadVirtual failed
Reviewed-by: amenkov, sspitsyn
|
2020-04-16 07:23:26 -07:00 |
|
Lois Foltan
|
d37985cd70
|
8210012: Implement Unified Logging Option for -XX:+TraceMethodHandles and -XX:+TraceInvokeDynamic
Transition the tracing method handles command line options to unified logging, -Xlog:methodhandles.
Reviewed-by: dholmes, iklam, jrose
|
2020-04-15 21:01:02 +00:00 |
|
Kim Barrett
|
4694da31f8
|
8242078: G1: Improve concurrent refinement analytics and logging
Unify data collection and reporting.
Reviewed-by: tschatzl, sjohanss
|
2020-04-14 17:31:53 -04:00 |
|
Chris Plummer
|
4a09f31eff
|
8237250: pmap and pstack should do a better of making it clear that they are not supported on Mac OS X
Reviewed-by: amenkov, sspitsyn
|
2020-04-13 16:30:11 -07:00 |
|
Chris Plummer
|
77041dc4ec
|
8235220: ClhsdbScanOops.java fails with sun.jvm.hotspot.types.WrongTypeException
Reviewed-by: amenkov, iklam
|
2020-04-13 13:21:56 -07:00 |
|
Igor Ignatyev
|
c73934d8c8
|
8242311: use reproducible random in hotspot runtime tests
Reviewed-by: iklam, mseledtsov
|
2020-04-13 12:32:57 -07:00 |
|
Igor Ignatyev
|
116fe806c3
|
8242313: use reproducible random in hotspot svc tests
Reviewed-by: cjplummer
|
2020-04-13 12:31:34 -07:00 |
|
Igor Ignatyev
|
15464b36c3
|
8242471: remove "temporarily" restrictions of nsk/jdi/Argument/value/value004
Reviewed-by: amenkov, cjplummer
|
2020-04-13 12:30:07 -07:00 |
|