Skip to content

Commit 2611a49

Browse files
committedDec 12, 2023
8321287: Remove unused enum style in Prefetch
Reviewed-by: fparain, gziemski
1 parent b8c0b2f commit 2611a49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎src/hotspot/share/runtime/prefetch.hpp

-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535

3636
class Prefetch : AllStatic {
3737
public:
38-
enum style {
39-
do_none, // Do no prefetching
40-
do_read, // Do read prefetching
41-
do_write // Do write prefetching
42-
};
43-
4438
// Prefetch anticipating read; must not fault, semantically a no-op
4539
static void read(const void* loc, intx interval);
4640

0 commit comments

Comments
 (0)
Please sign in to comment.