[aarch64-port-dev ] RFR (XS) 8229145: Revert TemplateTable::bytecode() visibility change

Aleksey Shipilev shade at redhat.com
Mon Aug 5 18:09:42 UTC 2019


RFE:
  https://bugs.openjdk.java.net/browse/JDK-8229145

This is 8u-aarch64 specific thing, found again during 8u webrev scrubbing. See details in JIRA.

Reversal:

diff -r a979325732aa src/share/vm/interpreter/templateTable.hpp
--- a/src/share/vm/interpreter/templateTable.hpp        Mon Aug 05 14:47:20 2019 +0200
+++ b/src/share/vm/interpreter/templateTable.hpp        Mon Aug 05 20:09:05 2019 +0200
@@ -102,10 +102,7 @@

   static Template*       _desc;                  // the current template to be generated
- public:
   static Bytecodes::Code bytecode()              { return _desc->bytecode(); }

- private:
   static BarrierSet*     _bs;                    // Cache the barrier set.
-
  public:
   //%note templates_1

Testing: {x86_64, aarch64} x {fastdebug, release}, hotspot_gc_shenandoah (for the lack of tier1)

-- 
Thanks,
-Aleksey



More information about the aarch64-port-dev mailing list