6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
Reviewed-by: darcy
This commit is contained in:
parent
355021b7b0
commit
302bb54494
@ -165,11 +165,6 @@ else
|
||||
JAVADOC_CMD = $(JAVA_TOOLS_DIR)/javadoc $(JAVA_TOOLS_FLAGS:%=-J%)
|
||||
endif
|
||||
|
||||
#always use the bootstrap javah until bug-ID 6889255 is fixed. These
|
||||
#five lines should be removed as part of that fix:
|
||||
JAVAH_CMD = $(JAVA_TOOLS_DIR)/javah \
|
||||
$(JAVAHFLAGS)
|
||||
|
||||
# Override of what javac to use (see deploy workspace)
|
||||
ifdef JAVAC
|
||||
JAVAC_CMD = $(JAVAC)
|
||||
|
Loading…
Reference in New Issue
Block a user