Daniel D. Daugherty
7315d2ea19
8130135: backout 8087143 due to failures in 8130115
...
Reviewed-by: minqi, coleenp
2015-06-30 09:39:53 -07:00
Yumin Qi
037958ba9a
8087143: Reduce Symbol::_identity_hash to 2 bytes
...
Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation.
Reviewed-by: iklam, coleenp, shade
2015-06-29 13:48:55 -07:00
Harold Seigel
df34232add
Merge
2015-06-29 17:24:52 +00:00
Harold Seigel
28effe7632
8073423: Remove LazyClassPathEntry support if no longer needed
...
Remove LazyClassPathEntry support and deprecate -XX:+LazyBootClassLoader
Reviewed-by: acorn, lfoltan
2015-06-29 11:48:27 -04:00
Goetz Lindenmaier
bd938df14f
8130036: Fix problems with imprecise C++ coding
...
Reviewed-by: dholmes, kbarrett
2015-06-29 10:16:48 +02:00
Thomas Stuefe
a88e8669c5
8080925: Make error log write timeout parameter configurable
...
Reviewed-by: sla, coleenp, ctornqvi, dholmes
2015-06-26 08:29:29 +02:00
Stefan Johansson
c85e4ae56f
8078901: Add trace event for G1 MMU information
...
Reviewed-by: ehelin, mlarsson
2015-04-30 13:33:23 +02:00
Joe Darcy
342ea6369a
8075082: Fix missing doclint warnings in the javax.swing package
...
Reviewed-by: serb, ant
2015-04-15 10:24:01 -07:00
Kim Barrett
763048052f
8069367: Eagerly reclaimed humongous objects left on mark stack
...
Prevent eager reclaim of objects that might be on mark stack.
Reviewed-by: brutisso, tschatzl
2015-04-15 12:16:01 -04:00
Joseph Provino
7c8ee01ce3
8074546: Rename and clean up the ParGCAllocBuffer class
...
Rename ParGCAllocBuffer to PLAB and rename affected files.
Reviewed-by: tschatzl, kbarrett
2015-04-15 11:42:20 -04:00
Kim Barrett
9d2e807891
8078193: BACKOUT: Rename and clean up the ParGCAllocBuffer class
...
Back out the problem change set.
Reviewed-by: brutisso, tschatzl
2015-04-21 10:29:35 -04:00
Joseph Provino
d27e6d731e
8074545: Rename and clean up the ParGCAllocBuffer class
...
Rename ParGCAllocBuffer to PLAB and rename affected files.
Reviewed-by: tschatzl, kbarrett
2015-04-15 11:42:20 -04:00
Per Lidén
4fbfdfe87b
8077417: Cleanup of Universe::initialize_heap()
...
Reviewed-by: stefank, kbarrett
2015-04-16 15:31:20 +02:00
Per Lidén
817138c4f9
Merge
2015-04-16 10:38:06 +00:00
Per Lidén
82de4945ac
8077415: Remove duplicate variables holding the CollectedHeap
...
Reviewed-by: stefank, kbarrett
2015-04-16 09:28:18 +02:00
Bengt Rutisson
f8c508af0f
8077841: G1: Remove PrintReachable support
...
Reviewed-by: stefank, tschatzl
2015-04-16 09:16:19 +02:00
Bengt Rutisson
fdcc47e443
8077873: G1: Remove G1SATBPrintStubs
...
Reviewed-by: kbarrett, tschatzl
2015-04-16 09:13:14 +02:00
Kim Barrett
beede94977
8075466: SATB queue pre-filter verify found reclaimed humongous object
...
Removed pre-filter verify, and made filtering more careful.
Reviewed-by: brutisso, tschatzl
2015-04-15 16:37:57 -04:00
Henry Jen
3bef36626e
Merge
2015-04-15 07:33:34 -07:00
Katja Kantserova
cf90c844eb
8077611: com/sun/jdi/ConnectedVMs.java should be unquarantined
...
Reviewed-by: sla
2015-04-15 13:27:39 +02:00
Igor Ignatyev
71fcf1be02
Merge
2015-04-15 11:23:06 +00:00
Goetz Lindenmaier
5827e6ce0f
8077838: Recent developments for ppc
...
Power 8 recognition and instructions, math.*Exact intrinsics and rtm, C2 optimizations
Reviewed-by: kvn, simonis
2015-04-15 12:44:56 +02:00
Alexander Scherbatiy
0dc8a46204
8072767: DefaultCellEditor for comboBox creates ActionEvent with wrong source object
...
Reviewed-by: serb, azvegint
2015-04-15 14:38:13 +04:00
Artem Smotrakov
71f032b764
8043202: Prohibit RC4 cipher suites
...
Reviewed-by: xuelei
2015-04-15 13:15:16 +03:00
Igor Ignatyev
8fa30e8884
Merge
2015-04-15 09:49:50 +00:00
Shanliang Jiang
2bb76f5f36
8075853: Proxy for MBean proxies
...
Reviewed-by: dfuchs, ahgross, bmoloden
2015-04-15 11:16:25 +02:00
Roland Westrelin
cb7a08139b
8074676: java.lang.invoke.PermuteArgsTest.java fails with "assert(is_Initialize()) failed: invalid node class"
...
After guards in Arrays.copyOf() intrinsic, control may become top
Reviewed-by: kvn, vlivanov
2015-04-15 11:01:56 +02:00
Zoltan Majo
9700d9c1fa
Merge
2015-04-15 07:49:25 +00:00
Jaroslav Bachorik
1c76dd4fbc
8077327: ThreadStackTrace.java throws exception: BlockedThread expected to have BLOCKED but got RUNNABLE
...
Reviewed-by: sspitsyn, dfuchs
2015-04-15 09:38:45 +02:00
Zoltan Majo
b15381aaba
8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
...
Change restore mechanism in GCTR.java to avoid setting counter to null; added length check to constructor
Reviewed-by: jrose, kvn, ascarpino
2015-04-15 09:37:51 +02:00
Staffan Larsen
47d774ab34
8077364: "if( !this )" construct prevents build on Xcode 6.3
...
Reviewed-by: stefank, simonis
2015-04-15 09:34:46 +02:00
Artem Smotrakov
dc99c45870
8076221: Disable RC4 cipher suites
...
Reviewed-by: xuelei, wetmore
2015-04-15 07:34:24 +00:00
Mikael Vidstedt
b5264b3449
8077524: Enable selective test bundle installation for jprt test targets
...
Reviewed-by: dholmes
2015-04-14 22:46:16 -07:00
Joe Darcy
d617368a75
8076624: Fix missing doclint warnings in javax.swing.text
...
Reviewed-by: serb
2015-04-14 15:43:14 -07:00
Joe Darcy
0b622e20f7
8077095: Fix missing doclint warnings in the javax.swing.plaf.basic package
...
Reviewed-by: serb
2015-04-14 14:47:12 -07:00
Jason Uh
31a7b46b00
8076117: EndEntityChecker should not process custom extensions after PKIX validation
...
Reviewed-by: xuelei, mullan
2015-04-14 13:02:23 -07:00
David Dehaven
2ec458e126
Merge
2015-04-14 12:10:01 -07:00
David Dehaven
1c993f4230
Merge
2015-04-14 12:10:00 -07:00
David Dehaven
8130b5c80f
Merge
2015-04-14 10:15:54 -07:00
David Dehaven
2f35e82935
Merge
2015-04-14 10:15:49 -07:00
Sangheon Kim
7d99c72512
8077710: BACKOUT - java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
...
Removed unnecessary guards.
Reviewed-by: stefank, jwilhelm
2015-04-14 09:44:06 -07:00
Vladimir Ivanov
4dc0960ac2
8075838: Method for typing MethodTypes
...
Reviewed-by: jrose, ahgross, alanb, bmoloden
2015-04-14 19:10:28 +03:00
Michael Haupt
2e8fb0e5de
8033465: JSR292: InvokerBytecodeGenerator: convert a check for REF_invokeVirtual on an interface into an assert
...
Reviewed-by: vlivanov
2015-04-14 18:26:01 +03:00
Vladimir Ivanov
c9ac987bf3
8076461: JSR292: remove unused native and constants
...
Reviewed-by: jrose, vlivanov
2015-04-14 18:16:02 +03:00
Vladimir Ivanov
4097393258
8057919: Class.getSimpleName() should work for non-JLS compliant class names
...
Reviewed-by: dholmes, jrose
2015-04-14 18:03:12 +03:00
Vladimir Ivanov
bc83974fb5
8077054: DMH LFs should be customizeable
...
Reviewed-by: jrose
2015-04-14 17:59:52 +03:00
Erik Joelsson
1aedcf6983
8077419: Launcher mapfile fails linking with SS12u4
...
Reviewed-by: tbell, dholmes, ihse
2015-04-14 14:22:13 +02:00
Erik Joelsson
7b5aeb4f3e
8077419: Launcher mapfile fails linking with SS12u4
...
Reviewed-by: tbell, dholmes, ihse
2015-04-14 14:22:10 +02:00
Hendrik Schreiber
31ec6e06ef
8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage
...
Reviewed-by: serb, alexsch
2015-04-14 14:47:40 +04:00
Dmitry Markov
b29fb12ad4
8073453: Focus doesn't move when pressing Shift + Tab keys
...
Reviewed-by: alexsch, ant
2015-04-14 15:24:10 +04:00