Alejandro Murillo
6cbadc7348
Added tag jdk-9+127 for changeset a7aae19b3746
2016-07-14 15:47:44 +00:00
Alejandro Murillo
5593c544a5
Added tag jdk-9+127 for changeset 8e5b413c199b
2016-07-14 15:47:44 +00:00
Alejandro Murillo
9ff51bb7bb
Added tag jdk-9+127 for changeset 6a80821ee59f
2016-07-14 15:47:44 +00:00
Volker Simonis
d09561f8c6
8160564: TEST: Add a test to check the implementation of VersionProps.versionNumbers()
...
Reviewed-by: mchung, redestad
2016-07-14 16:49:30 +02:00
Weijun Wang
e883900ac7
8161354: policytool fails if it needs to show an error dialog before the main window appears
...
Reviewed-by: mullan
2016-07-14 19:31:43 +08:00
Marcus Larsson
11852cb5fa
8061219: Implement unit-tests for UL
...
Reviewed-by: coleenp, mockner, rprotacio
2016-07-14 09:52:03 +02:00
Joe Darcy
dfc1da33a2
8161336: Remove two javadoc tests from the problem list
...
Reviewed-by: jjg
2016-07-13 17:28:29 -07:00
Mandy Chung
1c7cd18b25
8160398: (jdeps) Replace a list of JDK 8 internal API for detecting if it's removed in JDK 9 or later
...
Reviewed-by: dfuchs
2016-07-13 14:42:09 -07:00
Mandy Chung
de4f424b8c
8160398: (jdeps) Replace a list of JDK 8 internal API for detecting if it's removed in JDK 9 or later
...
Reviewed-by: dfuchs
2016-07-13 14:41:27 -07:00
Bhavesh Patel
29852f47c0
8161255: jdk build "all" (docs) fails on all platforms, error from DefaultLoggerFinder.java
...
Reviewed-by: tbell, ksrini, darcy
2016-07-13 14:23:53 -07:00
Steve Drach
0062a02e07
8150680: JarFile.Release enum needs reconsideration with respect to it's values
...
Reviewed-by: alanb, psandoz
2016-07-13 11:43:45 -07:00
Weijun Wang
3db1a80a5f
8161341: Garbage in ProblemList.txt
...
Reviewed-by: xuelei
2016-07-14 10:37:36 +08:00
Rachna Goel
4e8a2de21a
8154797: Localization data for "GMT"
...
Reviewed-by: naoto, okutsu
2016-07-14 10:30:23 +09:00
Rajan Halade
1a75a21846
8161011: Mark RMI tests DownloadActivationGroup, UseCustomSocketFactory, and RestartService as itnermittent
...
Reviewed-by: bpb
2016-07-13 16:53:31 -07:00
Xueming Shen
47c84f9fe6
7031075: GZIPInputStream's available() reports 1, but read() gives -1
...
Reviewed-by: bpb
2016-07-13 16:37:24 -07:00
Igor Ignatyev
03fffa8949
8151280: update hotspot tests to use vm.compMode instead of their own logic
...
Update hs compiler tests to use vm.compMode instead of their own logic and to get VM mode using j.t.l.Platform
Reviewed-by: kvn, dpochepk
2016-07-13 18:03:18 +03:00
Goetz Lindenmaier
da3339948e
8161258: Simplify including platform files
...
Include patform files with macros cpu_header() etc. Do various cleanups of macro usages. Remove _64/_32 from adlc generated files and platform .hpp files. Merge stubRoutines_x86*.hpp. Remove empty mutex_<os>* files.
Reviewed-by: dholmes, coleenp, kbarrett
2016-07-13 12:23:05 +02:00
Alejandro Murillo
e757151666
Merge
2016-07-25 18:52:59 +00:00
Dmitry Dmitriev
9432d41d77
Merge
2016-07-25 17:35:25 +02:00
Alejandro Murillo
6f56f76c7f
Merge
2016-07-25 15:30:23 +00:00
Max Ockner
4945fbd459
8038332: The trace event vm/class/load is not always being sent
...
Added trace event vm/class/define
Reviewed-by: coleenp, egahlin, acorn
2016-07-25 09:40:31 -04:00
Alejandro Murillo
e532c24e9d
Merge
2016-07-22 19:04:38 +00:00
Alejandro Murillo
90d6b61cf1
Merge
2016-07-22 10:35:46 -07:00
Brent Christian
c076e4284c
8161028: GPL header missing comma after year
...
Reviewed-by: dcubed
2016-07-22 10:15:42 -07:00
Alejandro Murillo
28e06f0680
Merge
2016-07-22 10:14:23 -07:00
Alexander Kulyakhtin
1a81918931
8153978: New test to verify the modules info as returned by the JVMTI
...
A new JVMTI test
Reviewed-by: ctornqvi, sspitsyn
2016-07-22 16:55:55 +03:00
Erik Helin
b630a3ff47
8159464: DumpHeap.java hits assert in G1 code
...
Reviewed-by: mgerdin, tschatzl
2016-07-21 14:55:54 +02:00
Jini George
73a516d68e
8145627: sun.jvm.hotspot.oops.InstanceKlass::getSize() returns the incorrect size and has no test
...
Fix the size and add a test
Reviewed-by: sspitsyn
2016-07-22 02:36:39 -07:00
Alejandro Murillo
15fafcc1fc
Merge
2016-07-22 04:05:04 +00:00
Alejandro Murillo
560886751b
Merge
2016-07-21 20:09:19 -07:00
Alejandro Murillo
ff1f1235ab
Merge
2016-07-21 19:50:41 -07:00
Calvin Cheung
0bcdf4f154
8161539: 8159666 breaks minimal VM
...
Replaces the shouldNotReachHere() with an assert
Reviewed-by: coleenp, dholmes, cjplummer, gziemski
2016-07-21 19:29:33 -07:00
Dmitry Fazunenko
fdec5ff217
Merge
2016-07-21 16:45:56 +00:00
Paul Sandoz
44d9cb476f
8161947: runtime/Unsafe/GetUnsafe.java is failing on jdk9/dev
...
Reviewed-by: alanb, dholmes
2016-07-21 16:29:21 +02:00
Dmitry Fazunenko
92110548e8
8161552: Test issue: VM init failed: GC triggered before VM initialization completed. Try increasing NewSize, current value 768K
...
Reviewed-by: tschatzl, jmasa, zmajo
2016-07-21 17:12:35 +04:00
Mikael Gerdin
4f554660a0
8161915: Linking gtestLauncher may end up linking with non-gtest libjvm
...
Reviewed-by: dholmes, ehelin
2016-07-21 14:06:22 +02:00
Boris Molodenkov
8663231fb4
8160119: Utils.tryFindJvmPid sometimes find incorrect pid
...
Fixed pattern
Reviewed-by: iignatyev, dholmes
2016-07-20 14:47:53 +03:00
Jiangli Zhou
80a863b62a
Merge
2016-07-19 22:14:22 +02:00
Jon Masamitsu
c59e7952f6
Merge
2016-07-19 19:05:06 +00:00
Jiangli Zhou
86d5566b41
Merge
2016-07-19 20:39:23 +02:00
Jiangli Zhou
4662aa3bc4
Merge
2016-07-19 20:07:06 +02:00
Jiangli Zhou
6ed3f07f48
8141341: CDS should be disabled if JvmtiExport::should_post_class_file_load_hook() is true
...
Disable loading shared class if JvmtiExport::should_post_class_file_load_hook is true.
Reviewed-by: iklam, acorn, sspitsyn
2016-07-19 13:52:14 -04:00
Gerard Ziemski
f37ffdf9e0
Merge
2016-07-19 17:26:51 +00:00
Gerard Ziemski
f6975a2f65
8138760: [JVMCI] VM warning: Performance bug: SystemDictionary lookup_count=21831450 lookup_length=1275207287 average=58.411479 load=5.572844
...
Added debug details to the warning message.
Reviewed-by: dholmes, iklam, twisti
2016-07-19 11:00:45 -05:00
Michail Chernov
c6f30feaec
8160827: gc/stress/TestStressG1Humongous.java fails with OOME
...
Reviewed-by: tschatzl
2016-07-19 18:15:46 +03:00
Thomas Schatzl
5075c7b9a0
8157459: G1 IHOP JFR event attribute with incorrect content type
...
Use PERCENTAGE instead of BYTES64 data type for the affected attributes.
Reviewed-by: ehelin, sangheki
2016-07-19 09:30:30 +02:00
Thomas Schatzl
ada5ab192f
8034842: Parallelize the Free CSet phase in G1
...
Reviewed-by: jmasa, ehelin
2016-07-19 10:31:41 +02:00
Daniel D. Daugherty
c0e5b2646f
8161173: quarantine compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
...
8161174: quarantine gc/stress/TestStressG1Humongous.java on 32-bit
8161175: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java on 32-bit
Reviewed-by: sspitsyn, jmasa, gtriantafill
2016-07-18 14:20:30 -07:00
Mikael Gerdin
a40bbfadaf
8161027: GPL header missing comma after year
...
Reviewed-by: redestad, dholmes
2016-07-18 14:30:39 +02:00
Ivan Gerasimov
3b6a62c9dc
8160892: Race at the VM exit causes "WaitForMultipleObjects timed out"
...
Reviewed-by: dcubed, dholmes
2016-07-16 23:10:00 +03:00