Magnus Ihse Bursie
f159234fe5
8243991: Remove obsolete -XX:ThreadStackSize from java command line
...
Reviewed-by: erikj
2020-04-28 20:54:06 +02: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
Magnus Ihse Bursie
3a416b9f67
8243988: Added flexibility in build system for unusal hotspot configurations
...
Reviewed-by: erikj
2020-04-28 19:41:39 +02:00
Magnus Ihse Bursie
f4cb2bfd92
8244009: Separate -Xdoclint options in CompileJavaModules.gmk
...
Reviewed-by: erikj
2020-04-28 19:26:47 +02:00
John Paul Adrian Glaubitz
1b16192363
8243997: Linux build failed after JDK-8242244
...
Reviewed-by: ihse
2020-04-28 18:23:12 +02:00
Zhengyu Gu
04ae3fd603
8243848: Shenandoah: Windows build fails after JDK-8239786
...
Reviewed-by: rkennke, stuefe
2020-04-28 12:20:15 -04:00
Magnus Ihse Bursie
b723b94614
8244021: Hide warning from jlink about incubating modules
...
Reviewed-by: erikj
2020-04-28 18:12:02 +02:00
Erik Joelsson
87f0ff6c10
8243510: AbsPathsInImage.java fails on Windows
...
Reviewed-by: ihse, tbell
2020-04-28 08:22:28 -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
Magnus Ihse Bursie
09e8b7ca4d
8243985: Make source generation by generatecharacter reproducible
...
Reviewed-by: naoto
2020-04-28 15:36:53 +02:00
Magnus Ihse Bursie
c03a9bc9a2
8243973: Clarify difference between JAVA_OPTIONS and VM_OPTIONS
...
Reviewed-by: erikj
2020-04-28 15:35:41 +02:00
Magnus Ihse Bursie
0b5f5d54f6
8243982: Fix testing documentation after JDK-8240241
...
Reviewed-by: erikj
2020-04-28 15:33:41 +02: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
John Paul Adrian Glaubitz
1b0a423f6f
8242244: Remove redundant ELF machine definitions
...
Reviewed-by: dholmes
2020-04-28 11:43:00 +02:00
Rahul Yadav
184b433630
8242999: HTTP/2 client may not handle CONTINUATION frames correctly
...
Updated jdk.internal.net.http.Stream.incoming(Http2Frame frame) to handle continuation frame with END_HEADER flag
Reviewed-by: chegar, dfuchs
2020-04-28 10:30:27 +01:00
Anirvan Sarkar
7a937e0dde
8243567: Update download link of jtreg provided by Adoption Group
...
Reviewed-by: ihse
2020-04-28 11:10:33 +02:00
Jan Lahoda
65344142d3
8243000: javac only build fails after removal of Nashorn
...
Adjusting langtools ant build and Idea project to Nashorn removal.
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Reviewed-by: mcimadamore, jlahoda
2020-04-28 10:43:29 +02:00
Igor Ignatyev
9cea1a5179
8243954: serviceability/logging/TestQuotedLogOutputs.java fails after 8243928
...
Reviewed-by: dholmes
2020-04-28 03:29:38 -04:00
Kim Barrett
538e005813
8242459: ForceNUMA and only one available NUMA node hits a guarantee
...
Fix some asserts to handle the single-NUMA node + ForceNUMA case.
Reviewed-by: sjohanss, tschatzl
2020-04-28 03:02:21 -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
Calvin Cheung
18c43241fb
8241815: Unnecessary calls to SystemDictionaryShared::define_shared_package
...
Avoid calling ClassLoaders.definePackage during loading of shared classes originated from the module image since java.lang.Package for named modules are automatically defined.
Reviewed-by: mchung, lfoltan
2020-04-28 00:09:53 +00: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
Mikael Vidstedt
68b189ae8b
8243633: Remove cups dependency when building linux at Oracle
...
Reviewed-by: ihse, erikj, tbell
2020-04-27 14:21:19 -07:00
Naoto Sato
9697772b1f
8243664: JavaDoc of CompactNumberFormat points to wrong enum
...
Reviewed-by: rriggs, joehw
2020-04-27 14:03:45 -07:00
Daniil Titov
c2d3ff3bf8
8242239: [Graal] javax/management/generified/GenericTest.java fails: FAILED: queryMBeans sets same
...
Reviewed-by: cjplummer, sspitsyn
2020-04-27 12:48:09 -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
Roger Riggs
bdf672659c
8243010: Test support: Customizable Hex Printer
...
Reviewed-by: lancea, dfuchs, weijun
2020-04-16 15:45:37 -04:00
Claes Redestad
d2e0d0e06a
8243469: Lazily encode name in ZipFile.getEntryPos
...
Co-authored-by: Eirik Bjørsnøs <eirbjo@gmail.com>
Reviewed-by: lancea, simonis
2020-04-27 17:26:05 +02:00
Erik Gahlin
c55e7d5a4a
8242034: Remove JRE_HOME references
...
Reviewed-by: mbaesken
2020-04-27 15:01:22 +02:00
Erik Gahlin
0bbdcdac5a
8240783: JFR: TestClose could not finish chunk
...
Reviewed-by: mgronlun, mseledtsov
2020-04-27 14:29:44 +02:00
Pavel Rappo
32eb99e3e3
8243563: Doc comments cleanup
...
Reviewed-by: egahlin
2020-04-27 12:34:32 +01:00
Ao Qi
5d783f761f
8242846: Bring back test/jdk/tools/jlink/plugins/OrderResourcesPluginTest.java
...
Reviewed-by: alanb, sundar
2020-04-27 16:28:52 +05:30
Erik Gahlin
e34508cba2
8242933: jdk/jfr/api/consumer/TestHiddenMethod uses nashorn script engine
...
Reviewed-by: mgronlun
2020-04-27 11:32:52 +02:00
Athijegannathan Sundararajan
d07d6bd123
8243576: Remove residual reference to nashorn modules in make/CompileJavaModules.gmk
...
Reviewed-by: ihse
2020-04-27 14:53:07 +05:30
Martin Doerr
0e07f5a7d7
8151030: PPC64: AllocatePrefetchStyle=4 is out of range
...
Cleanup prefetching code and use AllocatePrefetchLines=1 by default.
Reviewed-by: goetz, mhorie, lucy
2020-04-27 10:01:04 +02:00
Bin Liao
b2db7a0c9a
8243539: Copyright info (Year) should be updated for fix of 8241638
...
Reviewed-by: weijun
2020-04-27 12:32:12 +08:00
Kim Barrett
7fb48971ee
8243587: Missing comma in copyright header
...
Added comma.
Reviewed-by: iignatyev
2020-04-26 22:28:19 -04: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