Nick Dimiduk created HBASE-13713:
------------------------------------
Summary: See about dropping ClassLoaderBase#getClassLoadingLock
Key: HBASE-13713
URL: https://issues.apache.org/jira/browse/HBASE-13713
Project: HBase
Issue Type: Task
Affects Versions: 1.0.0, 2.0.0
Reporter: Nick Dimiduk
Priority: Minor
>From the comment in ClassLoaderBase
{noformat}
/**
* Base class loader that defines couple shared constants used
* by sub-classes. It also defined method getClassLoadingLock for parallel
* class loading and JDK 1.6 support. This method (getClassLoadingLock)
* is similar to the same method in the base class Java ClassLoader
* introduced in JDK 1.7, but not in JDK 1.6.
*/
{noformat}
We've dropped JDK6 support, so let's see if we can post a red-patch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)